diff options
-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 1594c597bc52..721b6be13b25 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 0adb2a4433e8..8c19382e8ade 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="" |