summaryrefslogtreecommitdiffstats
path: root/development/chicken
diff options
context:
space:
mode:
author Erik Falor <ewfalor@gmail.com>2019-06-22 20:09:10 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2019-06-22 20:20:49 +0700
commit147100aaf1a07911bdc882bd24c872d21670a02b (patch)
treeea382595fdd087c399c22b4ec5bb5398952c2905 /development/chicken
parent565d557c086057c85894c788c7bd765b35429c5b (diff)
downloadslackbuilds-147100aaf1a07911bdc882bd24c872d21670a02b.tar.gz
slackbuilds-147100aaf1a07911bdc882bd24c872d21670a02b.tar.xz
development/chicken: Updated for version 5.1.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/chicken')
-rw-r--r--development/chicken/chicken.SlackBuild6
-rw-r--r--development/chicken/chicken.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/development/chicken/chicken.SlackBuild b/development/chicken/chicken.SlackBuild
index 5c5ea0bddc..f3ac1fbf28 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) 2018
+# Written by Erik Falor (ewfalor@gmail.com) 2019
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,10 +25,10 @@
# increment this number to match the Chicken library version
-CHICKEN_API_VER=9
+CHICKEN_API_VER=11
PRGNAM=chicken
-VERSION=${VERSION:-5.0.0}
+VERSION=${VERSION:-5.1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/development/chicken/chicken.info b/development/chicken/chicken.info
index 80db6478f6..b07b191ad7 100644
--- a/development/chicken/chicken.info
+++ b/development/chicken/chicken.info
@@ -1,8 +1,8 @@
PRGNAM="chicken"
-VERSION="5.0.0"
+VERSION="5.1.0"
HOMEPAGE="http://call-cc.org"
-DOWNLOAD="https://code.call-cc.org/releases/5.0.0/chicken-5.0.0.tar.gz"
-MD5SUM="de22ded475766fceaec3f9db2238ad76"
+DOWNLOAD="https://code.call-cc.org/releases/5.1.0/chicken-5.1.0.tar.gz"
+MD5SUM="c1db19216f76ab996121bac19f228bee"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""