aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFaustino Aguilar2018-01-13 10:44:29 -0500
committerFaustino Aguilar2018-01-13 10:44:29 -0500
commit2e3a88c4d9c91120707370b47b0b27e1692e204d (patch)
tree992bbc4b1814ea418d612b000215de4e1ae8ab0c /PKGBUILD
parent7a31fb0d42a549d505b88489a43d9af9133dafc4 (diff)
downloadaur-2e3a88c4d9c91120707370b47b0b27e1692e204d.tar.gz
Bump version v0.6.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9e00d226bf85..ad13728a31d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Faustino Aguilar <faustinoaq.github.io>
pkgname=amber
-pkgver=0.6.2
+pkgver=0.6.3
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=('188790b260accb35e4f077abd1c37eafef9aedd9b580194a56e6d95edb4f5e51')
+sha256sums=('f65711e2fdc473bd77142acce8c383e591d87ab666f81f1008973b4b2aebf353')
build() {
cd "amber-$pkgver"