ScoopInstaller_Main/bucket/carvel-vendir.json
2023-06-13 12:30:25 +00:00

29 lines
1.1 KiB
JSON

{
"version": "0.34.3",
"description": "Carvel vendir is a tool that makes it easy to vendor portions of git repos, github releases, helm charts, docker image contents, etc. declaratively",
"homepage": "https://carvel.dev/vendir/",
"license": "Apache-2.0",
"notes": "See https://carvel.dev/vendir/#examples for some examples",
"architecture": {
"64bit": {
"url": "https://github.com/vmware-tanzu/carvel-vendir/releases/download/v0.34.3/vendir-windows-amd64.exe#/vendir.exe",
"hash": "7a83f67e5695d6d7150773874323e4f281e7d6e2d85e5f3e297a9c9a767d71b0"
}
},
"bin": "vendir.exe",
"checkver": {
"github": "https://github.com/vmware-tanzu/carvel-vendir"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/vmware-tanzu/carvel-vendir/releases/download/v$version/vendir-windows-amd64.exe#/vendir.exe",
"hash": {
"url": "https://github.com/vmware-tanzu/carvel-vendir/releases",
"regex": "$sha256 \\./vendir-windows-amd64\\.exe"
}
}
}
}
}