sbcl: update to 1.3.10.
This commit is contained in:
parent
653b843aca
commit
2e0b5898d8
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'sbcl'
|
||||
pkgname=sbcl
|
||||
version=1.3.9
|
||||
version=1.3.10
|
||||
revision=1
|
||||
only_for_archs="i686 x86_64 armv7l aarch64"
|
||||
hostmakedepends="iana-etc"
|
||||
|
@ -11,14 +11,14 @@ maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
|||
license="custom"
|
||||
homepage="http://www.sbcl.org/"
|
||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-source.tar.bz2"
|
||||
checksum=af0f09d4379113dfd5aa255279cb3df9cb9cac0bcd65369cc43dd857ca51de6e
|
||||
checksum=4a567aad91b316c22eb756dd8e502cfd9a95a4c660fb1fa2eb1e50e009b85777
|
||||
nocross=yes
|
||||
nopie=yes
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
x86_64*)
|
||||
distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-x86-64-linux-binary.tar.bz2"
|
||||
checksum+=" 04a8c4aac040afd7e6f4b36e67a32de5d202ec8ef15b9f3b73a070f67f09360a"
|
||||
checksum+=" 387475206d173bccff8d7069d1295da69b3ec341f96477538f29a3c119716593"
|
||||
;;
|
||||
i686*)
|
||||
distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-1.2.7-x86-linux-binary.tar.bz2"
|
||||
|
@ -30,7 +30,7 @@ arm*)
|
|||
;;
|
||||
aarch64*)
|
||||
distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-1.3.9-arm64-linux-binary.tar.bz2"
|
||||
checksum+=" 14c8fc0f3a03416b5d23763156e2bb28b690fb665af1e6f6112201fd0ddcd512"
|
||||
checksum+=" 494829f8e3ea7eb1c308b343cc390daf94a6215030a5f2b9ee0cded67511e918"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Reference in a new issue