summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2017-05-25 18:13:23 -0400
committerChris Severance2017-05-25 18:13:23 -0400
commit524a166615ae1ddd5dc171aa12a50ca9748cdaa6 (patch)
tree2451752cd8502335a808c8b18bb5e35e463524d7
parentab3553f0aa267fedeccb4619bda07ffba940831d (diff)
downloadaur-524a166615ae1ddd5dc171aa12a50ca9748cdaa6.tar.gz
Update to 3.7.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 27a3aee04422..9b32b3337f5d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Fri May 19 22:17:59 UTC 2017
+# Thu May 25 22:13:23 UTC 2017
pkgbase = joomla
pkgdesc = a php Content Management System (CMS) which enables you to build websites and powerful online applications.
- pkgver = 3.7.1
+ pkgver = 3.7.2
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.1/Joomla_3.7.1-Stable-Full_Package.tar.bz2
- sha256sums = e7c1726ea58aab5539b62885fb5583e92e60e6b5e43e9ca302281a759b322473
+ source = https://github.com/joomla/joomla-cms/releases/download/3.7.2/Joomla_3.7.2-Stable-Full_Package.tar.bz2
+ sha256sums = 8a1cb15db53605ac363dd55e660a710df10eeab796b6ff201b8b51efd37b5c1b
pkgname = joomla
diff --git a/PKGBUILD b/PKGBUILD
index 4e32282ab784..db6a90e76ded 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
set -u
pkgname='joomla'
-pkgver='3.7.1'
+pkgver='3.7.2'
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=('e7c1726ea58aab5539b62885fb5583e92e60e6b5e43e9ca302281a759b322473')
+sha256sums=('8a1cb15db53605ac363dd55e660a710df10eeab796b6ff201b8b51efd37b5c1b')
package() {
set -u