diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2017-10-13 01:04:01 +0300 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-10-26 09:32:03 +0000 |
commit | 6cf29a7115dbf8aab329a54a1e3b617ea56d6b92 (patch) | |
tree | 06861007118cecf33f197d36957eb32df4f1afd3 /testing/php7-ast | |
parent | 0dd6dd6ab1950c21bd796f6cc1c5675df981ee8f (diff) | |
download | aports-6cf29a7115dbf8aab329a54a1e3b617ea56d6b92.tar.bz2 aports-6cf29a7115dbf8aab329a54a1e3b617ea56d6b92.tar.xz |
testing/php7-ast: upgrade to 0.1.6
Diffstat (limited to 'testing/php7-ast')
-rw-r--r-- | testing/php7-ast/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/php7-ast/APKBUILD b/testing/php7-ast/APKBUILD index 8be53ceb8e..b20adc4b60 100644 --- a/testing/php7-ast/APKBUILD +++ b/testing/php7-ast/APKBUILD @@ -3,7 +3,7 @@ pkgname=php7-ast _pkgext=ast _pkgreal=php-ast -pkgver=0.1.5 +pkgver=0.1.6 _pkgver=${pkgver/_rc/RC} pkgrel=0 pkgdesc="PHP7 extension exposing PHP 7 abstract syntax tree" @@ -33,4 +33,4 @@ package() { echo "extension=$_pkgext.so" > "$pkgdir"/etc/php7/conf.d/$_pkgext.ini } -sha512sums="42334a3c8f1cad2f933e93240f5dbd0786ce26d678c72b27c0a203fc184e9b697f5e3cb4c3575dce6f47c871e986a87e47d84d033891a18097bcbd89cfce2fbb php7-ast-0.1.5.tar.gz" +sha512sums="f20629ff721dfa47b9ebdf802c28f46f7cbb54bebee9e1fba4f205d6c42445a92895b01e87071914e82b7bd9f03ce28275d4709d35e7ac9fd2b5bed3965dac0f php7-ast-0.1.6.tar.gz" |