mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +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": "7.9.5",
|
|
"license": "LGPL-3.0-only",
|
|
"url": "https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-7.9.5.zip",
|
|
"hash": "c7f182c4fc19e8ab5aac1ff5a0107044bde00205ec5f57fad47a5fe967509411",
|
|
"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-7.9.5",
|
|
"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"
|
|
}
|
|
}
|
|
}
|