summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleh Prypin2020-02-08 15:53:53 +0100
committerOleh Prypin2020-02-08 15:53:53 +0100
commit0d8289d0438f0b29732a39d135b61b36842e3b15 (patch)
treeb8ed4d560b5ec28aa742a2d4bf58b986414b36c7
parent75dd356307ae45bda9239e176e3ec2e3e3c49675 (diff)
downloadaur-0d8289d0438f0b29732a39d135b61b36842e3b15.tar.gz
Update to 0.7.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 980918b415fe..3d831294b6c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = crystal-icr
pkgdesc = Interactive console for Crystal programming language
- pkgver = 0.6.0
+ pkgver = 0.7.0
pkgrel = 2
url = https://github.com/crystal-community/icr
arch = i686
@@ -9,8 +9,8 @@ pkgbase = crystal-icr
makedepends = shards
depends = crystal
depends = readline
- source = https://github.com/crystal-community/icr/archive/v0.6.0.tar.gz
- sha256sums = 970d5ecbde6bb370c8178339db42e7812b7a2f3a5db3eec868cc18c19523c0ea
+ source = https://github.com/crystal-community/icr/archive/v0.7.0.tar.gz
+ sha256sums = 181046ff6ea3502573ad6af3e53bcd4b4cede1ed6e58410bd61c6dc28e8cb0ac
pkgname = crystal-icr
diff --git a/PKGBUILD b/PKGBUILD
index 4a19821cfc1d..091ba0a9ef9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
-# Maintainer: Oleh Prypin <aur@blaxpirit.com>
+# Maintainer: Oleh Prypin <oleh@pryp.in>
pkgname=crystal-icr
-pkgver=0.6.0
+pkgver=0.7.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=('970d5ecbde6bb370c8178339db42e7812b7a2f3a5db3eec868cc18c19523c0ea')
+sha256sums=('181046ff6ea3502573ad6af3e53bcd4b4cede1ed6e58410bd61c6dc28e8cb0ac')
build() {
cd "icr-$pkgver"