aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSpencer Rinehart2017-01-04 07:15:15 -0600
committerSpencer Rinehart2017-01-04 07:15:15 -0600
commit7b9b0aa78ac0eb8738378f921b08053581aa9be1 (patch)
tree76c42ae905a4c1dc1a29f136c5aa56c8ebbed232 /PKGBUILD
parentce09dc5acf2b83e20d3ce08492cd0912ddfa77b5 (diff)
downloadaur-7b9b0aa78ac0eb8738378f921b08053581aa9be1.tar.gz
Update to 7.0.14 and switch to https urls.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 52df9d27036a..f06ad6105819 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
_extname=wddx
pkgname=("php-${_extname}")
-pkgver=7.0.1
+pkgver=7.0.14
pkgrel=1
pkgdesc="PHP extension for wddx"
arch=('i686' 'x86_64')
-url='http://www.php.net/wddx'
+url='https://secure.php.net/wddx'
license=('PHP')
depends=('php')
backup=("etc/php/conf.d/${_extname}.ini")
install="php-${_extname}.install"
-source=("http://www.php.net/distributions/php-${pkgver}.tar.gz")
+source=("https://secure.php.net/distributions/php-${pkgver}.tar.gz")
md5sums=('2da2981724d5c99ab7dc6e2164c8e756')
build() {