mirror of
https://github.com/ScoopInstaller/Extras.git
synced 2026-08-01 07:02:18 +08:00
28 lines
1.0 KiB
JSON
28 lines
1.0 KiB
JSON
{
|
|
"version": "4.1.0",
|
|
"description": "Create stand-alone, production-grade Spring based Applications that you can \"just run\".",
|
|
"homepage": "https://spring.io/projects/spring-boot",
|
|
"license": "Apache-2.0",
|
|
"suggest": {
|
|
"JDK": [
|
|
"java/oraclejdk",
|
|
"java/openjdk"
|
|
]
|
|
},
|
|
"url": "https://repo1.maven.org/maven2/org/springframework/boot/spring-boot-cli/4.1.0/spring-boot-cli-4.1.0-bin.zip",
|
|
"hash": "sha1:9ba242fced3fbf76459c040bafd4edef4fafcce6",
|
|
"extract_dir": "spring-4.1.0",
|
|
"bin": "bin\\spring.bat",
|
|
"checkver": {
|
|
"url": "https://repo1.maven.org/maven2/org/springframework/boot/spring-boot-cli/maven-metadata.xml",
|
|
"xpath": "/metadata/versioning/release"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://repo1.maven.org/maven2/org/springframework/boot/spring-boot-cli/$version/spring-boot-cli-$version-bin.zip",
|
|
"hash": {
|
|
"url": "$url.sha1"
|
|
},
|
|
"extract_dir": "spring-$version"
|
|
}
|
|
}
|