summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2016-10-26 11:55:10 -0400
committerChris Severance2016-10-26 11:55:10 -0400
commit00bee8297577985e7a0c3b17c2a46daf2c4351cd (patch)
treee44d95514bafecf21363c38f99d954f0a88bc40c
parent8b52db354dabc685c684236a3434c642fd4c52e0 (diff)
downloadaur-00bee8297577985e7a0c3b17c2a46daf2c4351cd.tar.gz
Update to 3.6.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 045bfaf31fe4..75c897043478 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Wed Oct 19 00:54:04 UTC 2016
+# Wed Oct 26 15:53:54 UTC 2016
pkgbase = joomla
pkgdesc = a php Content Management System (CMS) which enables you to build websites and powerful online applications.
- pkgver = 3.6.3
+ pkgver = 3.6.4
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.6.3/Joomla_3.6.3-Stable-Full_Package.tar.bz2
- sha256sums = 1b5e35dde22802e3550911c00d0505666e540e6c26bf73d6a99b2fb2b0b89867
+ source = https://github.com/joomla/joomla-cms/releases/download/3.6.4/Joomla_3.6.4-Stable-Full_Package.tar.bz2
+ sha256sums = e4bc4ad611f4503aa812cf0ac1a35bb6caa0fcbfa38a031c4db6109fc5e87946
pkgname = joomla
diff --git a/PKGBUILD b/PKGBUILD
index ed613d5164bf..bd5dd3c33969 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
set -u
pkgname='joomla'
-pkgver='3.6.3'
+pkgver='3.6.4'
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=('1b5e35dde22802e3550911c00d0505666e540e6c26bf73d6a99b2fb2b0b89867')
+sha256sums=('e4bc4ad611f4503aa812cf0ac1a35bb6caa0fcbfa38a031c4db6109fc5e87946')
package() {
set -u