summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2018-02-09 16:04:12 -0500
committerChris Severance2018-02-09 16:04:12 -0500
commit3167961047be22bb741adcca54562b7f09b39f6d (patch)
tree38b31b025bd5759605d00dd22864a5f37886737d
parentf784e98161a5921e1b305b2dd5c6fe29743d79b1 (diff)
downloadaur-3167961047be22bb741adcca54562b7f09b39f6d.tar.gz
Update to 3.8.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d7597f0ae61c..f7a4ca63b68f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Thu Dec 14 17:39:57 UTC 2017
+# Fri Feb 9 21:04:12 UTC 2018
pkgbase = joomla
pkgdesc = a php Content Management System (CMS) which enables you to build websites and powerful online applications.
- pkgver = 3.8.3
+ pkgver = 3.8.5
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.8.3/Joomla_3.8.3-Stable-Full_Package.tar.bz2
- sha256sums = 4f5857a85f9d5fce1212e70a35993390f6231c4e95dbd803e64be7ac6006c980
+ source = https://github.com/joomla/joomla-cms/releases/download/3.8.5/Joomla_3.8.5-Stable-Full_Package.tar.bz2
+ sha256sums = 92f25c94a182af0214031fe137d3c41f966d07200ffe2513fb3633e36dcc435e
pkgname = joomla
diff --git a/PKGBUILD b/PKGBUILD
index dd7e93f35318..a7aaca3a9eaa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
set -u
pkgname='joomla'
-pkgver='3.8.3'
+pkgver='3.8.5'
pkgrel='1'
pkgdesc='a php Content Management System (CMS) which enables you to build websites and powerful online applications.'
arch=('any')
@@ -22,7 +22,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=('4f5857a85f9d5fce1212e70a35993390f6231c4e95dbd803e64be7ac6006c980')
+sha256sums=('92f25c94a182af0214031fe137d3c41f966d07200ffe2513fb3633e36dcc435e')
package() {
set -u