Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

testing/php7-mustache: upgrade to 0.8.1 #6219

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions testing/libmustache/APKBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

pkgname=libmustache
_mustachespec_gitrev=b96be9fd4c6d6984828d93169fe7e86d8a8aec2f
pkgver=0.4.3
pkgver=0.5.0
pkgrel=0
pkgdesc="C++ implementation of Mustache intended mainly for use as a PHP extension"
url="https://github.com/jbboehr/libmustache"
Expand Down Expand Up @@ -39,5 +39,5 @@ package() {
make DESTDIR="$pkgdir" install
}

sha512sums="864a6205bb128d95ecbb82806f526bbdb611d169f74e8cb25fae4e6ba3c36d52587316817ea092f494f140f41d1e70d9485bd10107847881ac56ad37b52fff05 libmustache-0.4.3.tar.gz
sha512sums="aab8e6d787c019810dd41f6d37f41f5be69c184f1bb97baf99497ff259b0caf9af41382b7222117d5a4e48706cc840575fdcf2190471171b4efa8447b746ec17 libmustache-0.5.0.tar.gz
9031df8459426bcc91dceb149b19c7e4397bdb08d80dbf175b536effe16ba1808f0a87be1a1f27997ef0b31d87d9c209dec167732e21abc8bd7f3e9982e6d262 mustache-spec-b96be9fd4c6d6984828d93169fe7e86d8a8aec2f.tar.gz"
6 changes: 3 additions & 3 deletions testing/php7-mustache/APKBUILD
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Maintainer: Renoir Boulanger <hello@renoirboulanger.com>
pkgname="php7-mustache"
_phpext="mustache"
pkgver=0.7.4
pkgrel=2
pkgver=0.8.1
pkgrel=0
pkgdesc="PHP 7 PECL extension: C++ implementation of Mustache"
giturl="https://github.com/jbboehr/php-mustache.git"
url="https://github.com/jbboehr/php-mustache"
Expand Down Expand Up @@ -48,5 +48,5 @@ package() {
echo "extension=$_phpext.so" > "$pkgdir"/etc/php7/conf.d/70_$_phpext.ini
}

sha512sums="f59835a6bc1158c1faa0dbe03efc5d791608149bc4af8434b4eef0400571fed2aad14ae6704474f784b567466d7e139053d8125529fab685bc9a0d5c33aca4c6 php-mustache-0.7.4.tar.gz
sha512sums="4533fafd60e020f56528572d185c74d6c62cba7c1430b24fbe5d9a387ac89e866a2fbe38c91faca5cd75a597fb2c18647a7209ae8d99b609fcbdbf2b221a71b7 php-mustache-0.8.1.tar.gz
d63ca7c3016190e101b2db153a33e4e523e0199e3fb3778733d791e4853bab20925046d0cb34bbde0985a4b6b78b1ec6003db1e2384693352d03f7d67799ed10 mustache-spec-72233f3ffda9e33915fd3022d0a9ebbcce265acd.tar.gz"