sbcl: update to 1.2.6.
This commit is contained in:
parent
ead83579aa
commit
6e3f93a30a
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'sbcl'
|
||||
pkgname=sbcl
|
||||
version=1.2.5
|
||||
version=1.2.6
|
||||
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=f96faf3c6f6b5735fbeccbcf8c457bcb4ecc3f37caa52fe6a7aee4e7ab4aab5a
|
||||
checksum=4108035eebdd7af3d4a21bd7cb87443b7e9a8eb31e7f855ca2d4b4be8320f389
|
||||
nocross=yes
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
x86_64*)
|
||||
distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-x86-64-linux-binary.tar.bz2"
|
||||
checksum+=" 47e7df5a13a3ab3d4771ce08e4ad996ef9437d7268ff9730e42d90fbeba94153"
|
||||
checksum+=" 9c21e63cc2a023d9d785621d935f6f758dcd688d8f9f30a4753eb6a1a75e2fe2"
|
||||
;;
|
||||
i686*)
|
||||
distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-1.0.58-x86-linux-binary.tar.bz2"
|
||||
|
|
Loading…
Reference in a new issue