diff options
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 |
commit | 147100aaf1a07911bdc882bd24c872d21670a02b (patch) | |
tree | ea382595fdd087c399c22b4ec5bb5398952c2905 /development/chicken/chicken.SlackBuild | |
parent | 565d557c086057c85894c788c7bd765b35429c5b (diff) | |
download | slackbuilds-147100aaf1a07911bdc882bd24c872d21670a02b.tar.gz |
development/chicken: Updated for version 5.1.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@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 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} |