From 91e65eaf3cdabfbbee601c07ccad30706f933a00 Mon Sep 17 00:00:00 2001 From: Andy Postnikov Date: Thu, 14 Feb 2019 00:03:42 +0200 Subject: [PATCH] community/php7-pecl-ast: upgrade to 1.0.1 --- community/php7-pecl-ast/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/php7-pecl-ast/APKBUILD b/community/php7-pecl-ast/APKBUILD index f3b0e30b11e..c688c31db90 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.0 +pkgver=1.0.1 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="22469190dff801ab39b5948cb071cfb03c43ba924fad49f3f2f0a1596ff6952cb0b8560f9815d86cc3a058b07fb3f49c92f7068a814de67c2fe6b934be42cdf4 php7-pecl-ast-1.0.0.tar.gz" +sha512sums="23b90ad066b25ac4ae8953bb44eed5f6978a6616863ce25158d8e84ae403726fe97c6ec0b53fa1da9917626357e6576b89045945661a1d66d1bb4f7cc3064666 php7-pecl-ast-1.0.1.tar.gz"