-
Notifications
You must be signed in to change notification settings - Fork 694
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
testing/php7-brotli: upgrade to 0.6.2
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
@@ -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 | ||
} | ||
|
||
|
@@ -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" |