~alpine/aports

[alpine-aports] [PATCH] testing/php7-oauth: Package update

Fabio Ribeiro <fabiorphp@gmail.com>
Details
Message ID
<20170409154217.29958-1-fabiorphp@gmail.com>
Sender timestamp
1491752537
DKIM signature
missing
Download raw message
Patch: +7 -9
---
 testing/php7-oauth/APKBUILD | 16 +++++++---------
 1 file 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"
-- 
2.11.0 (Apple Git-81)



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)