mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
* remove oraclejdk references * remove oraclejdk reference * remove oraclejdk reference * replace single item arrays with simple strings
22 lines
856 B
JSON
22 lines
856 B
JSON
{
|
|
"version": "4.6.2.2472",
|
|
"description": "Source code scanner for SonarQube analyzer.",
|
|
"homepage": "https://docs.sonarqube.org/latest/analysis/scan/sonarscanner/",
|
|
"license": "LGPL-3.0-only",
|
|
"suggest": {
|
|
"JDK": "java/openjdk",
|
|
"SonarQube": "sonarqube"
|
|
},
|
|
"url": "https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-4.6.2.2472.zip",
|
|
"hash": "344bfeff44b09a11082b4a4646b1ed14f213feb00a5cd6d01c86f3767cb32471",
|
|
"extract_dir": "sonar-scanner-4.6.2.2472",
|
|
"bin": "bin\\sonar-scanner.bat",
|
|
"checkver": {
|
|
"github": "https://github.com/SonarSource/sonar-scanner-cli"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-$version.zip",
|
|
"extract_dir": "sonar-scanner-$version"
|
|
}
|
|
}
|