META-INF.jreleaser.templates.flat-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}}",
"bin": "{{distributionExecutableWindows}}",
"checkver": {
"url": "{{scoopCheckverUrl}}",
"re": "v([\\d.]+)"
},
"autoupdate": {
"url": "{{scoopAutoupdateUrl}}",
"hash": {
"url": "$url.sha256"
}
}
}