META-INF.jreleaser.templates.java-binary.scoop.manifest.json.tpl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jreleaser-templates Show documentation
Show all versions of jreleaser-templates Show documentation
JReleaser packager templates
The newest version!
{
"version": "{{projectVersion}}",
"description": "{{projectDescription}}",
"homepage": "{{projectLinkHomepage}}",
"license": "{{projectLicense}}",
"url": "{{distributionUrl}}",
"hash": "sha256:{{distributionChecksumSha256}}",
"extract_dir": "{{distributionArtifactRootEntryName}}",
"env_add_path": "bin",
"suggest": {
"JDK": [
"java/oraclejdk",
"java/openjdk"
]
},
"checkver": {
"url": "{{scoopCheckverUrl}}",
"re": "v([\\d.]+).zip"
},
"autoupdate": {
"url": "{{scoopAutoupdateUrl}}",
"extract_dir": "{{scoopAutoupdateExtractDir}}",
"hash": {
"url": "$url.sha256"
}
}
}