mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-14 20:51:21 +00:00
Add ytt (#4138)
Co-authored-by: Artsiom Rymarchyk <artsiom.rymarchyk@itechart-group.com>
This commit is contained in:
parent
2afe679c08
commit
e98452a8b5
26
bucket/ytt.json
Normal file
26
bucket/ytt.json
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"version": "0.44.0",
|
||||||
|
"description": "YAML templating tool that works on YAML structure instead of text",
|
||||||
|
"homepage": "https://carvel.dev/ytt",
|
||||||
|
"license": "Apache-2.0",
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://github.com/vmware-tanzu/carvel-ytt/releases/download/v0.44.0/ytt-windows-amd64.exe#/ytt.exe",
|
||||||
|
"hash": "b186ed56460183726d2a1615eedddf3cb329db54aca0e83eb004ea297d654383"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"bin": "ytt.exe",
|
||||||
|
"checkver": {
|
||||||
|
"github": "https://github.com/vmware-tanzu/carvel-ytt"
|
||||||
|
},
|
||||||
|
"autoupdate": {
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://github.com/vmware-tanzu/carvel-ytt/releases/download/v$version/ytt-windows-amd64.exe#/ytt.exe"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"hash": {
|
||||||
|
"url": "$baseurl/checksums.txt"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user