summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordNhax2018-10-31 16:16:36 +0100
committerdNhax2018-10-31 16:16:36 +0100
commitedcb36aafc989021787584cffa50480de08245fd (patch)
treeb4f75421244185955364db967423cfd241e09725
parentc3cf9ccb0caee90d167b7989b6ff09abb80290b2 (diff)
downloadaur-edcb36aafc989021787584cffa50480de08245fd.tar.gz
Update to 7.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f4b15321753..90adc0fd6a03 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sonarqube
pkgdesc = An open source platform for continuous inspection of code quality
- pkgver = 7.3
- pkgrel = 3
+ pkgver = 7.4
+ pkgrel = 1
url = http://www.sonarqube.org/
install = sonarqube.install
arch = x86_64
@@ -16,12 +16,12 @@ pkgbase = sonarqube
options = !strip
backup = etc/webapps/sonarqube/sonar.properties
backup = etc/webapps/sonarqube/wrapper.conf
- source = https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-7.3.zip
+ source = https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-7.4.zip
source = sonarqube.service
source = sonarqube-tmpfile.conf
source = sonarqube-user.conf
source = 99-sonarqube.conf
- sha256sums = d9e08960dccf62680d093dcf58d3bac66eda3ec06c95764bb601ae308df4f285
+ sha256sums = e758da84e69b773bc6b05742dbbea7037a3114845733dd822350bc5dba618b46
sha256sums = c98f317003056a5774b88bf78c05d7606b5506ec7b88a682aff2e1eded50b88b
sha256sums = e4e44b78abc0b0184f6e00d3c581216f5d3d61f9d10ddf0e8ff61834df4c5cd9
sha256sums = 43ff10bbb495827e952225dce79da79bb800627eaa6f1d933f8f7fb408aafe6d
diff --git a/PKGBUILD b/PKGBUILD
index 210948d794e8..1dca2ddebd81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_pkgname=sonarqube
pkgname=${_pkgname}
-pkgver=7.3
-pkgrel=3
+pkgver=7.4
+pkgrel=1
pkgdesc="An open source platform for continuous inspection of code quality"
arch=('x86_64')
url="http://www.sonarqube.org/"
@@ -30,7 +30,7 @@ source=("https://binaries.sonarsource.com/Distribution/${_pkgname}/${_pkgname}-$
"${_pkgname}-user.conf"
"99-${_pkgname}.conf")
-sha256sums=('d9e08960dccf62680d093dcf58d3bac66eda3ec06c95764bb601ae308df4f285'
+sha256sums=('e758da84e69b773bc6b05742dbbea7037a3114845733dd822350bc5dba618b46'
'c98f317003056a5774b88bf78c05d7606b5506ec7b88a682aff2e1eded50b88b'
'e4e44b78abc0b0184f6e00d3c581216f5d3d61f9d10ddf0e8ff61834df4c5cd9'
'43ff10bbb495827e952225dce79da79bb800627eaa6f1d933f8f7fb408aafe6d'