mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
development/chicken: Updated for version 5.1.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
565d557c08
commit
147100aaf1
2 changed files with 6 additions and 6 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue