aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFaustino Aguilar2017-10-17 09:25:26 -0500
committerFaustino Aguilar2017-10-17 09:25:26 -0500
commit59af5e17310255a1f34a38e47b8ed0199df0a730 (patch)
tree3eddbecb8309a96e8fd2c708d45c37513357c79f
parent59f68768247bbd4c26edb574166af20556e66128 (diff)
downloadaur-59af5e17310255a1f34a38e47b8ed0199df0a730.tar.gz
Bump version
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a4d84f37744e..ba87d274773c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Faustino Aguilar <faustinoaq.github.io>
pkgname=amber
-pkgver=0.2.7
+pkgver=0.3.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=('b1fce56cf0f3ae9db13775145c8916a9996d567f95223b67239cba92614a6262')
+sha256sums=('16b602d2bc866c748c5ca151297e6b0201f6a939e251f92cd39861b76bd222d9')
build() {
cd "amber-$pkgver"