crystal: update to 0.29.0.

This commit is contained in:
Gangsta Cat 2019-06-06 03:27:03 +02:00 committed by Helmut Pozimski
parent 21c8249e53
commit acc4809e12
1 changed files with 5 additions and 5 deletions

View File

@ -1,9 +1,9 @@
# Template file for 'crystal'
pkgname=crystal
version=0.28.0
version=0.29.0
revision=1
_shardsversion=0.8.1
_bootstrapversion=0.28.0
_bootstrapversion=0.29.0
_bootstraprevision=1
hostmakedepends="git llvm6.0"
makedepends="gc-devel libatomic_ops pcre-devel libevent-devel libyaml-devel
@ -18,7 +18,7 @@ homepage="https://crystal-lang.org/"
distfiles="
https://github.com/crystal-lang/crystal/archive/${version}.tar.gz
https://github.com/crystal-lang/shards/archive/v${_shardsversion}.tar.gz"
checksum="4206f57c6345454504ec4cd8cbd1b9354b9be29fae4cdcdd173f4a28cc13b102
checksum="c2265b2a904ded282751f59a3bd0367072058eee1cf51ebe0af03a572f8e19b9
75c74ab6acf2d5c59f61a7efd3bbc3c4b1d65217f910340cb818ebf5233207a5"
nocross="FIXME: someone needs to sort out the llvm --cxxflags for cross building"
_crystalflags="--release --no-debug --progress"
@ -31,11 +31,11 @@ if [ "$build_option_binary_bootstrap" ]; then
case "$XBPS_MACHINE" in
x86_64)
distfiles+=" https://github.com/crystal-lang/crystal/releases/download/${_bootstrapversion}/crystal-${_bootstrapversion}-${_bootstraprevision}-linux-x86_64.tar.gz"
checksum+=" 0ae13581b0d30740f232c9a29e444184121fc263b22c01d2c94290660860982e"
checksum+=" cad27db08542947e788e7c06fc00691c05ba678cedf20ecf9baa8cee741233f3"
;;
i686)
distfiles+=" https://github.com/crystal-lang/crystal/releases/download/${_bootstrapversion}/crystal-${_bootstrapversion}-${_bootstraprevision}-linux-i686.tar.gz"
checksum+=" a6879503badb064c9420d92f126ab08b0441a2b49d84e4fe238a52214a65ac33"
checksum+=" 0296df4824cadddadba0c052bd1fdc4ad1bdfe5758c688e7b1764ca163bca0db"
;;
*)
broken="cannot be built on $XBPS_MACHINE"