mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 20:14:27 +00:00
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com> Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
41 lines
1.0 KiB
JSON
41 lines
1.0 KiB
JSON
{
|
|
"homepage": "https://www.sonarqube.org",
|
|
"version": "7.7",
|
|
"license": "LGPL-3.0",
|
|
"url": "https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-7.7.zip",
|
|
"hash": "sha1:bf34a934387251688919af747f173c8fcb8270ba",
|
|
"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.7",
|
|
"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"
|
|
}
|
|
}
|
|
}
|