mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-26 18:41:18 +00:00
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"homepage": "https://www.sonarqube.org",
|
|
"version": "6.7.1",
|
|
"license": "GNU Lesser GPL License, Version 3",
|
|
"url": "https://sonarsource.bintray.com/Distribution/sonarqube/sonarqube-6.7.1.zip",
|
|
"hash": "sha1:2d6b592c2a699a0f2d40a14c33b0eed981da6d20",
|
|
"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-6.7.1",
|
|
"suggest": {
|
|
"JDK": [
|
|
"extras/oraclejdk",
|
|
"openjdk"
|
|
]
|
|
},
|
|
"checkver": {
|
|
"url": "https://www.sonarqube.org/downloads/",
|
|
"re": "sonarqube-([\\d\\.]+).zip"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://sonarsource.bintray.com/Distribution/sonarqube/sonarqube-$version.zip",
|
|
"extract_dir": "sonarqube-$version",
|
|
"hash": {
|
|
"url": "$url.sha"
|
|
}
|
|
}
|
|
}
|