summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleh Prypin2021-09-26 22:07:52 +0200
committerOleh Prypin2021-09-26 22:07:52 +0200
commit7ba5febcb3afdc3a299be16cda195ec8d708f248 (patch)
tree41b4dbe741eb1da69c617af1784e26044a3d709c
parentea21934931f58afcf002d3496595f2521d31b5d6 (diff)
downloadaur-crystal-icr.tar.gz
Update to 0.9.0
-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"