summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2016-10-18 20:54:15 -0400
committerChris Severance2016-10-18 20:54:15 -0400
commit8b52db354dabc685c684236a3434c642fd4c52e0 (patch)
treed806b4d3d0785a59d676ad1101342683c645acc1
parent432825490e99ca1eb5e4906c3fe751825ca42ef8 (diff)
downloadaur-8b52db354dabc685c684236a3434c642fd4c52e0.tar.gz
Update to 3.6.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b621b860a1f7..045bfaf31fe4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Fri Aug 12 20:26:02 UTC 2016
+# Wed Oct 19 00:54:04 UTC 2016
pkgbase = joomla
pkgdesc = a php Content Management System (CMS) which enables you to build websites and powerful online applications.
- pkgver = 3.6.2
+ pkgver = 3.6.3
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.2/Joomla_3.6.2-Stable-Full_Package.tar.bz2
- sha256sums = 96c537c69ed86852e5af27864ee612fda3df9bd14460d28f8f2c6ba04a1aea1e
+ source = https://github.com/joomla/joomla-cms/releases/download/3.6.3/Joomla_3.6.3-Stable-Full_Package.tar.bz2
+ sha256sums = 1b5e35dde22802e3550911c00d0505666e540e6c26bf73d6a99b2fb2b0b89867
pkgname = joomla
diff --git a/PKGBUILD b/PKGBUILD
index 143f72110d08..ed613d5164bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
set -u
pkgname='joomla'
-pkgver='3.6.2'
+pkgver='3.6.3'
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=('96c537c69ed86852e5af27864ee612fda3df9bd14460d28f8f2c6ba04a1aea1e')
+sha256sums=('1b5e35dde22802e3550911c00d0505666e540e6c26bf73d6a99b2fb2b0b89867')
package() {
set -u