chicken: update to 5.1.0
This commit is contained in:
parent
aaee373fae
commit
945005a575
|
@ -1030,7 +1030,7 @@ libGeoIP.so.1 libgeoip-1.4.8_1
|
|||
libnilfs.so.0 libnilfs-2.1.0_1
|
||||
libnilfsgc.so.0 libnilfs-2.1.0_1
|
||||
libnilfscleaner.so.0 libnilfs-2.1.0_1
|
||||
libchicken.so.9 libchicken-5.0.0_1
|
||||
libchicken.so.11 libchicken-5.1.0_1
|
||||
libmdb.so.0 libmdb-0.5_1
|
||||
libmdbsql.so.0 libmdb-0.5_1
|
||||
libkeybinder.so.0 libkeybinder2-0.3.0_1
|
||||
|
|
|
@ -1,13 +1,14 @@
|
|||
# Template file for 'chicken'
|
||||
pkgname=chicken
|
||||
version=5.0.0
|
||||
version=5.1.0
|
||||
revision=1
|
||||
short_desc="A practical and portable Scheme system"
|
||||
short_desc="Practical and portable Scheme system"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="http://www.call-cc.org"
|
||||
changelog="https://code.call-cc.org/releases/$version/NEWS"
|
||||
distfiles="http://code.call-cc.org/releases/$version/$pkgname-$version.tar.gz"
|
||||
checksum=a8b94bb94c5d6a4348cedd75dc334ac80924bcd9a7a7a3d6af5121e57ef66595
|
||||
checksum=5c1101a8d8faabfd500ad69101e0c7c8bd826c68970f89c270640470e7b84b4b
|
||||
|
||||
# No ARM support??!!!
|
||||
archs="i686* x86_64* ppc64le*"
|
||||
|
|
Loading…
Reference in New Issue