racket: update to 6.11.
This commit is contained in:
parent
aa227aa9d9
commit
195d3f01d7
1 changed files with 2 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'racket'
|
||||
pkgname=racket
|
||||
version=6.10
|
||||
version=6.11
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
build_wrksrc=src
|
||||
|
@ -12,15 +12,11 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
|||
license="LGPL-3"
|
||||
homepage="http://racket-lang.org/"
|
||||
distfiles="http://mirror.racket-lang.org/installers/$version/$pkgname-$version-src.tgz"
|
||||
checksum=40f3d263af887b9c49382a9f66f0b972dad5840b61e9e79b084d71b586f416d7
|
||||
checksum=5c0f57a5f65d4e535ef079055447ef4cbb89dfda1e4988f1a25212d10b3867da
|
||||
nostrip=yes
|
||||
configure_args="--disable-docs"
|
||||
only_for_archs="i686 x86_64 armv5tel armv6l armv7l aarch64"
|
||||
|
||||
case "${XBPS_TARGET_MACHINE}" in
|
||||
i686) broken="http://build.voidlinux.eu/builders/i686_builder/builds/492/steps/shell_3/logs/stdio"
|
||||
esac
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
configure_args+=" --enable-racket=/usr/bin/racket"
|
||||
hostmakedepends+=" racket"
|
||||
|
|
Loading…
Reference in a new issue