ScoopInstaller_Main/bucket/sonarqube.json
2023-04-04 20:26:04 +00:00

39 lines
1.2 KiB
JSON

{
"version": "10.0.0.68432",
"description": "Platform for continuous inspection of code quality and security using static analysis for 20+ programming languages.",
"homepage": "https://www.sonarqube.org",
"license": "LGPL-3.0-only",
"suggest": {
"JDK": "java/openjdk"
},
"url": "https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-10.0.0.68432.zip",
"hash": "e04bc9e78cad3f4137fb89b8527963d01587ed9a6fce4f4ac7b370fe21bac199",
"extract_dir": "sonarqube-10.0.0.68432",
"architecture": {
"64bit": {
"bin": "bin\\windows-x86-64\\StartSonar.bat"
},
"32bit": {
"bin": "bin\\windows-x86-32\\StartSonar.bat"
}
},
"persist": [
"conf",
"data",
"extensions",
"logs",
"temp"
],
"checkver": {
"url": "https://www.sonarqube.org/downloads/",
"regex": "sonarqube-([\\d.]+)\\.zip"
},
"autoupdate": {
"url": "https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-$version.zip",
"hash": {
"url": "$url.sha"
},
"extract_dir": "sonarqube-$version"
}
}