diff options
author | Erik Falor <ewfalor@gmail.com> | 2024-07-21 21:20:28 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-07-22 06:32:12 +0700 |
commit | b5a87495def73c265285e202efe57b83eeb46f56 (patch) | |
tree | 2b5d3e87e270aa6b240a4b756e33bbb7d1e65d0b /development/chicken | |
parent | 60b60e0ef6ccf930b08b8acdaa6f94d4465e4907 (diff) |
development/chicken: Updated for version 5.4.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/chicken')
-rw-r--r-- | development/chicken/chicken.SlackBuild | 4 | ||||
-rw-r--r-- | development/chicken/chicken.info | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/development/chicken/chicken.SlackBuild b/development/chicken/chicken.SlackBuild index 4873d5938beb..471c0e3c5971 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) 2022 +# Written by Erik Falor (ewfalor@gmail.com) 2024 # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -30,7 +30,7 @@ cd $(dirname $0) ; CWD=$(pwd) CHICKEN_API_VER=11 PRGNAM=chicken -VERSION=${VERSION:-5.3.0} +VERSION=${VERSION:-5.4.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/chicken/chicken.info b/development/chicken/chicken.info index 231f068f8f12..c89dcb6ba3d2 100644 --- a/development/chicken/chicken.info +++ b/development/chicken/chicken.info @@ -1,8 +1,8 @@ PRGNAM="chicken" -VERSION="5.3.0" -HOMEPAGE="http://call-cc.org" -DOWNLOAD="https://code.call-cc.org/releases/5.3.0/chicken-5.3.0.tar.gz" -MD5SUM="130569e4ddefba27d022c57077d5be7c" +VERSION="5.4.0" +HOMEPAGE="https://call-cc.org" +DOWNLOAD="https://code.call-cc.org/releases/5.4.0/chicken-5.4.0.tar.gz" +MD5SUM="9fa42664c6c9463e3f485f4e1b89c47d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |