diff options
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 cfc91a205e..3fd6701794 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.2 +pkgver=1.0.3 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="5fabe90b5c3b1fe75cd17b9a18d5b785a90ac2ffded29ed98957df79921069dfb627a29afae3cc86111918b901c58e6be44146a592a9e2b3504d1fbb8a10b7e9 php7-pecl-ast-1.0.2.tar.gz" +sha512sums="1901e4169ba7eb5ff9836a8773ac144c5daa6474c4d7bc545258f8faceb92d4b4d94f8e1685f9b9bc2980270205d75b89437b1cf01b74683db5986fb09229aee php7-pecl-ast-1.0.3.tar.gz" |