mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
39 lines
1.2 KiB
JSON
39 lines
1.2 KiB
JSON
{
|
|
"version": "9.9.8.100196",
|
|
"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-9.9.8.100196.zip",
|
|
"hash": "07d9100c95e5c19f1785c0e9ffc7c8973ce3069a568d2500146a5111b6e966cd",
|
|
"extract_dir": "sonarqube-9.9.8.100196",
|
|
"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"
|
|
}
|
|
}
|