summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2018-03-14 01:20:52 -0400
committerChris Severance2018-03-14 01:20:52 -0400
commit1f74f1d60000b4eecf53c7d74bce5ed7de649570 (patch)
treeb1794035bc9bf9aefa327a81bd857437d7dc0a37
parent3167961047be22bb741adcca54562b7f09b39f6d (diff)
downloadaur-1f74f1d60000b4eecf53c7d74bce5ed7de649570.tar.gz
Update to 3.8.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f7a4ca63b68f..21f02199f5e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Fri Feb 9 21:04:12 UTC 2018
+# Wed Mar 14 05:20:52 UTC 2018
pkgbase = joomla
pkgdesc = a php Content Management System (CMS) which enables you to build websites and powerful online applications.
- pkgver = 3.8.5
+ pkgver = 3.8.6
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.5/Joomla_3.8.5-Stable-Full_Package.tar.bz2
- sha256sums = 92f25c94a182af0214031fe137d3c41f966d07200ffe2513fb3633e36dcc435e
+ source = https://github.com/joomla/joomla-cms/releases/download/3.8.6/Joomla_3.8.6-Stable-Full_Package.tar.bz2
+ sha256sums = 43ceab0371014371cb82d1920cb2e6c967c84d831ce52b5027e04ce004aa7e78
pkgname = joomla
diff --git a/PKGBUILD b/PKGBUILD
index a7aaca3a9eaa..d664c6be09ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
set -u
pkgname='joomla'
-pkgver='3.8.5'
+pkgver='3.8.6'
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=('92f25c94a182af0214031fe137d3c41f966d07200ffe2513fb3633e36dcc435e')
+sha256sums=('43ceab0371014371cb82d1920cb2e6c967c84d831ce52b5027e04ce004aa7e78')
package() {
set -u