diff options
author | Christoph Willing <chris.willing@linux.com> | 2021-06-10 22:59:50 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-06-10 22:28:27 +0700 |
commit | 1b6175f084c5eca35966acc6f1e3d7fa87aaeb2e (patch) | |
tree | 34218225e57a83ba1e7c144c63a6b5e5c1a3c9cf | |
parent | 4a0c8d5d4e4f86b5c7cc2f18e236f10a26084659 (diff) | |
download | slackbuilds-1b6175f084c5eca35966acc6f1e3d7fa87aaeb2e.tar.gz |
misc/hoorex: Updated for version 0.9.91
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | misc/hoorex/hoorex.SlackBuild | 5 | ||||
-rw-r--r-- | misc/hoorex/hoorex.info | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/misc/hoorex/hoorex.SlackBuild b/misc/hoorex/hoorex.SlackBuild index 1594c597bc..721b6be13b 100644 --- a/misc/hoorex/hoorex.SlackBuild +++ b/misc/hoorex/hoorex.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for hoorex -# Copyright 2015-2018 Christoph Willing Brisbane, Australia +# Copyright 2015-2021 Christoph Willing Brisbane, Australia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=hoorex -VERSION=${VERSION:-0.7.0} +VERSION=${VERSION:-0.9.91} ARCH=${ARCH:-noarch} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -55,6 +55,7 @@ cd $TMP rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/$VERSION.tar.gz cd $PRGNAM-$VERSION +sed -i -e 's/0.9.9/&1/' VERSION.txt chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ diff --git a/misc/hoorex/hoorex.info b/misc/hoorex/hoorex.info index 0adb2a4433..8c19382e8a 100644 --- a/misc/hoorex/hoorex.info +++ b/misc/hoorex/hoorex.info @@ -1,8 +1,8 @@ PRGNAM="hoorex" -VERSION="0.7.0" +VERSION="0.9.91" HOMEPAGE="https://gitlab.com/chris.willing/hoorex" -DOWNLOAD="https://gitlab.com/chris.willing/hoorex/-/archive/0.7.0/hoorex-0.7.0.tar.gz" -MD5SUM="9d9d15b4bca87f9de07c230e9e96658c" +DOWNLOAD="https://gitlab.com/chris.willing/hoorex/-/archive/0.9.91/hoorex-0.9.91.tar.gz" +MD5SUM="a3fcf98b91549488d65a2e05ab35206b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |