mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 17:51:21 +00:00
kapp: Add version 0.35.0
Co-authored-by: marchenm <39064752+marchenm@users.noreply.github.com>
This commit is contained in:
parent
4408e8280c
commit
b5a202fa47
27
bucket/kapp.json
Normal file
27
bucket/kapp.json
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
{
|
||||||
|
"version": "0.35.0",
|
||||||
|
"description": "A simple deployment tool focused on the concept of Kubernetes application",
|
||||||
|
"homepage": "https://get-kapp.io",
|
||||||
|
"license": "Apache-2.0",
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://github.com/vmware-tanzu/carvel-kapp/releases/download/v0.35.0/kapp-windows-amd64.exe#/kapp.exe",
|
||||||
|
"hash": "1d83f6abeda6c4ff4c397e31d1eda5b1371d0d4bb9abe6ee671893eb8a6e6f90"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"bin": "kapp.exe",
|
||||||
|
"checkver": {
|
||||||
|
"github": "https://github.com/vmware-tanzu/carvel-kapp"
|
||||||
|
},
|
||||||
|
"autoupdate": {
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://github.com/vmware-tanzu/carvel-kapp/releases/download/v$version/kapp-windows-amd64.exe#/kapp.exe",
|
||||||
|
"hash": {
|
||||||
|
"url": "https://github.com/vmware-tanzu/carvel-kapp/releases/tag/v$version",
|
||||||
|
"find": "$sha256 \\.\\/kapp-windows-amd64\\.exe"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user