aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFaustino Aguilar2018-01-15 23:14:23 -0500
committerFaustino Aguilar2018-01-15 23:14:23 -0500
commit7c71edcd9ad30895233722d182e36bb310b50547 (patch)
tree4ce0c2bfa9ef270d87e802c98a088455fb21226b /PKGBUILD
parentfcdd044eacc5d1a8ed1fc073458c3b4e88567f2c (diff)
downloadaur-7c71edcd9ad30895233722d182e36bb310b50547.tar.gz
Bump version v0.6.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9be6aef573ba..f6a135eb44e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Faustino Aguilar <faustinoaq.github.io>
pkgname=amber
-pkgver=0.6.3
+pkgver=0.6.4
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=('f65711e2fdc473bd77142acce8c383e591d87ab666f81f1008973b4b2aebf353')
+sha256sums=('4b7489d16afc26e2847d4dc74dad54d2f5dc20d1a148a5e0da6bea991bcac68f')
build() {
cd "amber-$pkgver"