summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Severance2016-09-18 14:14:42 -0400
committerChris Severance2016-09-18 14:14:42 -0400
commit946c6cf190756d666581229a6c0b4c4f946abc74 (patch)
tree3d648346f66c06d77503ecbd65acee5f87f1b205 /PKGBUILD
parentdd2698f2a5c3d139e5cab1ba3387f000d6149038 (diff)
downloadaur-946c6cf190756d666581229a6c0b4c4f946abc74.tar.gz
Update to 2.15
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 85097d843f45..9db23c5b8949 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,7 +25,7 @@
set -u
_pkgname='phing'
pkgname="php-${_pkgname}"
-pkgver='2.14.0'
+pkgver='2.15.0'
pkgrel='1'
pkgdesc='PHP project build system based on Apache Ant'
arch=('any')
@@ -42,7 +42,7 @@ source=("http://pear.phing.info/get/phing-${pkgver}.tgz")
#source=("phing-large-${pkgver}.tgz::http://www.phing.info/get/${_pkgname}-${pkgver}.tgz")
# Trying to compile phpoffice. This would become an addon. php-phing-foo
#source+=('git://github.com/domain51/Phing_d51PearPkg2Task.git')
-sha256sums=('e6f3caa1990bf93ea7c63a2dd949ee13f9f099df1a2bef8dae294049c8ceab84')
+sha256sums=('008ff15073fecffc7999b71f74e37540aed02ff43d9af03008f3206f216839ae')
prepare() {
set -u