diff options
author | Fabio Ribeiro <fabiorphp@gmail.com> | 2017-04-09 12:42:17 -0300 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-04-10 13:21:47 +0000 |
commit | ea2e969df5ca5354dae9277615d64fed2d191cc9 (patch) | |
tree | 74d90864ee290841a07a9e8e12f9241cc0360dae | |
parent | 8f07a2db335a33a29a20a8600346a3475169bf76 (diff) | |
download | aports-ea2e969df5ca5354dae9277615d64fed2d191cc9.tar.bz2 aports-ea2e969df5ca5354dae9277615d64fed2d191cc9.tar.xz |
testing/php7-oauth: Package update
-rw-r--r-- | testing/php7-oauth/APKBUILD | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/testing/php7-oauth/APKBUILD b/testing/php7-oauth/APKBUILD index 87e72d634e..17f656c2a5 100644 --- a/testing/php7-oauth/APKBUILD +++ b/testing/php7-oauth/APKBUILD @@ -2,21 +2,19 @@ # Maintainer: Fabio Ribeiro <fabiorphp@gmail.com> pkgname=php7-oauth _pkgreal=oauth -pkgver=2.0.1 -_pkgver=${pkgver} +pkgver=2.0.2 pkgrel=0 pkgdesc="OAuth is an authorization protocol built on top of HTTP." url="http://pecl.php.net/package/$_pkgreal" arch="all" license="PHP" depends= -pecldepends="php7-dev autoconf pcre-dev" -makedepends="$pecldepends" +makedepends="php7-dev autoconf pcre-dev" install="" subpackages="" -source="http://pecl.php.net/get/$_pkgreal-$_pkgver.tgz" +source="http://pecl.php.net/get/$_pkgreal-$pkgver.tgz" -builddir="$srcdir"/$_pkgreal-$_pkgver +builddir="$srcdir"/$_pkgreal-$pkgver build() { cd "$builddir" @@ -32,6 +30,6 @@ package() { echo "extension=$_pkgreal.so" > "$pkgdir"/etc/php7/conf.d/60_$_pkgreal.ini } -md5sums="d8fb8bc415f1ccef01c728d45f8bd4fa oauth-2.0.1.tgz" -sha256sums="fcd6956a64c437af6704eaf0459776513f05cf878ef32cbf5ee09f1a6142fd9a oauth-2.0.1.tgz" -sha512sums="904eb945303fdbe4c36fa7ba80ebe56796eb2d3b506140827ddcb50fce94b3fab98ed67e7b93b6b56acb20251e79dd8de6218bbfe064ae4cdbe78d9720ac93f7 oauth-2.0.1.tgz" +md5sums="2f133a53b0949544ed5cfe9b668ce55a oauth-2.0.2.tgz" +sha256sums="87ce1a5d585f439f0ead2683f2f7dca76d538df9143da681978356b5e1c6e8e8 oauth-2.0.2.tgz" +sha512sums="b7aa9459542ec390a5420127d75607702ae6df6254f4e39acb62d35c6a39b8b7990499c279df07ce681081e455b55219c51df42fd516321f317465badf6d459d oauth-2.0.2.tgz" |