summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2019-01-17 21:01:01 -0500
committerChris Severance2019-01-17 21:01:01 -0500
commit60508f4ca6fc6246c760d7affe546d33e0b55729 (patch)
tree4e7c20351f29eadde643b7f9b268da88266b1796
parent11b78e77ec40b7d713e4903e9f5daf3d7607ac1a (diff)
downloadaur-60508f4ca6fc6246c760d7affe546d33e0b55729.tar.gz
autu: Update to 3.9.2-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 371579c69bb2..395766e3bf77 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Sat Dec 1 19:41:23 UTC 2018
+# Fri Jan 18 02:01:01 UTC 2019
pkgbase = joomla
pkgdesc = a php Content Management System (CMS) which enables you to build websites and powerful online applications.
- pkgver = 3.9.1
+ pkgver = 3.9.2
pkgrel = 1
url = https://www.joomla.org/
install = joomla.install
arch = any
license = GPL
options = !strip
- source = https://github.com/joomla/joomla-cms/releases/download/3.9.1/Joomla_3.9.1-Stable-Full_Package.tar.bz2
- sha256sums = 89f4c478b16374d10f0b695ce0fcfb26500a01275f2e3082018644cdfe8498c8
+ source = https://github.com/joomla/joomla-cms/releases/download/3.9.2/Joomla_3.9.2-Stable-Full_Package.tar.bz2
+ sha256sums = dcee2ba2f7a830a7a7d2becb78e25309cf87ea344dd9d1c958ca9a3ba7d86c61
pkgname = joomla
diff --git a/PKGBUILD b/PKGBUILD
index 23bce869d7c9..e18e642ea2c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
set -u
pkgname='joomla'
-pkgver='3.9.1'
+pkgver='3.9.2'
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\+<title>Joomla! \([0-9.]\+\)<.*' 'f')
source=("${_giturl}/releases/download/${pkgver}/Joomla_${pkgver}-Stable-Full_Package.tar.bz2")
-sha256sums=('89f4c478b16374d10f0b695ce0fcfb26500a01275f2e3082018644cdfe8498c8')
+sha256sums=('dcee2ba2f7a830a7a7d2becb78e25309cf87ea344dd9d1c958ca9a3ba7d86c61')
package() {
set -u