Skip to content

Commit

Permalink
testing/php7-brotli: upgrade to 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andypost committed Feb 3, 2019
1 parent 10589b0 commit 4dc35bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions testing/php7-brotli/APKBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Maintainer: TBK <[email protected]>
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"
Expand All @@ -25,7 +25,7 @@ build() {

check() {
cd "$builddir"
rm -f tests/compatibility.phpt tests/roundtrip.phpt # No test data in PECL
# rm -f tests/compatibility.phpt tests/roundtrip.phpt # No test data in PECL
make NO_INTERACTION=1 REPORT_EXIT_STATUS=1 test
}

Expand All @@ -36,4 +36,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"

0 comments on commit 4dc35bd

Please sign in to comment.