sbcl: update to 1.4.1.
This commit is contained in:
parent
6db47e9b74
commit
5aafd76162
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'sbcl'
|
||||
pkgname=sbcl
|
||||
version=1.4.0
|
||||
version=1.4.1
|
||||
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=08d59ca79f78311304664d5093764cda94ff2693d92736d1321fa6074b570769
|
||||
checksum=e8c7c6068241b13941d357a0a1f5a04ba04c7c83a52b00f0fbe296770872aae1
|
||||
nocross=yes
|
||||
nopie=yes
|
||||
|
||||
|
@ -19,7 +19,7 @@ _bootstrap_lisp="bash ../sbcl-*-linux/run-sbcl.sh --no-sysinit --no-userinit --d
|
|||
case "$XBPS_TARGET_MACHINE" in
|
||||
x86_64)
|
||||
distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-x86-64-linux-binary.tar.bz2"
|
||||
checksum+=" 2b8d5256cb7e3057f47c3d81355d46dd96d966928652c011da613c519c532b67"
|
||||
checksum+=" 77e08c682b12cc9b19a36addd63b65d781b1cd12a92727e673d4a016760255ca"
|
||||
;;
|
||||
i686)
|
||||
distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-1.2.7-x86-linux-binary.tar.bz2"
|
||||
|
|
Loading…
Reference in a new issue