summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleh Prypin2020-02-21 23:25:57 +0100
committerOleh Prypin2020-02-21 23:25:57 +0100
commitea21934931f58afcf002d3496595f2521d31b5d6 (patch)
tree57ede8772e426ce62e2dd063e7451ffd4991d7c3
parent0d8289d0438f0b29732a39d135b61b36842e3b15 (diff)
downloadaur-ea21934931f58afcf002d3496595f2521d31b5d6.tar.gz
Update to 0.8.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d831294b6c9..3c4a878951d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = crystal-icr
pkgdesc = Interactive console for Crystal programming language
- pkgver = 0.7.0
+ pkgver = 0.8.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.7.0.tar.gz
- sha256sums = 181046ff6ea3502573ad6af3e53bcd4b4cede1ed6e58410bd61c6dc28e8cb0ac
+ source = https://github.com/crystal-community/icr/archive/v0.8.0.tar.gz
+ sha256sums = 8c7825dd035bbb4bc6499873d4bd125185a01cae10dc8dd6f98e6e013def381c
pkgname = crystal-icr
diff --git a/PKGBUILD b/PKGBUILD
index 091ba0a9ef9f..86ffd7287f84 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Oleh Prypin <oleh@pryp.in>
pkgname=crystal-icr
-pkgver=0.7.0
+pkgver=0.8.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=('181046ff6ea3502573ad6af3e53bcd4b4cede1ed6e58410bd61c6dc28e8cb0ac')
+sha256sums=('8c7825dd035bbb4bc6499873d4bd125185a01cae10dc8dd6f98e6e013def381c')
build() {
cd "icr-$pkgver"