summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonne Haß2017-04-21 19:49:07 +0200
committerJonne Haß2017-04-21 19:49:07 +0200
commite629545df3fe7ff3652ed7f3222c8fc4081ee1cd (patch)
tree76fb7b883f309a0ab58f73fbbd2c9d1e21f9c61f
parent756ac82cced706f67eb14edd546c4a71ab9b395c (diff)
downloadaur-e629545df3fe7ff3652ed7f3222c8fc4081ee1cd.tar.gz
crystal-git: 0.22.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b2f2141a1b4..de5adc181247 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -26,10 +26,10 @@ pkgbase = crystal-git
conflicts = crystal
source = git+https://github.com/crystal-lang/crystal.git
sha256sums = SKIP
- source_i686 = https://github.com/crystal-lang/crystal/releases/download/0.21.1/crystal-0.21.1-1-linux-i686.tar.gz
- sha256sums_i686 = 8ab875309aa71d4501995e834850d40538fb66dd9890024ed812777f83085f48
- source_x86_64 = https://github.com/crystal-lang/crystal/releases/download/0.21.1/crystal-0.21.1-1-linux-x86_64.tar.gz
- sha256sums_x86_64 = e8a7489aba888cc0deec61e9bda5dd27ab600edb102afc17fa11582b90960875
+ source_i686 = https://github.com/crystal-lang/crystal/releases/download/0.22.0/crystal-0.22.0-1-linux-i686.tar.gz
+ sha256sums_i686 = c084846d3f9e0c3cfcba6a79fe4e0cf6c6cb6801826a969460ecf2a47abd0fe9
+ source_x86_64 = https://github.com/crystal-lang/crystal/releases/download/0.22.0/crystal-0.22.0-1-linux-x86_64.tar.gz
+ sha256sums_x86_64 = 789d7b844886133428248605113ede9174c6ea4ba47d96a13f0efd1565b5810d
pkgname = crystal-git
diff --git a/PKGBUILD b/PKGBUILD
index 1c4b3d4fb470..1d92fb1872fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=crystal-git
pkgver=0.21.1.r2.g5b32e46bc
-_last_release="0.21.1-1"
+_last_release="0.22.0-1"
pkgrel=1
pkgdesc="The Crystal Programming Language"
arch=('i686' 'x86_64')
@@ -74,5 +74,5 @@ package() {
}
sha256sums=('SKIP')
-sha256sums_i686=('8ab875309aa71d4501995e834850d40538fb66dd9890024ed812777f83085f48')
-sha256sums_x86_64=('e8a7489aba888cc0deec61e9bda5dd27ab600edb102afc17fa11582b90960875')
+sha256sums_i686=('c084846d3f9e0c3cfcba6a79fe4e0cf6c6cb6801826a969460ecf2a47abd0fe9')
+sha256sums_x86_64=('789d7b844886133428248605113ede9174c6ea4ba47d96a13f0efd1565b5810d')