mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-13 12:11:21 +00:00
* update version schema for autoupdate * fix regexp * fix @Elkiwa comment * Update quarkus-cli.json * Update bucket/quarkus-cli.json bump to latest version Co-authored-by: Nai Hao Cheng <chengnaihao@gmail.com> --------- Co-authored-by: Nai Hao Cheng <chengnaihao@gmail.com>
26 lines
866 B
JSON
26 lines
866 B
JSON
{
|
|
"version": "3.6.0",
|
|
"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.6.0/quarkus-cli-3.6.0.zip",
|
|
"extract_dir": "quarkus-cli-3.6.0",
|
|
"hash": "af5e4da6543d35124d599bbc0560dbac35e9953056f365e3ba44fa2243187660",
|
|
"bin": "bin\\quarkus.bat",
|
|
"checkver": {
|
|
"url": "https://registry.quarkus.io/client/platforms",
|
|
"jsonpath": "$..version",
|
|
"regex": "([\\d+\\.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/quarkusio/quarkus/releases/download/$version/quarkus-cli-$version.zip",
|
|
"extract_dir": "quarkus-cli-$version",
|
|
"hash": {
|
|
"url": "$baseurl/checksums_sha256.txt"
|
|
}
|
|
}
|
|
}
|