diff options
author | B. Watson <yalhcru@gmail.com> | 2018-06-15 18:09:39 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-06-23 08:44:17 +0700 |
commit | 7d46fbad669505a7c8e0a968c103b807cfd7616b (patch) | |
tree | 6aefd26f232ec12bb291ed87cdeccfedf65508a5 /development/asl/asl.SlackBuild | |
parent | 5965306f516bc17e31be00ee6430bbed670aff21 (diff) | |
download | slackbuilds-7d46fbad669505a7c8e0a968c103b807cfd7616b.tar.gz |
development/asl: Updated for version 142_bld134.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'development/asl/asl.SlackBuild')
-rw-r--r-- | development/asl/asl.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/development/asl/asl.SlackBuild b/development/asl/asl.SlackBuild index 1858317405..9f4d572093 100644 --- a/development/asl/asl.SlackBuild +++ b/development/asl/asl.SlackBuild @@ -7,6 +7,8 @@ # Original version had no license. Modified version released under the # WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20180615 bkw: update for 142_bld134. + # 20180103 bkw: update for 142_bld123. Fixes the problem where the # docs were installed to / instead of /usr/doc/$PRGNAM-$VERSION. @@ -22,7 +24,7 @@ PRGNAM=asl SRCNAM=asl-current -VERSION=${VERSION:-142_bld123} +VERSION=${VERSION:-142_bld134} SRCVER=$(echo $VERSION | tr _ -) BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |