development/chicken: Updated for version 5.4.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Erik Falor 2024-07-21 21:20:28 +07:00 committed by Willy Sudiarto Raharjo
parent 60b60e0ef6
commit b5a87495de
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 6 additions and 6 deletions

View file

@ -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}

View file

@ -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=""