aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFaustino Aguilar2018-02-08 01:40:15 -0500
committerFaustino Aguilar2018-02-08 01:40:15 -0500
commit1d927e68ce247476470bd2853d6f4e6734075e09 (patch)
tree88e2a68f0adbd4559c084e6ce3d65371851f4a3b /PKGBUILD
parent8656b39d67e3829cf998d6e6f612d5aec4cba282 (diff)
downloadaur-1d927e68ce247476470bd2853d6f4e6734075e09.tar.gz
Bump v0.6.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7334654373de..bffbe96ede21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Faustino Aguilar <faustinoaq.github.io>
pkgname=amber
-pkgver=0.6.5
+pkgver=0.6.7
pkgrel=1
pkgdesc="An open source efficient, cohesive and fun web framework for the Crystal language"
arch=(i686 x86_64)
@@ -8,7 +8,7 @@ url='https://github.com/amberframework/amber'
license=(MIT)
depends=('crystal' 'shards' 'sqlite')
source=("https://github.com/amberframework/amber/archive/v$pkgver.tar.gz")
-sha256sums=('175e18f31ca720f6eef06e7ba7c7af03a7c415a5fe1421dfeefbe4b04a0f38ba')
+sha256sums=('3668dc5d5a0342dfe804973391727999bf10d572a369147e170fc989d1699e0a')
build() {
cd "amber-$pkgver"