mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 09:11:18 +00:00
26 lines
949 B
JSON
26 lines
949 B
JSON
{
|
|
"version": "2.11.3",
|
|
"description": "A CLI for Quarkus Java framework",
|
|
"homepage": "https://quarkus.io/",
|
|
"license": "Apache-2.0",
|
|
"suggest": {
|
|
"JDK": "java/openjdk"
|
|
},
|
|
"url": "https://github.com/quarkusio/quarkus/releases/download/2.11.3.Final/quarkus-cli-2.11.3.Final.zip",
|
|
"extract_dir": "quarkus-cli-2.11.3.Final",
|
|
"hash": "7e91f9d278d93b33ad78bffde2188ec6288f8a33083adc1620a9310abfb3a070",
|
|
"bin": "bin\\quarkus.bat",
|
|
"checkver": {
|
|
"url": "https://registry.quarkus.io/client/platforms",
|
|
"jsonpath": "$.platforms[0].streams[0].releases[0].version",
|
|
"regex": "([\\d+\\.]+)\\.Final"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/quarkusio/quarkus/releases/download/$version.Final/quarkus-cli-$version.Final.zip",
|
|
"extract_dir": "quarkus-cli-$version.Final",
|
|
"hash": {
|
|
"url": "$baseurl/checksums_sha256.txt"
|
|
}
|
|
}
|
|
}
|