mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
sbcl: update to 1.3.6.
This commit is contained in:
parent
f5f6cf149b
commit
18ebfe3ffb
1 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'sbcl'
|
# Template file for 'sbcl'
|
||||||
pkgname=sbcl
|
pkgname=sbcl
|
||||||
version=1.3.5
|
version=1.3.6
|
||||||
revision=1
|
revision=1
|
||||||
only_for_archs="i686 x86_64 armv7l aarch64"
|
only_for_archs="i686 x86_64 armv7l aarch64"
|
||||||
hostmakedepends="iana-etc"
|
hostmakedepends="iana-etc"
|
||||||
|
@ -11,14 +11,14 @@ maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
license="custom"
|
license="custom"
|
||||||
homepage="http://www.sbcl.org/"
|
homepage="http://www.sbcl.org/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-source.tar.bz2"
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-source.tar.bz2"
|
||||||
checksum=c8f1e16f8662313948531135b5e7d26eb57548e1bc4643832588b2c6f74a6e5c
|
checksum=f017ac1bd8fe0ad56a4cfda4f7543a06a8993db8da1c9c079e188c28c551b0d9
|
||||||
nocross=yes
|
nocross=yes
|
||||||
nopie=yes
|
nopie=yes
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
x86_64*)
|
x86_64*)
|
||||||
distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-x86-64-linux-binary.tar.bz2"
|
distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-x86-64-linux-binary.tar.bz2"
|
||||||
checksum+=" 31621bcd2e87b66983f64391b0e627a5a3e1444e2169f2244ba1d7d34a7f6a93"
|
checksum+=" 2f0c9e5ab2c6b7d669df03ca6eea0c7abd5e01fb26bfde0bfe91fac9a40099e3"
|
||||||
;;
|
;;
|
||||||
i686*)
|
i686*)
|
||||||
distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-1.2.7-x86-linux-binary.tar.bz2"
|
distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-1.2.7-x86-linux-binary.tar.bz2"
|
||||||
|
@ -29,8 +29,8 @@ arm*)
|
||||||
checksum+=" 5e75a328882b739befcf5c38e8039b830668a8ca7bafe56a9e13ef23f39eb253"
|
checksum+=" 5e75a328882b739befcf5c38e8039b830668a8ca7bafe56a9e13ef23f39eb253"
|
||||||
;;
|
;;
|
||||||
aarch64*)
|
aarch64*)
|
||||||
distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-1.3.5-arm64-linux-binary.tar.bz2"
|
distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-1.3.6-arm64-linux-binary.tar.bz2"
|
||||||
checksum+=" 068837aeee042c6d3cdda8c97669f76329db71ddb54a3ea17fcdfe80ec5540a6"
|
checksum+=" f8920b461a34ac9687ffdd497dce0f7311021e9325d56121d025a2e651172739"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue