diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-06-14 11:40:18 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-06-14 12:00:37 +0000 |
commit | 9a76b69293520c4de2fcc8075d8971b0a2d22c20 (patch) | |
tree | a309173656c72a5e44a74d54f816ce2383bbd8d7 /testing/php7-mustache | |
parent | 37988e5b82efd87a2ba5b2fa3c1fa3d6b08c3487 (diff) | |
download | aports-9a76b69293520c4de2fcc8075d8971b0a2d22c20.tar.bz2 aports-9a76b69293520c4de2fcc8075d8971b0a2d22c20.tar.xz |
testing/php7-mustache: rebuild against php 7.3
Diffstat (limited to 'testing/php7-mustache')
-rw-r--r-- | testing/php7-mustache/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/php7-mustache/APKBUILD b/testing/php7-mustache/APKBUILD index de2c3744c4..bbcd46f0fc 100644 --- a/testing/php7-mustache/APKBUILD +++ b/testing/php7-mustache/APKBUILD @@ -2,7 +2,7 @@ pkgname="php7-mustache" _phpext="mustache" pkgver=0.9.0 -pkgrel=0 +pkgrel=1 pkgdesc="PHP 7 PECL extension: C++ implementation of Mustache" giturl="https://github.com/jbboehr/php-mustache.git" url="https://github.com/jbboehr/php-mustache" |