diff options
Diffstat (limited to 'development/asl/asl.SlackBuild')
-rw-r--r-- | development/asl/asl.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/development/asl/asl.SlackBuild b/development/asl/asl.SlackBuild index 9f4d572093d2..95e5e8acf62c 100644 --- a/development/asl/asl.SlackBuild +++ b/development/asl/asl.SlackBuild @@ -7,6 +7,7 @@ # Original version had no license. Modified version released under the # WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20180911 bkw: update for 142_bld137. # 20180615 bkw: update for 142_bld134. # 20180103 bkw: update for 142_bld123. Fixes the problem where the @@ -24,7 +25,7 @@ PRGNAM=asl SRCNAM=asl-current -VERSION=${VERSION:-142_bld134} +VERSION=${VERSION:-142_bld137} SRCVER=$(echo $VERSION | tr _ -) BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |