From 813164846881b68f0e94a0cd780cb8a09e2caf29 Mon Sep 17 00:00:00 2001 From: TBK Date: Fri, 30 Mar 2018 04:28:58 +0200 Subject: [PATCH] testing/php7-mustache: rebuild against php 7.2.4 --- testing/php7-mustache/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/php7-mustache/APKBUILD b/testing/php7-mustache/APKBUILD index fa096cf9803..4c18cb1d3df 100644 --- a/testing/php7-mustache/APKBUILD +++ b/testing/php7-mustache/APKBUILD @@ -2,7 +2,7 @@ pkgname="php7-mustache" _phpext="mustache" pkgver=0.7.4 -pkgrel=1 +pkgrel=2 pkgdesc="PHP 7 PECL extension: C++ implementation of Mustache" giturl="https://github.com/jbboehr/php-mustache.git" url="https://github.com/jbboehr/php-mustache"