sbcl: update to 1.4.3.
This commit is contained in:
parent
f2a9d72e42
commit
068377becb
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'sbcl'
|
||||
pkgname=sbcl
|
||||
version=1.4.2
|
||||
version=1.4.3
|
||||
revision=1
|
||||
only_for_archs="i686 x86_64 x86_64-musl armv7l aarch64"
|
||||
hostmakedepends="iana-etc"
|
||||
|
@ -11,7 +11,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|||
license="custom"
|
||||
homepage="http://www.sbcl.org/"
|
||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-source.tar.bz2"
|
||||
checksum=8dcba54853d99e2f5f9dbbd207604471afab528d1eb5c10d24ddea65bae64717
|
||||
checksum=5551480c4770e06ac3aa78e715b714ad6182245716f8cf6f85d2b06d66080dfd
|
||||
nocross=yes
|
||||
nopie=yes
|
||||
|
||||
|
@ -22,8 +22,8 @@ x86_64)
|
|||
checksum+=" 7831e41dfa40d77932b5b32a8b91192a5d5304ded3ecd8f96334169277eb0868"
|
||||
;;
|
||||
i686)
|
||||
distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-1.2.7-x86-linux-binary.tar.bz2"
|
||||
checksum+=" 724425fe0d28747c7d31c6655e39fa8c27f9ef4608c482ecc60089bcc85fc31d"
|
||||
distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-1.4.3-x86-linux-binary.tar.bz2"
|
||||
checksum+=" 6bed7e31bb28e841da7bfc48c75adb8bef19e5e07d1d6f0fc7487f022c32f92c"
|
||||
;;
|
||||
arm*)
|
||||
distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-1.2.14-armhf-linux-binary.tar.bz2"
|
||||
|
|
Loading…
Reference in New Issue