META-INF.jreleaser.templates.native-package.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}}",
"bin": "{{distributionName}}.exe",
"checkver": {
"url": "{{scoopCheckverUrl}}"
},
"autoupdate": {
"url": "{{scoopAutoupdateUrl}}",
"hash": {
"url": "$url.sha256"
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy