aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFaustino Aguilar2018-02-02 08:19:46 -0500
committerFaustino Aguilar2018-02-02 08:19:46 -0500
commit8656b39d67e3829cf998d6e6f612d5aec4cba282 (patch)
tree2134c35d7f66f4fbcf7eff05c9b95d02c9d43d57 /PKGBUILD
parent7c71edcd9ad30895233722d182e36bb310b50547 (diff)
downloadaur-8656b39d67e3829cf998d6e6f612d5aec4cba282.tar.gz
Bump version v0.6.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f6a135eb44e4..7334654373de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Faustino Aguilar <faustinoaq.github.io>
pkgname=amber
-pkgver=0.6.4
+pkgver=0.6.5
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=('4b7489d16afc26e2847d4dc74dad54d2f5dc20d1a148a5e0da6bea991bcac68f')
+sha256sums=('175e18f31ca720f6eef06e7ba7c7af03a7c415a5fe1421dfeefbe4b04a0f38ba')
build() {
cd "amber-$pkgver"