summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMassimiliano Torromeo2020-04-22 10:00:54 +0200
committerMassimiliano Torromeo2020-04-22 10:00:54 +0200
commiteb2c664728db7aff4fe185482ddabc741f8c76fd (patch)
treea0a4fd746d8acd35574e3ae0e2c0315792d31e59 /PKGBUILD
parent15222e9b876e911e5c965926480b00aebd577c4b (diff)
downloadaur-eb2c664728db7aff4fe185482ddabc741f8c76fd.tar.gz
Updated to 2.0.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8d1a7292f705..8c8c96dfbda4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
pkgname=php-oauth
_extname=oauth
-pkgver=2.0.4
+pkgver=2.0.5
pkgrel=1
pkgdesc="PHP extension to provide OAuth consumer and provider bindings."
arch=("i686" "x86_64")
-url="http://www.php.net/manual/en/intro.oauth.php"
+url="https://www.php.net/manual/en/intro.oauth.php"
license=('BSD')
depends=('php')
-source=("http://pecl.php.net/get/$_extname-$pkgver.tgz")
-sha256sums=('6180266f63afdcaca2f6c8221bd865443175cd4317763a4141909723dd1e5c15')
+source=("https://pecl.php.net/get/$_extname-$pkgver.tgz")
+sha256sums=('c3fdd6ff8e6912832409beab58f2817ece83a6806c79f2f7b1707c98d595e0a7')
backup=("etc/php/conf.d/$_extname.ini")
build() {