mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
29 lines
1.1 KiB
JSON
29 lines
1.1 KiB
JSON
{
|
|
"version": "0.24.0",
|
|
"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.24.0/vendir-windows-amd64.exe#/vendir.exe",
|
|
"hash": "80255fbb3f97de1469db7d0468465484ae4d3ab980a5723e5ed0344ed8a73e57"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|