summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Severance2022-04-17 22:40:42 -0400
committerChris Severance2022-04-17 22:40:42 -0400
commit9d2a1f447ab24e62525097aeda029f8cc1e9de82 (patch)
treeba6e84a2815d6d8401a2715f02926c4b0913d2b4 /PKGBUILD
parent09cfc08ed5e21c753a9a88bc89cc5fa1746ab9f2 (diff)
downloadaur-9d2a1f447ab24e62525097aeda029f8cc1e9de82.tar.gz
autu: Update to 2.17.2-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f6e3d95460ff..bad77da08519 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
set -u
_pkgname='phing'
pkgname="php-${_pkgname}-bin"
-pkgver='2.16.3'
+pkgver='2.17.2'
pkgrel='1'
pkgdesc='PHP project build system based on Apache Ant'
arch=('any')
@@ -22,7 +22,7 @@ conflicts=("${_pkgname}" "php-${_pkgname}")
options=('!strip')
_verwatch=('http://pear.phing.info/feed.xml' '\s\+<title>phing \([0-9\.]\+\) (stable)</title>.*' 'f')
source=("${url}/get/${_pkgname}-${pkgver}.phar")
-sha256sums=('e08fb564db7362d6b4d4c91f0995142f9b99e8246fc6f6fe5325e868186cd7a9')
+sha256sums=('283a8974722a82d6abea87cd1b810d465a5183d5d815e2f9612ed1725875f8f4')
package() {
set -u