ScoopInstaller_Main/bucket/sonarqube.json
amreus f02f1cc402
(chore): Remove oraclejdk references (#3106)
* remove oraclejdk references

* remove oraclejdk reference

* remove oraclejdk reference

* replace single item arrays with simple strings
2021-12-19 21:11:25 +05:30

39 lines
1.2 KiB
JSON

{
"version": "8.9.5.50698",
"description": "Platform for continuous inspection of code quality and security using static analysis for 20+ programming languages.",
"homepage": "https://www.sonarqube.org",
"license": "LGPL-3.0-only",
"suggest": {
"JDK": "java/openjdk"
},
"url": "https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-8.9.5.50698.zip",
"hash": "6a6704cab1ece8e5af33ce3c909ca9ca56f46ac66c07dc7671d43a3bff166670",
"extract_dir": "sonarqube-8.9.5.50698",
"architecture": {
"64bit": {
"bin": "bin\\windows-x86-64\\StartSonar.bat"
},
"32bit": {
"bin": "bin\\windows-x86-32\\StartSonar.bat"
}
},
"persist": [
"conf",
"data",
"extensions",
"logs",
"temp"
],
"checkver": {
"url": "https://www.sonarqube.org/downloads/",
"regex": "sonarqube-([\\d.]+)\\.zip"
},
"autoupdate": {
"url": "https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-$version.zip",
"hash": {
"url": "$url.sha"
},
"extract_dir": "sonarqube-$version"
}
}