mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
crystal: update to 0.30.1.
This commit is contained in:
parent
6aa0c487a9
commit
765ec4fd8f
1 changed files with 5 additions and 5 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'crystal'
|
# Template file for 'crystal'
|
||||||
pkgname=crystal
|
pkgname=crystal
|
||||||
version=0.30.0
|
version=0.30.1
|
||||||
revision=1
|
revision=1
|
||||||
archs="x86_64* i686* aarch64* arm*"
|
archs="x86_64* i686* aarch64* arm*"
|
||||||
_shardsversion=0.9.0
|
_shardsversion=0.9.0
|
||||||
_bootstrapversion=0.30.0
|
_bootstrapversion=0.30.1
|
||||||
_bootstraprevision=1
|
_bootstraprevision=1
|
||||||
hostmakedepends="git llvm8"
|
hostmakedepends="git llvm8"
|
||||||
makedepends="gc-devel libatomic_ops pcre-devel libevent-devel libyaml-devel
|
makedepends="gc-devel libatomic_ops pcre-devel libevent-devel libyaml-devel
|
||||||
|
@ -19,7 +19,7 @@ homepage="https://crystal-lang.org/"
|
||||||
distfiles="
|
distfiles="
|
||||||
https://github.com/crystal-lang/crystal/archive/${version}.tar.gz
|
https://github.com/crystal-lang/crystal/archive/${version}.tar.gz
|
||||||
https://github.com/crystal-lang/shards/archive/v${_shardsversion}.tar.gz"
|
https://github.com/crystal-lang/shards/archive/v${_shardsversion}.tar.gz"
|
||||||
checksum="fc884970089e382344540676a9c5aa4f369c9a0f45d1858e079b4ce26878164a
|
checksum="0ffc00fa54929c2533bc0bcb89e0b001dd3abc470ccc87e3576047a5cdafc062
|
||||||
90f230c87cc7b94ca845e6fe34f2523edcadb562d715daaf98603edfa2a94d65"
|
90f230c87cc7b94ca845e6fe34f2523edcadb562d715daaf98603edfa2a94d65"
|
||||||
nocross="FIXME: someone needs to sort out the llvm --cxxflags for cross building"
|
nocross="FIXME: someone needs to sort out the llvm --cxxflags for cross building"
|
||||||
_crystalflags="--release --no-debug --progress"
|
_crystalflags="--release --no-debug --progress"
|
||||||
|
@ -32,11 +32,11 @@ if [ "$build_option_binary_bootstrap" ]; then
|
||||||
case "$XBPS_MACHINE" in
|
case "$XBPS_MACHINE" in
|
||||||
x86_64)
|
x86_64)
|
||||||
distfiles+=" https://github.com/crystal-lang/crystal/releases/download/${_bootstrapversion}/crystal-${_bootstrapversion}-${_bootstraprevision}-linux-x86_64.tar.gz"
|
distfiles+=" https://github.com/crystal-lang/crystal/releases/download/${_bootstrapversion}/crystal-${_bootstrapversion}-${_bootstraprevision}-linux-x86_64.tar.gz"
|
||||||
checksum+=" 1995420a5d9146fd21322c96fe8bf87ddf73d5e0273b3c24c3c71d0e6f54cba2"
|
checksum+=" aae60f90c809b480f069c6ae3f8ef54a8753dce5448ee34f1dda0e28c95955cc"
|
||||||
;;
|
;;
|
||||||
i686)
|
i686)
|
||||||
distfiles+=" https://github.com/crystal-lang/crystal/releases/download/${_bootstrapversion}/crystal-${_bootstrapversion}-${_bootstraprevision}-linux-i686.tar.gz"
|
distfiles+=" https://github.com/crystal-lang/crystal/releases/download/${_bootstrapversion}/crystal-${_bootstrapversion}-${_bootstraprevision}-linux-i686.tar.gz"
|
||||||
checksum+=" 81282e2fdaba77a31aeb682deac7cde545a72dfd0ad5b6554002b8fd861e9d3e"
|
checksum+=" 62faf63ccf94b17b1d94d4166a4fadf2a4c36aac553c719bbf5a88e4bc0a586f"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
broken="cannot be built on $XBPS_MACHINE"
|
broken="cannot be built on $XBPS_MACHINE"
|
||||||
|
|
Loading…
Add table
Reference in a new issue