diff options
-rw-r--r-- | system/aha/aha.SlackBuild | 3 | ||||
-rw-r--r-- | system/aha/aha.info | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/system/aha/aha.SlackBuild b/system/aha/aha.SlackBuild index 3650feb9c5..360d780e10 100644 --- a/system/aha/aha.SlackBuild +++ b/system/aha/aha.SlackBuild @@ -7,13 +7,14 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ # for details. +# 20200927 bkw: update for 0.5.1 # 20181201 bkw: update for 0.5 # 20170328 bkw: update for 0.4.10.6, use 'make install' instead of manually # 20170301 bkw: update for 0.4.10.5, use long-form github URL # 20170122 bkw: update for 0.4.10.3 PRGNAM=aha -VERSION=${VERSION:-0.5} +VERSION=${VERSION:-0.5.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/aha/aha.info b/system/aha/aha.info index de779cecc8..ad321b92ed 100644 --- a/system/aha/aha.info +++ b/system/aha/aha.info @@ -1,8 +1,8 @@ PRGNAM="aha" -VERSION="0.5" +VERSION="0.5.1" HOMEPAGE="https://github.com/theZiz/aha" -DOWNLOAD="https://github.com/theZiz/aha/archive/0.5/aha-0.5.tar.gz" -MD5SUM="bac3269f6ec0218a62e4379ed9253c8a" +DOWNLOAD="https://github.com/theZiz/aha/archive/0.5.1/aha-0.5.1.tar.gz" +MD5SUM="ec74d076dd6c5e3a9a8b5e2cb1e2a48d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |