All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.jreleaser.templates.flat-binary.scoop.manifest.json.tpl Maven / Gradle / Ivy

{
  "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"
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy