sbcl: update to 1.5.1.

This commit is contained in:
Leah Neukirchen 2019-04-02 20:55:49 +02:00
parent a96e1e231b
commit 7a81accb55

View file

@ -1,6 +1,6 @@
# Template file for 'sbcl'
pkgname=sbcl
version=1.5.0
version=1.5.1
revision=1
archs="i686 x86_64* armv7l aarch64"
@ -13,7 +13,7 @@ license="custom"
homepage="http://www.sbcl.org/"
changelog="http://www.sbcl.org/news.html"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-source.tar.bz2"
checksum=1ff98f17f6ba40c0d987efc907161f729cc9bd8516fe1f28e124626c16418ca8
checksum=f072cbab325062202e7b9147f44a42c99c78e3c159e8916609b54ea01616e623
nocross=yes
nopie=yes
@ -21,7 +21,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+=" 5cad77d26eff98dd97d2109bfc945308e58e5fd2ee0015e60b953c2320980c2c"
checksum+=" 3222284f2fa848fc95a8932eef9ccd18662720d3fbdb7ab2464cc51fd8e1ba76"
;;
i686)
distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-1.4.3-x86-linux-binary.tar.bz2"