summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2020-04-22 10:00:54 +0200
committerMassimiliano Torromeo2020-04-22 10:00:54 +0200
commiteb2c664728db7aff4fe185482ddabc741f8c76fd (patch)
treea0a4fd746d8acd35574e3ae0e2c0315792d31e59
parent15222e9b876e911e5c965926480b00aebd577c4b (diff)
downloadaur-eb2c664728db7aff4fe185482ddabc741f8c76fd.tar.gz
Updated to 2.0.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea41425f07a5..caeb6c7cd078 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = php-oauth
pkgdesc = PHP extension to provide OAuth consumer and provider bindings.
- pkgver = 2.0.4
+ pkgver = 2.0.5
pkgrel = 1
- url = http://www.php.net/manual/en/intro.oauth.php
+ url = https://www.php.net/manual/en/intro.oauth.php
arch = i686
arch = x86_64
license = BSD
depends = php
backup = etc/php/conf.d/oauth.ini
- source = http://pecl.php.net/get/oauth-2.0.4.tgz
- sha256sums = 6180266f63afdcaca2f6c8221bd865443175cd4317763a4141909723dd1e5c15
+ source = https://pecl.php.net/get/oauth-2.0.5.tgz
+ sha256sums = c3fdd6ff8e6912832409beab58f2817ece83a6806c79f2f7b1707c98d595e0a7
pkgname = php-oauth
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() {