diff options
author | Erik Falor <ewfalor@gmail.com> | 2017-07-26 10:05:30 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-07-26 10:05:30 +0100 |
commit | 58bb75143b0dae93759ec7f2220449da35484a75 (patch) | |
tree | 499129c4bdf32a1df1d5e539419d1b4aa3c9ebb1 /development/chicken/chicken.SlackBuild | |
parent | e0983ab804c9a4d1075ab2667086a51a943b4d04 (diff) | |
download | slackbuilds-58bb75143b0dae93759ec7f2220449da35484a75.tar.gz |
development/chicken: Updated for version 4.12.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/chicken/chicken.SlackBuild')
-rw-r--r-- | development/chicken/chicken.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/development/chicken/chicken.SlackBuild b/development/chicken/chicken.SlackBuild index 1131e0545a..f4a878d519 100644 --- a/development/chicken/chicken.SlackBuild +++ b/development/chicken/chicken.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for CHICKEN Scheme -# Written by Erik Falor (ewfalor@gmail.com) 2015 +# Written by Erik Falor (ewfalor@gmail.com) 2017 # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=chicken -VERSION=${VERSION:-4.11.0} +VERSION=${VERSION:-4.12.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -60,7 +60,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM -tar xvf $CWD/$PRGNAM.tar.gz +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ |