diff options
author | B. Watson <yalhcru@gmail.com> | 2017-03-01 03:32:19 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-03-04 07:26:47 +0700 |
commit | 56809c7c686d07b30efd901a95ff00664ab639a9 (patch) | |
tree | c4c54c8282a71719c2539852a61ed17ab62c2ad4 | |
parent | 98aae637eb2a114f8b1825bf3ac91e08489f8ccf (diff) | |
download | slackbuilds-56809c7c686d07b30efd901a95ff00664ab639a9.tar.gz |
system/aha: Updated for version 0.4.10.5.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r-- | system/aha/aha.SlackBuild | 5 | ||||
-rw-r--r-- | system/aha/aha.info | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/system/aha/aha.SlackBuild b/system/aha/aha.SlackBuild index 9913d9df67..2b7df54bf5 100644 --- a/system/aha/aha.SlackBuild +++ b/system/aha/aha.SlackBuild @@ -7,10 +7,11 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ # for details. +# 20170301 bkw: update for 0.4.10.5, use long-forn github URL # 20170122 bkw: update for 0.4.10.3 PRGNAM=aha -VERSION=${VERSION:-0.4.10.3} +VERSION=${VERSION:-0.4.10.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -47,7 +48,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/$VERSION.tar.gz +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ diff --git a/system/aha/aha.info b/system/aha/aha.info index 121986f37d..391484a70c 100644 --- a/system/aha/aha.info +++ b/system/aha/aha.info @@ -1,8 +1,8 @@ PRGNAM="aha" -VERSION="0.4.10.3" +VERSION="0.4.10.5" HOMEPAGE="https://github.com/theZiz/aha" -DOWNLOAD="https://github.com/theZiz/aha/archive/0.4.10.3.tar.gz" -MD5SUM="6d6a73b145afd3c082210db62b2364ff" +DOWNLOAD="https://github.com/theZiz/aha/archive/0.4.10.5/aha-0.4.10.5.tar.gz" +MD5SUM="ea4edfdebe796fc69a66214f36558fc5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |