aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorAndy Postnikov <apostnikov@gmail.com>2019-02-03 05:15:21 +0200
committerAndy Postnikov <apostnikov@gmail.com>2019-02-03 05:21:27 +0200
commitc949e1bbe945d7436455f800db88e3953d6ea7fa (patch)
treeb7a18043b08866e6da3d48bba138b4540d2d3b5b /testing
parent10589b0da75f3260970a2c60d11956caf2503554 (diff)
downloadaports-c949e1bbe945d7436455f800db88e3953d6ea7fa.tar.bz2
aports-c949e1bbe945d7436455f800db88e3953d6ea7fa.tar.xz
testing/php7-brotli: upgrade to 0.6.2
Diffstat (limited to 'testing')
-rw-r--r--testing/php7-brotli/APKBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/testing/php7-brotli/APKBUILD b/testing/php7-brotli/APKBUILD
index 74f1a297d3..ca9313194f 100644
--- a/testing/php7-brotli/APKBUILD
+++ b/testing/php7-brotli/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: TBK <alpine@jjtc.eu>
pkgname=php7-brotli
_pkgreal=brotli
-pkgver=0.6.1
+pkgver=0.6.2
pkgrel=0
pkgdesc="Brotli Extension for PHP"
url="https://github.com/kjdev/php-ext-brotli"
@@ -25,7 +25,6 @@ build() {
check() {
cd "$builddir"
- rm -f tests/compatibility.phpt tests/roundtrip.phpt # No test data in PECL
make NO_INTERACTION=1 REPORT_EXIT_STATUS=1 test
}
@@ -36,4 +35,4 @@ package() {
echo "extension=$_pkgreal.so" > "$pkgdir"/etc/php7/conf.d/50_$_pkgreal.ini
}
-sha512sums="d56ddc78c5155d5c8e361c1866cc39d3ebde27dcd7df7b9e36a839c768fd6b193ebc852db743526c3c08bc2a4f634bf46cb9cd833f8676705606b10b78fa99ed php7-brotli-0.6.1.tar.gz"
+sha512sums="5ebb992a9e2038a9d3f9ad38627bf83d0afadc58f46b3cab39c25d58fc50bebf31881421f837f8a00fc880f664e5f13d54763261b25da40b4bc978a06e756604 php7-brotli-0.6.2.tar.gz"