sbcl: update to 1.5.4.
This commit is contained in:
parent
9afaaf1a48
commit
2d5eeaf7f9
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'sbcl'
|
||||
pkgname=sbcl
|
||||
version=1.5.3
|
||||
version=1.5.4
|
||||
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=d2a7901144d227a7194661dc3ccee28873c8d5cbbd167013660c78b9ad63640c
|
||||
checksum=ec872be63697041fbb1c6324382b736c2aecb2fc1edb9961f9bfe7b017c1f45c
|
||||
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+=" 6fbd04e6fc81bc3b755372ba02410bc52466301b571337ff0a5f2b0ede6d76dc"
|
||||
checksum+=" 9c6625cdb167e9450566f309686faa8a3fbf6b1a6de5697f3777836a4da0d100"
|
||||
;;
|
||||
i686)
|
||||
distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-1.4.3-x86-linux-binary.tar.bz2"
|
||||
|
|
Loading…
Reference in a new issue