mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-13 10:51:19 +00:00
41 lines
1.0 KiB
JSON
41 lines
1.0 KiB
JSON
{
|
|
"homepage": "https://www.sonarqube.org",
|
|
"version": "7.6",
|
|
"license": "LGPL-3.0",
|
|
"url": "https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-7.6.zip",
|
|
"hash": "sha1:284d3ec71317eccfa9e04ec9806601407615749a",
|
|
"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.6",
|
|
"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"
|
|
}
|
|
}
|
|
}
|