aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFaustino Aguilar2017-09-03 10:07:52 -0500
committerFaustino Aguilar2017-09-03 10:07:52 -0500
commit202b59b134938578c747c30f472f6725547970b3 (patch)
tree32b31b36bbcca310e24a472443648ab289d68153
parent93db0d686aeff885b2d138aa046bd7f0aa0f6bb3 (diff)
downloadaur-202b59b134938578c747c30f472f6725547970b3.tar.gz
Bump version.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--README.md6
3 files changed, 10 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 77b8d49647a3..4e6040ea1ad0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = amber
pkgdesc = An open source efficient, cohesive and fun web framework for the Crystal language
- pkgver = 0.2.1
+ pkgver = 0.2.2
pkgrel = 1
url = https://github.com/amber-crystal/amber
arch = i686
@@ -9,8 +9,8 @@ pkgbase = amber
depends = crystal
depends = shards
depends = sqlite
- source = https://github.com/amber-crystal/amber/archive/v0.2.1.tar.gz
- sha256sums = b586ff61d0114bf0d463a429121d6e0b00ff7271baf540690c3d78239d653c56
+ source = https://github.com/amber-crystal/amber/archive/v0.2.2.tar.gz
+ sha256sums = 4d41dcbcee2f8cf696a3039bad712d344ad4e5f1c8c21df0214067cd7de047ba
pkgname = amber
diff --git a/PKGBUILD b/PKGBUILD
index 55ab2175234d..e2abd390d937 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Faustino Aguilar <faustinoaq.github.io>
pkgname=amber
-pkgver=0.2.1
+pkgver=0.2.2
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/amber-crystal/amber'
license=(MIT)
depends=('crystal' 'shards' 'sqlite')
source=("https://github.com/amber-crystal/amber/archive/v$pkgver.tar.gz")
-sha256sums=('b586ff61d0114bf0d463a429121d6e0b00ff7271baf540690c3d78239d653c56')
+sha256sums=('4d41dcbcee2f8cf696a3039bad712d344ad4e5f1c8c21df0214067cd7de047ba')
build() {
cd "amber-$pkgver"
diff --git a/README.md b/README.md
index a70cb0d97dab..782467b41979 100644
--- a/README.md
+++ b/README.md
@@ -2,4 +2,8 @@
![amber](https://i.imgur.com/qiO9uP7.png)
-[Amber](https://www.ambercr.io/) is an open source efficient, cohesive and fun web framework for the [Crystal language](https://crystal-lang.org/). \ No newline at end of file
+[Amber](https://www.ambercr.io/) is an open source efficient, cohesive and fun web framework for the [Crystal language](https://crystal-lang.org/).
+
+```
+makepkg --printsrcinfo > .SRCINFO
+``` \ No newline at end of file