aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSpencer Rinehart2017-01-04 07:15:15 -0600
committerSpencer Rinehart2017-01-04 07:15:15 -0600
commit7b9b0aa78ac0eb8738378f921b08053581aa9be1 (patch)
tree76c42ae905a4c1dc1a29f136c5aa56c8ebbed232
parentce09dc5acf2b83e20d3ce08492cd0912ddfa77b5 (diff)
downloadaur-7b9b0aa78ac0eb8738378f921b08053581aa9be1.tar.gz
Update to 7.0.14 and switch to https urls.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rw-r--r--README.md4
3 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e483e355ac9e..b63f21a3e7f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,17 @@
+# Generated by mksrcinfo v8
+# Wed Jan 4 13:15:08 UTC 2017
pkgbase = php-wddx
pkgdesc = PHP extension for wddx
- pkgver = 7.0.1
+ pkgver = 7.0.14
pkgrel = 1
- url = http://www.php.net/wddx
+ url = https://secure.php.net/wddx
install = php-wddx.install
arch = i686
arch = x86_64
license = PHP
depends = php
backup = etc/php/conf.d/wddx.ini
- source = http://www.php.net/distributions/php-7.0.1.tar.gz
+ source = https://secure.php.net/distributions/php-7.0.14.tar.gz
md5sums = 2da2981724d5c99ab7dc6e2164c8e756
pkgname = php-wddx
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() {
diff --git a/README.md b/README.md
index 635a6d83c4f3..a4382d9b4fe7 100644
--- a/README.md
+++ b/README.md
@@ -25,8 +25,8 @@ php-wddx-aur is licensed under the MIT license. See [LICENSE] for the full
license text.
[AUR]: https://aur.archlinux.org/
-[wddx]: http://php.net/wddx
+[wddx]: https://secure.php.net/wddx
[makepkg]: https://wiki.archlinux.org/index.php/Makepkg
[Docker]: https://www.docker.com/
-[Docker Compose]: http://docs.docker.com/compose/
+[Docker Compose]: https://docs.docker.com/compose/
[LICENSE]: https://github.com/nubs/php-wddx-aur/blob/master/LICENSE