chicken: update to 4.11.0
This commit is contained in:
parent
1099aba37d
commit
499c69f1b5
2 changed files with 6 additions and 6 deletions
|
@ -980,7 +980,7 @@ libcherokee-server.so.0 libcherokee-1.2.101_1
|
||||||
libnilfs.so.0 libnilfs-2.1.0_1
|
libnilfs.so.0 libnilfs-2.1.0_1
|
||||||
libnilfsgc.so.0 libnilfs-2.1.0_1
|
libnilfsgc.so.0 libnilfs-2.1.0_1
|
||||||
libnilfscleaner.so.0 libnilfs-2.1.0_1
|
libnilfscleaner.so.0 libnilfs-2.1.0_1
|
||||||
libchicken.so.7 libchicken-4.9.0_1
|
libchicken.so.8 libchicken-4.11.0_4
|
||||||
libmdb.so.0 libmdb-0.5_1
|
libmdb.so.0 libmdb-0.5_1
|
||||||
libmdbsql.so.0 libmdb-0.5_1
|
libmdbsql.so.0 libmdb-0.5_1
|
||||||
libkeybinder.so.0 libkeybinder2-0.3.0_1
|
libkeybinder.so.0 libkeybinder2-0.3.0_1
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'chicken'
|
# Template file for 'chicken'
|
||||||
pkgname=chicken
|
pkgname=chicken
|
||||||
version=4.9.0.1
|
version=4.11.0
|
||||||
revision=4
|
revision=1
|
||||||
short_desc="A practical and portable Scheme system"
|
short_desc="A practical and portable Scheme system"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
homepage="http://www.call-cc.org"
|
homepage="http://www.call-cc.org"
|
||||||
distfiles="http://code.call-cc.org/releases/${version%.*}/$pkgname-$version.tar.gz"
|
distfiles="http://code.call-cc.org/releases/$version/$pkgname-$version.tar.gz"
|
||||||
checksum=04df7c439c36fc16446bdfa186e7a70258f911d2d826b5216a8e6b1cb2aa2815
|
checksum=e3dc2b8f95b6a3cd59c85b5bb6bdb2bd9cefc45b5d536a20cad74e3c63f4ad89
|
||||||
|
|
||||||
# No ARM support??!!!
|
# No ARM support??!!!
|
||||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
||||||
|
|
Loading…
Reference in a new issue