sbcl: update to 1.3.7.
This commit is contained in:
parent
32eb74d515
commit
9ab4afeff3
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'sbcl'
|
||||
pkgname=sbcl
|
||||
version=1.3.6
|
||||
version=1.3.7
|
||||
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=f017ac1bd8fe0ad56a4cfda4f7543a06a8993db8da1c9c079e188c28c551b0d9
|
||||
checksum=854d71cf264d26321bc8ae13f6776b69882c8fb8dc937452dca2ea2c96c54d3a
|
||||
nocross=yes
|
||||
nopie=yes
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
x86_64*)
|
||||
distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-x86-64-linux-binary.tar.bz2"
|
||||
checksum+=" 2f0c9e5ab2c6b7d669df03ca6eea0c7abd5e01fb26bfde0bfe91fac9a40099e3"
|
||||
checksum+=" d6c48f559aeed7704f8d832bae21e8565130aa4b789da792477d3ced48dd0fe7"
|
||||
;;
|
||||
i686*)
|
||||
distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-1.2.7-x86-linux-binary.tar.bz2"
|
||||
|
|
Loading…
Reference in New Issue