diff options
Diffstat (limited to 'system/aha/aha.SlackBuild')
-rw-r--r-- | system/aha/aha.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/aha/aha.SlackBuild b/system/aha/aha.SlackBuild index 3650feb9c55bc..360d780e1009c 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} |