racket: update to 7.4.
This commit is contained in:
parent
a0fc81154a
commit
6291fd155b
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'racket'
|
# Template file for 'racket'
|
||||||
pkgname=racket
|
pkgname=racket
|
||||||
version=7.3
|
version=7.4
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
build_wrksrc=src
|
build_wrksrc=src
|
||||||
|
@ -12,7 +12,7 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||||
license="LGPL-3"
|
license="LGPL-3"
|
||||||
homepage="http://racket-lang.org/"
|
homepage="http://racket-lang.org/"
|
||||||
distfiles="http://mirror.racket-lang.org/installers/${version}/${pkgname}-${version}-src.tgz"
|
distfiles="http://mirror.racket-lang.org/installers/${version}/${pkgname}-${version}-src.tgz"
|
||||||
checksum=d49b11de4aa8f62d23d096134d4246f6cbd7a1da326645fecc072d28ad38c040
|
checksum=118495f3b5d530096066fa820f1fa41f84cc84a6a39197ec03546b3e95462e1f
|
||||||
nostrip=yes
|
nostrip=yes
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
|
|
Loading…
Reference in a new issue