[arch-commits] Commit in wordpress/trunk (PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Sun Jan 15 16:58:49 UTC 2017


    Date: Sunday, January 15, 2017 @ 16:58:48
  Author: anthraxx
Revision: 207475

upgpkg: wordpress 4.7.1-1 (security updatE)

Modified:
  wordpress/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-15 16:52:39 UTC (rev 207474)
+++ PKGBUILD	2017-01-15 16:58:48 UTC (rev 207475)
@@ -6,11 +6,11 @@
 # Contributor: Christopher Rogers <slaxemulator at gmail.com>
 
 pkgname=wordpress
-pkgver=4.7
+pkgver=4.7.1
 pkgrel=1
 pkgdesc='Blog tool and publishing platform'
 arch=('any')
-url='http://wordpress.org/'
+url='https://wordpress.org/'
 license=('GPL')
 depends=('php')
 optdepends=('apache: Web server to run wordpress'
@@ -19,8 +19,8 @@
             'mysql: Database server')
 options=('emptydirs')
 install="$pkgname.install"
-source=("http://wordpress.org/$pkgname-$pkgver.tar.gz")
-sha256sums=('7eae27ff70716dae2d2ba58280f2832fd70a208c9cdaf29ab36ac789c14d6977')
+source=("https://wordpress.org/$pkgname-$pkgver.tar.gz")
+sha256sums=('171252eed21e31becb5d52fa3d3ef7ba2b41f0fedd1a412afc5ad937da5317f6')
 
 package() {
   install -d "$pkgdir/usr/share/webapps"



More information about the arch-commits mailing list