summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c4a878951d7..56ea416bab89 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = crystal-icr
pkgdesc = Interactive console for Crystal programming language
- pkgver = 0.8.0
+ pkgver = 0.9.0
pkgrel = 2
url = https://github.com/crystal-community/icr
arch = i686
@@ -9,8 +9,7 @@ pkgbase = crystal-icr
makedepends = shards
depends = crystal
depends = readline
- source = https://github.com/crystal-community/icr/archive/v0.8.0.tar.gz
- sha256sums = 8c7825dd035bbb4bc6499873d4bd125185a01cae10dc8dd6f98e6e013def381c
+ source = https://github.com/crystal-community/icr/archive/v0.9.0.tar.gz
+ sha256sums = 2530293e94b60d69919a79b49e83270f1462058499ad37a762233df8d6e5992c
pkgname = crystal-icr
-
diff --git a/PKGBUILD b/PKGBUILD
index 86ffd7287f84..2cb2006c5fce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Oleh Prypin <oleh@pryp.in>
pkgname=crystal-icr
-pkgver=0.8.0
+pkgver=0.9.0
pkgrel=2
pkgdesc="Interactive console for Crystal programming language"
arch=(i686 x86_64)
@@ -9,7 +9,7 @@ license=(LGPL)
depends=('crystal' 'readline')
makedepends=('shards')
source=("https://github.com/crystal-community/icr/archive/v$pkgver.tar.gz")
-sha256sums=('8c7825dd035bbb4bc6499873d4bd125185a01cae10dc8dd6f98e6e013def381c')
+sha256sums=('2530293e94b60d69919a79b49e83270f1462058499ad37a762233df8d6e5992c')
build() {
cd "icr-$pkgver"