From 9c7f470a352f467e3ba5a502d147088613b55bd8 Mon Sep 17 00:00:00 2001 From: Ata Kuyumcu Date: Tue, 28 Aug 2018 22:16:18 +0300 Subject: [PATCH] crystal: update to 0.26.1 --- srcpkgs/crystal/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/crystal/template b/srcpkgs/crystal/template index 11c83f9f662..64b0374d0a2 100644 --- a/srcpkgs/crystal/template +++ b/srcpkgs/crystal/template @@ -1,9 +1,9 @@ # Template file for 'crystal' pkgname=crystal -version=0.26.0 +version=0.26.1 revision=1 _shardsversion=0.8.1 -_bootstrapversion=0.26.0 +_bootstrapversion=0.26.1 _bootstraprevision=1 hostmakedepends="git llvm" 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="e98cf1403d5182fce888a120cda61918c329244765eaa265a17038bbfb217ba3 +checksum="b7c755a7d0f49f572ae5c08b8b0139fcb1c6862c9479dfae74f00e2c8424fcb0 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+=" 856c6fe8b5104ea9bc9aeaf64e21bacb9082c7edc3ee4e27ad3c462f40b06af5" + checksum+=" 610bb650d20c161ba6900f23b2044a5d12b5669d5c8e466ea419e42f1a6d13f1" ;; i686) 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"