mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-17 14:11:19 +00:00
26 lines
945 B
JSON
26 lines
945 B
JSON
{
|
|
"version": "3.0.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/3.0.3.Final/quarkus-cli-3.0.3.Final.zip",
|
|
"extract_dir": "quarkus-cli-3.0.3.Final",
|
|
"hash": "365afaa9b8699e33725c2e395a6e04922356d99cf636d6792e62db33a4e53e57",
|
|
"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"
|
|
}
|
|
}
|
|
}
|