diff options
author | TBK <tbk@jjtc.dk> | 2018-03-29 23:51:59 +0200 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2018-03-31 01:51:45 +0300 |
commit | 82f5305aff9edd7b321c1f2576e1bb63cddf7873 (patch) | |
tree | b825a8cf7a41eaa5966e4f92b2dece2f6244cb04 /testing/php7-ast | |
parent | 321d2c2000d53dbaab71404ea92ee8f9aa9bbed6 (diff) | |
download | aports-82f5305aff9edd7b321c1f2576e1bb63cddf7873.tar.bz2 aports-82f5305aff9edd7b321c1f2576e1bb63cddf7873.tar.xz |
testing/php7-ast: rebuild against php 7.2.4
Diffstat (limited to 'testing/php7-ast')
-rw-r--r-- | testing/php7-ast/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/php7-ast/APKBUILD b/testing/php7-ast/APKBUILD index a0a2a3ea10..92346eef20 100644 --- a/testing/php7-ast/APKBUILD +++ b/testing/php7-ast/APKBUILD @@ -5,7 +5,7 @@ _pkgext=ast _pkgreal=php-ast pkgver=0.1.6 _pkgver=${pkgver/_rc/RC} -pkgrel=1 +pkgrel=2 pkgdesc="PHP7 extension exposing PHP 7 abstract syntax tree" url="https://github.com/nikic/php-ast" arch="all" |