diff options
-rw-r--r-- | community/php7-oauth/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/php7-oauth/APKBUILD b/community/php7-oauth/APKBUILD index 01a757c357..0bc91a822d 100644 --- a/community/php7-oauth/APKBUILD +++ b/community/php7-oauth/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: Fabio Ribeiro <fabiorphp@gmail.com> pkgname=php7-oauth _pkgreal=oauth -pkgver=2.0.2 -pkgrel=3 +pkgver=2.0.3 +pkgrel=0 pkgdesc="OAuth is an authorization protocol built on top of HTTP." url="http://pecl.php.net/package/$_pkgreal" arch="all" @@ -32,4 +32,4 @@ package() { echo "extension=$_pkgreal.so" > "$pkgdir"/etc/php7/conf.d/60_$_pkgreal.ini } -sha512sums="b7aa9459542ec390a5420127d75607702ae6df6254f4e39acb62d35c6a39b8b7990499c279df07ce681081e455b55219c51df42fd516321f317465badf6d459d oauth-2.0.2.tgz" +sha512sums="3e0ce5ce01533bfd304c0c34465cc184fbd0af1a25f5192860e6394c86dc948688cc8d4b419b48676481cef3a685ba70ac612a8c516da26d0dfe9efdef7e98d9 oauth-2.0.3.tgz" |