summaryrefslogtreecommitdiffstats
path: root/development/chicken
diff options
context:
space:
mode:
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
commit58bb75143b0dae93759ec7f2220449da35484a75 (patch)
tree499129c4bdf32a1df1d5e539419d1b4aa3c9ebb1 /development/chicken
parente0983ab804c9a4d1075ab2667086a51a943b4d04 (diff)
downloadslackbuilds-58bb75143b0dae93759ec7f2220449da35484a75.tar.gz
slackbuilds-58bb75143b0dae93759ec7f2220449da35484a75.tar.xz
development/chicken: Updated for version 4.12.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/chicken')
-rw-r--r--development/chicken/README6
-rw-r--r--development/chicken/chicken.SlackBuild6
-rw-r--r--development/chicken/chicken.info6
3 files changed, 9 insertions, 9 deletions
diff --git a/development/chicken/README b/development/chicken/README
index 48910f01c1..96f88e7df5 100644
--- a/development/chicken/README
+++ b/development/chicken/README
@@ -1,5 +1,5 @@
Chicken is a compiler that translates Scheme source files into C,
-which in turn can be fed to a C compiler to generate a standalone
-executable. An interpreter is also available and can be used as a
-scripting environment or for test programs before compilation.
+which in turn can be fed to a C compiler to generate a standalone
+executable. An interpreter is also available and can be used as a
+scripting environment or for test programs before compilation.
Scheme is a member of the Lisp family of languages.
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 . \
diff --git a/development/chicken/chicken.info b/development/chicken/chicken.info
index e092347238..95273cd4ee 100644
--- a/development/chicken/chicken.info
+++ b/development/chicken/chicken.info
@@ -1,8 +1,8 @@
PRGNAM="chicken"
-VERSION="4.11.0"
+VERSION="4.12.0"
HOMEPAGE="http://call-cc.org"
-DOWNLOAD="http://code.call-cc.org/releases/4.11.0/chicken.tar.gz"
-MD5SUM="065a6bae6e91e75f6e296cf3f5cb8b1d"
+DOWNLOAD="https://code.call-cc.org/releases/4.12.0/chicken-4.12.0.tar.gz"
+MD5SUM="96cd37a476157b5e3f0a647dd3c1cb63"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""