summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2017-10-11 10:34:27 -0400
committerChris Severance2017-10-11 10:34:27 -0400
commit6f996cf9199369b413e61105dae01267fa93ab4a (patch)
treebf5432beb215aafc1543e664ee37f88800dbcb4f
parentba2b813d7b9a82f02a03f79b1d47ad0ecb6bc950 (diff)
downloadaur-6f996cf9199369b413e61105dae01267fa93ab4a.tar.gz
Update to 3.8.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f0a0215885f..4b1460b8ed17 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Tue Aug 22 19:53:14 UTC 2017
+# Wed Oct 11 14:34:12 UTC 2017
pkgbase = joomla
pkgdesc = a php Content Management System (CMS) which enables you to build websites and powerful online applications.
- pkgver = 3.7.5
+ pkgver = 3.8.1
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.7.5/Joomla_3.7.5-Stable-Full_Package.tar.bz2
- sha256sums = 8e9627b6e1399c549ce5a38a82d05f13de22bdfd3670b186ba8e74ba40307e23
+ source = https://github.com/joomla/joomla-cms/releases/download/3.8.1/Joomla_3.8.1-Stable-Full_Package.tar.bz2
+ sha256sums = 971f9855d0214241d61ddfa1ded24f73e39dfa0332805eabb55fa527571f7b71
pkgname = joomla
diff --git a/PKGBUILD b/PKGBUILD
index 09a3ff22ef86..a720fe0ad572 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
set -u
pkgname='joomla'
-pkgver='3.7.5'
+pkgver='3.8.1'
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=('8e9627b6e1399c549ce5a38a82d05f13de22bdfd3670b186ba8e74ba40307e23')
+sha256sums=('971f9855d0214241d61ddfa1ded24f73e39dfa0332805eabb55fa527571f7b71')
package() {
set -u