sbcl: update to 1.2.12.
This commit is contained in:
parent
ca6837df26
commit
ba6fce1c6f
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'sbcl'
|
||||
pkgname=sbcl
|
||||
version=1.2.11
|
||||
version=1.2.12
|
||||
revision=1
|
||||
hostmakedepends="iana-etc"
|
||||
makedepends="zlib-devel"
|
||||
|
@ -10,13 +10,13 @@ maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
|||
license="custom"
|
||||
homepage="http://www.sbcl.org/"
|
||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-source.tar.bz2"
|
||||
checksum=88aa04dae72d011f5c22084a35201188d8a02f0cd82e5de542aa4ce6bfaa3e70
|
||||
checksum=b65bc878f15b8dc87582498780714e06c32a161aaa579e6f0216fd372247c9ad
|
||||
nocross=yes
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
x86_64*)
|
||||
distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-x86-64-linux-binary.tar.bz2"
|
||||
checksum+=" bb5b5315ad120a57041891988900f560fd0467a28e8dee939d5b1472c8ad111e"
|
||||
checksum+=" 96f811e77649c672530ffc5eae621840475ffcabcbfa7fe09f4cb700827142da"
|
||||
;;
|
||||
i686*)
|
||||
distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-1.2.7-x86-linux-binary.tar.bz2"
|
||||
|
|
Loading…
Reference in a new issue