development/chicken: Updated for version 5.1.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Erik Falor 2019-06-22 20:09:10 +07:00 committed by Willy Sudiarto Raharjo
parent 565d557c08
commit 147100aaf1
No known key found for this signature in database
GPG key ID: 887B8374D7333381
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) 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}

View file

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