crystal: update to 0.26.1

This commit is contained in:
Ata Kuyumcu 2018-08-28 22:16:18 +03:00 committed by Helmut Pozimski
parent b90762df5f
commit 9c7f470a35
1 changed files with 5 additions and 5 deletions

View File

@ -1,9 +1,9 @@
# Template file for 'crystal' # Template file for 'crystal'
pkgname=crystal pkgname=crystal
version=0.26.0 version=0.26.1
revision=1 revision=1
_shardsversion=0.8.1 _shardsversion=0.8.1
_bootstrapversion=0.26.0 _bootstrapversion=0.26.1
_bootstraprevision=1 _bootstraprevision=1
hostmakedepends="git llvm" hostmakedepends="git llvm"
makedepends="gc-devel libatomic_ops pcre-devel libevent-devel libyaml-devel makedepends="gc-devel libatomic_ops pcre-devel libevent-devel libyaml-devel
@ -18,7 +18,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="e98cf1403d5182fce888a120cda61918c329244765eaa265a17038bbfb217ba3 checksum="b7c755a7d0f49f572ae5c08b8b0139fcb1c6862c9479dfae74f00e2c8424fcb0
75c74ab6acf2d5c59f61a7efd3bbc3c4b1d65217f910340cb818ebf5233207a5" 75c74ab6acf2d5c59f61a7efd3bbc3c4b1d65217f910340cb818ebf5233207a5"
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"
@ -31,11 +31,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+=" 856c6fe8b5104ea9bc9aeaf64e21bacb9082c7edc3ee4e27ad3c462f40b06af5" checksum+=" 610bb650d20c161ba6900f23b2044a5d12b5669d5c8e466ea419e42f1a6d13f1"
;; ;;
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+=" 2c822deabd2c5ab2151b8545f8c9b67bfa50515f33bb0b7ebdfcec4c83bbfac5" checksum+=" 684c33366d80ca89b2cf14c7770fc9a182596ea19105db4334eca6bda2e9bf98"
;; ;;
*) *)
broken="cannot be built on $XBPS_MACHINE" broken="cannot be built on $XBPS_MACHINE"