aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5383ba224fa6..7dab5d263666 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Faustino Aguilar <faustinoaq.github.io>
pkgname=amber
-pkgver=0.2.5
+pkgver=0.2.6
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=('1743bc45afa170763102879e459d79b565bdabf189faca2559955385bb8d0c30')
+sha256sums=('49e33033e0ba2b716c58a97e4417e2e01f4e8d676f4be80d39926d65b7496620')
build() {
cd "amber-$pkgver"