mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
* sonarqube: Update to version 25.8.0.112029, fix checkver & suggest & bin, add notes * Apply suggestions Co-authored-by: HUMORCE <humorce@outlook.com> * sonarqube: Update to version 25.9.0.112764 * sonarqube@25.9.0.112764: Update notes --------- Co-authored-by: HUMORCE <humorce@outlook.com>
40 lines
1.6 KiB
JSON
40 lines
1.6 KiB
JSON
{
|
|
"version": "25.9.0.112764",
|
|
"description": "Platform for continuous inspection of code quality and security using static analysis for 20+ programming languages.",
|
|
"homepage": "https://www.sonarsource.com/products/sonarqube/",
|
|
"license": "LGPL-3.0-only",
|
|
"notes": [
|
|
"Start the SonarQube server via: \"StartSonar\" or \"$dir\\bin\\windows-x86-64\\StartSonar.bat\".",
|
|
"Requires Java 17 or 21. Using Java 24 or newer currently causes startup failure.",
|
|
"For more information, see:",
|
|
"https://docs.sonarsource.com/sonarqube-server/latest/server-installation/server-host-requirements/#software-requirements",
|
|
"https://docs.oracle.com/en/java/javase/24/security/security-manager-is-permanently-disabled.html"
|
|
],
|
|
"suggest": {
|
|
"Java 17": "java/openjdk17",
|
|
"Java 21": "java/openjdk21"
|
|
},
|
|
"url": "https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-25.9.0.112764.zip",
|
|
"hash": "e2e4d7a3b6f61376b53f862bde5facedc17d5ee403c217737db6a9bf730df8ef",
|
|
"extract_dir": "sonarqube-25.9.0.112764",
|
|
"bin": "bin\\windows-x86-64\\StartSonar.bat",
|
|
"persist": [
|
|
"conf",
|
|
"data",
|
|
"extensions",
|
|
"logs",
|
|
"temp"
|
|
],
|
|
"checkver": {
|
|
"url": "https://www.sonarsource.com/products/sonarqube/downloads/",
|
|
"regex": "Community Build.*?Release (?<version>[\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-$version.zip",
|
|
"hash": {
|
|
"url": "$url.sha256"
|
|
},
|
|
"extract_dir": "sonarqube-$version"
|
|
}
|
|
}
|