Merge pull request #12541 from andreysaksonov:spring-boot-cli_scoop_install
* pr/12541: Polish "Add CLI manifest for Scoop" Add CLI manifest for Scooppull/13211/head
commit
eab05e8845
@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"homepage": "https://projects.spring.io/spring-boot/",
|
||||||
|
"version": "${scoop-version}",
|
||||||
|
"license": "Apache 2.0",
|
||||||
|
"hash": "${hash}",
|
||||||
|
"url": "https://repo.spring.io/${repo}/org/springframework/boot/spring-boot-cli/${project.version}/spring-boot-cli-${project.version}-bin.zip",
|
||||||
|
"extract_dir": "spring-${project.version}",
|
||||||
|
"bin": "bin\\spring.bat",
|
||||||
|
"suggest": {
|
||||||
|
"JDK": [
|
||||||
|
"java/oraclejdk",
|
||||||
|
"java/openjdk"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"checkver": {
|
||||||
|
"github": "https://github.com/spring-projects/spring-boot",
|
||||||
|
"re": "/releases/tag/(?:v)?(2[\\d.]+)\\.RELEASE"
|
||||||
|
},
|
||||||
|
"autoupdate": {
|
||||||
|
"url": "https://repo.spring.io/release/org/springframework/boot/spring-boot-cli/$version.RELEASE/spring-boot-cli-$version.RELEASE-bin.zip",
|
||||||
|
"extract_dir": "spring-$version.RELEASE",
|
||||||
|
"hash": {
|
||||||
|
"url": "$url.sha256"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue