summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 48ac57621371..cf8c3c613c90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,12 +7,11 @@
set -u
pkgname='joomla'
-pkgver='3.7.3'
+pkgver='3.7.4'
pkgrel='1'
pkgdesc='a php Content Management System (CMS) which enables you to build websites and powerful online applications.'
arch=('any')
url='http://www.joomla.org/'
-#_watch=('http://www.joomla.org/download.html',' ([\d.]*) Full Package')
license=('GPL')
#depends=('php<6')
options=('!strip')
@@ -23,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=('f811519dc853eb17ffb2e5d1b27cb64ab1d6174ab90ae052490bb2cebc6ec277')
+sha256sums=('9aee18a3cc70903118e87972493aa336c1923f3d1edef29ac5fcb7a71fecc773')
package() {
set -u