summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9aefa7727ceb..2b18fbb395f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
+# Generated by mksrcinfo v8
+# Mon May 30 16:29:22 UTC 2016
pkgbase = apigility
pkgdesc = The world's easiest way to create high-quality APIs.
- pkgver = 1.3.1
+ pkgver = 1.3.3
pkgrel = 1
url = http://www.apigility.org/
arch = any
license = BSD
depends = php>=5.4.8
options = !strip
- source = https://github.com/zfcampus/zf-apigility-skeleton/releases/download/1.3.1/zf-apigility-skeleton-1.3.1.tgz
- sha256sums = e04ba711dd1fc4373f39e3f9c4291bee95e589df8fe8628f248b1aa9e8eaafcb
+ source = https://github.com/zfcampus/zf-apigility-skeleton/releases/download/1.3.3/zf-apigility-skeleton-1.3.3.tgz
+ sha256sums = 3293f3682ff4a4833462602bba8cd529004bf19a3f9bb3f28c0eb400feda85e9
pkgname = apigility
diff --git a/PKGBUILD b/PKGBUILD
index 489adeed9053..9c879d963864 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: David Roheim <david dot roheim at gmail dot com>
pkgname=apigility
-pkgver=1.3.1
+pkgver=1.3.3
pkgrel=1
pkgdesc="The world's easiest way to create high-quality APIs."
arch=('any')
@@ -11,7 +11,7 @@ options=(!strip)
optdepends=()
conflicts=()
source=("https://github.com/zfcampus/zf-apigility-skeleton/releases/download/$pkgver/zf-apigility-skeleton-${pkgver}.tgz")
-sha256sums=('e04ba711dd1fc4373f39e3f9c4291bee95e589df8fe8628f248b1aa9e8eaafcb')
+sha256sums=('3293f3682ff4a4833462602bba8cd529004bf19a3f9bb3f28c0eb400feda85e9')
build() {
true