summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordNhax2020-07-18 10:38:29 +0200
committerdNhax2020-07-18 10:38:29 +0200
commitec432391b64c91df9d648019066c92976dd54d60 (patch)
tree3d9450ec18cca74bd1e9d42feab197c4e65f717a
parentf132b5a8ad82611b331c7b95f3d8a831afba2c34 (diff)
downloadaur-ec432391b64c91df9d648019066c92976dd54d60.tar.gz
Update to 8.4.1.35646
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD4
3 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 227e46abbf58..1c8239cd062a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sonarqube
pkgdesc = An open source platform for continuous inspection of code quality
- pkgver = 8.4.0.35506
+ pkgver = 8.4.1.35646
pkgrel = 1
url = http://www.sonarqube.org/
install = sonarqube.install
@@ -15,12 +15,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-8.4.0.35506.zip
+ source = https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-8.4.1.35646.zip
source = sonarqube.service
source = sonarqube-tmpfile.conf
source = sonarqube-user.conf
source = 99-sonarqube.conf
- sha256sums = 3a70d99b8db4d32d3ef6ea8a054003f2370c02f2e4e50de88ad3f23a8155b101
+ sha256sums = 8fd4fb072a499036416227482209c0db346c900abde8558d94f866542ad8be04
sha256sums = 26ca557a0d371702124212df1ab82a56bb49d6ea26ef7fb472f953e9c2cc5a21
sha256sums = 2d908a2965df90a74feb0e734dabb27543f5a375ce94ce2a26b4682f462e3ea5
sha256sums = 43ff10bbb495827e952225dce79da79bb800627eaa6f1d933f8f7fb408aafe6d
diff --git a/.gitignore b/.gitignore
index 5defd62caeec..63c0a5c608af 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
pkg/
src/
*.tar.xz
+*.tar.zst
*.zip
diff --git a/PKGBUILD b/PKGBUILD
index e9a9c6943556..98df3d1342a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=sonarqube
pkgname=${_pkgname}
-pkgver=8.4.0.35506
+pkgver=8.4.1.35646
pkgrel=1
pkgdesc="An open source platform for continuous inspection of code quality"
arch=('x86_64')
@@ -29,7 +29,7 @@ source=("https://binaries.sonarsource.com/Distribution/${_pkgname}/${_pkgname}-$
"${_pkgname}-user.conf"
"99-${_pkgname}.conf")
-sha256sums=('3a70d99b8db4d32d3ef6ea8a054003f2370c02f2e4e50de88ad3f23a8155b101'
+sha256sums=('8fd4fb072a499036416227482209c0db346c900abde8558d94f866542ad8be04'
'26ca557a0d371702124212df1ab82a56bb49d6ea26ef7fb472f953e9c2cc5a21'
'2d908a2965df90a74feb0e734dabb27543f5a375ce94ce2a26b4682f462e3ea5'
'43ff10bbb495827e952225dce79da79bb800627eaa6f1d933f8f7fb408aafe6d'