sbcl: update to 1.2.4.

This commit is contained in:
Christian Neukirchen 2014-10-02 13:18:47 +02:00
parent 448ccb35d2
commit b523eb6fdb
1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'sbcl'
pkgname=sbcl
version=1.2.3
version=1.2.4
revision=1
makedepends="zlib-devel"
conf_files="/etc/sbclrc"
@ -9,13 +9,13 @@ maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="custom"
homepage="http://www.sbcl.org/"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-source.tar.bz2"
checksum=d2c85d5843ad3210f1f3b8b670d7fb4acb5fc6ed8692a00be0be77dad251e253
checksum=f910059785ffcfa22eb40548e1355f0da979261fbee017baa9ef2c060d777232
nocross=yes
case "$XBPS_TARGET_MACHINE" in
x86_64*)
distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-1.2.3-x86-64-linux-binary.tar.bz2"
checksum+=" 57cf85cfa43718d84761f2ea6912a02f83c0d77b7b020394aed14afbea9e97c0"
distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-x86-64-linux-binary.tar.bz2"
checksum+=" c9d1c5c309bfa1dc5440ac0c6ee358415b62f87cf092131df9e7c2f718bdb2c2"
;;
i686*)
distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-1.0.58-x86-linux-binary.tar.bz2"