mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
42 lines
1.2 KiB
JSON
42 lines
1.2 KiB
JSON
{
|
|
"homepage": "https://www.sonarqube.org",
|
|
"description": "Platform for continuous inspection of code quality and security using static analysis for 20+ programming languages.",
|
|
"version": "8.1.0.31237",
|
|
"license": "LGPL-3.0-only",
|
|
"url": "https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-8.1.0.31237.zip",
|
|
"hash": "sha1:a67fe7fc79c353c5bb1a9979f1c09eb50232fb22",
|
|
"architecture": {
|
|
"64bit": {
|
|
"bin": "bin\\windows-x86-64\\StartSonar.bat"
|
|
},
|
|
"32bit": {
|
|
"bin": "bin\\windows-x86-32\\StartSonar.bat"
|
|
}
|
|
},
|
|
"persist": [
|
|
"conf",
|
|
"data",
|
|
"extensions",
|
|
"logs",
|
|
"temp"
|
|
],
|
|
"extract_dir": "sonarqube-8.1.0.31237",
|
|
"suggest": {
|
|
"JDK": [
|
|
"java/oraclejdk",
|
|
"java/openjdk"
|
|
]
|
|
},
|
|
"checkver": {
|
|
"url": "https://www.sonarqube.org/downloads/",
|
|
"re": "sonarqube-([\\d\\.]+).zip"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-$version.zip",
|
|
"extract_dir": "sonarqube-$version",
|
|
"hash": {
|
|
"url": "$url.sha"
|
|
}
|
|
}
|
|
}
|