mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
26 lines
945 B
JSON
26 lines
945 B
JSON
{
|
|
"version": "3.1.1",
|
|
"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.1.1.Final/quarkus-cli-3.1.1.Final.zip",
|
|
"extract_dir": "quarkus-cli-3.1.1.Final",
|
|
"hash": "dfbd54ea9ab6e581caaa52f7d3eda45a9460dcad66e82b3b863bef462403e40f",
|
|
"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"
|
|
}
|
|
}
|
|
}
|