aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFaustino Aguilar2020-01-28 13:48:21 +0000
committerFaustino Aguilar2020-01-28 13:48:21 +0000
commitd5f2711220906fa6141c9bdf12d109fa2001958b (patch)
tree93073d1923c95276e5d1bf7ca9337b9f4402e8e0 /PKGBUILD
parent8df459b01418acf43783ed77fcd0408e7b4cbe2a (diff)
downloadaur-d5f2711220906fa6141c9bdf12d109fa2001958b.tar.gz
Bump version 0.32.0
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c4ee62f70f71..93b80d5f4c8b 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Faustino Aguilar <faustinoaq.github.io>
pkgname=amber
-pkgver=0.31.0
+pkgver=0.32.0
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=('5875e6eab1dc995b855bc11a57226d6f87dcb3f651e563c9a49cf1a6dcbc8039')
+sha256sums=('C2010546604FFC76F42101111BE948481421BB8AF4F76709EA4AC590E24C0499')
build() {
cd "amber-$pkgver"