summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2017-05-19 18:18:12 -0400
committerChris Severance2017-05-19 18:18:12 -0400
commitab3553f0aa267fedeccb4619bda07ffba940831d (patch)
tree730293f05696fdcfba7f77b7fcfa26f7d9f51d62
parent616875ecb70ddc37e9f98ff06f4a764bf63f9d61 (diff)
downloadaur-ab3553f0aa267fedeccb4619bda07ffba940831d.tar.gz
Update to 3.7.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d78e6ff7697..27a3aee04422 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Thu Apr 27 17:57:12 UTC 2017
+# Fri May 19 22:17:59 UTC 2017
pkgbase = joomla
pkgdesc = a php Content Management System (CMS) which enables you to build websites and powerful online applications.
- pkgver = 3.7.0
+ pkgver = 3.7.1
pkgrel = 1
url = http://www.joomla.org/
install = joomla.install
arch = any
license = GPL
options = !strip
- source = https://github.com/joomla/joomla-cms/releases/download/3.7.0/Joomla_3.7.0-Stable-Full_Package.tar.bz2
- sha256sums = 3a6040b149e49589bfed4cfa7ddc873c486c5076974beac871e3a3fd65055b4b
+ source = https://github.com/joomla/joomla-cms/releases/download/3.7.1/Joomla_3.7.1-Stable-Full_Package.tar.bz2
+ sha256sums = e7c1726ea58aab5539b62885fb5583e92e60e6b5e43e9ca302281a759b322473
pkgname = joomla
diff --git a/PKGBUILD b/PKGBUILD
index 4dd487f37f38..4e32282ab784 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
set -u
pkgname='joomla'
-pkgver='3.7.0'
+pkgver='3.7.1'
pkgrel='1'
pkgdesc='a php Content Management System (CMS) which enables you to build websites and powerful online applications.'
arch=('any')
@@ -23,7 +23,7 @@ _giturl="https://github.com/joomla/${pkgname}-cms"
#_verwatch=("${_giturl}/releases" "${_giturl}/releases/download/[0-9\.]\+/Joomla_\([0-9\.]\+\)-Stable-Full_Package\.tar\.bz2" 'l')
_verwatch=("${_giturl}/releases.atom" '\s\+<link rel="alternate" type="text/html" href="/joomla/joomla-cms/releases/tag/\([0-9\.]\+\)".*' 'f')
source=("${_giturl}/releases/download/${pkgver}/Joomla_${pkgver}-Stable-Full_Package.tar.bz2")
-sha256sums=('3a6040b149e49589bfed4cfa7ddc873c486c5076974beac871e3a3fd65055b4b')
+sha256sums=('e7c1726ea58aab5539b62885fb5583e92e60e6b5e43e9ca302281a759b322473')
package() {
set -u