sbcl: update to 2.2.1.
This commit is contained in:
parent
e10eddb559
commit
15aa28b4fc
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'sbcl'
|
||||
pkgname=sbcl
|
||||
version=2.2.0
|
||||
revision=2
|
||||
version=2.2.1
|
||||
revision=1
|
||||
archs="i686 x86_64* armv7l aarch64 ppc64le*"
|
||||
hostmakedepends="iana-etc texinfo"
|
||||
makedepends="zlib-devel"
|
||||
|
@ -12,7 +12,7 @@ license="custom:BSD+public_domain"
|
|||
homepage="http://www.sbcl.org/"
|
||||
changelog="http://www.sbcl.org/news.html"
|
||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-source.tar.bz2"
|
||||
checksum=2276957ea86ae9968ca486a9928c67a34cb31c9403ec657d24ecdf8458daa5c6
|
||||
checksum=5dd6e6e3f08b7c6edf262a0e844a9f8b5e562cca08155034c1f2c014fc9087da
|
||||
nocross=yes
|
||||
nopie=yes
|
||||
|
||||
|
@ -20,7 +20,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+=" e480db37b2cc8e97e0105f44291aa6fa372e09d070d64466384e5eb9eb76939d"
|
||||
checksum+=" 29ecf509211b0bce3d56e851c53e9315e658b3acca1879abb581fc6f81cd459c"
|
||||
;;
|
||||
i686)
|
||||
distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-1.4.3-x86-linux-binary.tar.bz2"
|
||||
|
|
Loading…
Reference in a new issue