From 67befc3cb9dfca048302e93a1482c113686efa2b Mon Sep 17 00:00:00 2001 From: Andy Postnikov Date: Thu, 6 Feb 2020 17:44:41 +0200 Subject: [PATCH] community/php7-pecl-oauth: upgrade to 2.0.5 --- community/php7-pecl-oauth/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/php7-pecl-oauth/APKBUILD b/community/php7-pecl-oauth/APKBUILD index d7003e262e3..3570926cebc 100644 --- a/community/php7-pecl-oauth/APKBUILD +++ b/community/php7-pecl-oauth/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Fabio Ribeiro pkgname=php7-pecl-oauth _pkgreal=oauth -pkgver=2.0.4 +pkgver=2.0.5 pkgrel=0 pkgdesc="OAuth is an authorization protocol built on top of HTTP." url="https://pecl.php.net/package/oauth" @@ -32,5 +32,5 @@ package() { echo "extension=$_pkgreal.so" > "$pkgdir"/etc/php7/conf.d/60_$_pkgreal.ini } -sha512sums="269b579f87a9f3f229433c74937f74b9b6df453a6e05f7751ca12fa5f24c9ad62d1ebe5cdb370d33d774a0f2e244c1c685a53226dcb35c0005b5532a00c137d4 oauth-2.0.4.tgz +sha512sums="847f8a07aba930d606038a78915ddd9c24aab241d27b844a766e0da3caabf419fd891573524a55b40559a827b1adc1261748efabac5ed1bee45fa770935379ee oauth-2.0.5.tgz 68d636032d2f3cb2822ea3121a80256b87a04cc5998c4775174366c6a3392dfe3abc00c84cc50aca5745a32ddd2246af129fe5aa17cc415652c52214a84feef9 pcre.patch"