aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFaustino Aguilar2017-08-15 19:56:31 -0500
committerFaustino Aguilar2017-08-15 19:56:31 -0500
commite7eba0e46ee60572f9fa85ad50c3995cc272b143 (patch)
tree70101f7c922f4f420b36cbda25add6f78b421143
parent1aa440e068d11948e4ad2394bd1365d833457bc0 (diff)
downloadaur-e7eba0e46ee60572f9fa85ad50c3995cc272b143.tar.gz
Update to 0.1.21
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 63f847f23d27..80891507d325 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Faustino Aguilar <faustinoaq.github.io>
pkgname=amber_cmd
-pkgver=0.1.20
+pkgver=0.1.21
pkgrel=1
pkgdesc="CLI for Amber framework that makes interfacing with your file system and applications much smoother."
arch=(i686 x86_64)
@@ -9,7 +9,7 @@ license=(MIT)
depends=('sqlite' 'gc' 'libevent' 'libyaml' 'pcre')
makedepends=('crystal' 'shards')
source=("https://github.com/amber-crystal/amber-cmd/archive/v$pkgver.tar.gz")
-sha256sums=('45ded959182ef17ac7a106bd653f6570a2d194f6d0900a1b16273c302caca33e')
+sha256sums=('8fc7bdd55421c74b715e188014eb1bd37dc9975365d9f4c115087a600213b8b6')
build() {
cd "amber-cmd-$pkgver"