mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-19 22:01:22 +00:00
carvel-vendir: Add version 0.23.0 (#2411)
* Add (VM Ware) carvel vendir tool package # Context [`vendir`](https://carvel.dev/vendir/) makes it easy to vendor portions of git repos, github releases, helm charts, docker image contents, etc. declaratively. * Update and rename vendir.json to carvel-vendir.json * Rename carvel-vendir.json to bucket/carvel-vendir.json * Update carvel-vendir.json * Update carvel-vendir.json * Update carvel-vendir.json Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
This commit is contained in:
parent
64ecd81be7
commit
4ac188c4ae
28
bucket/carvel-vendir.json
Normal file
28
bucket/carvel-vendir.json
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
{
|
||||||
|
"version": "0.23.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.23.0/vendir-windows-amd64.exe#/vendir.exe",
|
||||||
|
"hash": "a08e7b5a8c145ccb05835c49d553a1ffd246b236d4b334174973799bd8746702"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user