diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2019-11-13 12:45:47 +0200 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2019-11-13 12:53:50 +0200 |
commit | a5e600e9492493ed92a1a0f8bd34b04526a9f49d (patch) | |
tree | f0679a3a3396c88246857d7d98bcbaac2754aaf4 /community/php7-pecl-ast/APKBUILD | |
parent | 99cf1129a6d27c03253342ac5205256886202d8e (diff) | |
download | aports-a5e600e9492493ed92a1a0f8bd34b04526a9f49d.tar.bz2 aports-a5e600e9492493ed92a1a0f8bd34b04526a9f49d.tar.xz |
community/php7-pecl-ast: upgrade to 1.0.4
Diffstat (limited to 'community/php7-pecl-ast/APKBUILD')
-rw-r--r-- | community/php7-pecl-ast/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/php7-pecl-ast/APKBUILD b/community/php7-pecl-ast/APKBUILD index 3fd6701794..d6283ae2a5 100644 --- a/community/php7-pecl-ast/APKBUILD +++ b/community/php7-pecl-ast/APKBUILD @@ -3,7 +3,7 @@ pkgname=php7-pecl-ast _pkgext=ast _pkgreal=php-ast -pkgver=1.0.3 +pkgver=1.0.4 pkgrel=0 pkgdesc="PHP extension exposing PHP 7 abstract syntax tree - PECL" url="https://pecl.php.net/package/ast" @@ -36,4 +36,4 @@ package() { echo "extension=$_pkgext.so" > "$pkgdir"/etc/php7/conf.d/$_pkgext.ini } -sha512sums="1901e4169ba7eb5ff9836a8773ac144c5daa6474c4d7bc545258f8faceb92d4b4d94f8e1685f9b9bc2980270205d75b89437b1cf01b74683db5986fb09229aee php7-pecl-ast-1.0.3.tar.gz" +sha512sums="ca241bb92ce2c75d70b3b7683cb30d844aae1feaf7e64af0fcefc8d6bef0623058c7712bab921004b4c4427732eae96094af57d5964e476b5e85474bc693251b php7-pecl-ast-1.0.4.tar.gz" |