mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
28 lines
978 B
JSON
28 lines
978 B
JSON
{
|
|
"version": "0.46.0",
|
|
"description": "A simple deployment tool focused on the concept of Kubernetes application",
|
|
"homepage": "https://carvel.dev/kapp/",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/vmware-tanzu/carvel-kapp/releases/download/v0.46.0/kapp-windows-amd64.exe#/kapp.exe",
|
|
"hash": "e7c1809049e3a7be958be8a72f8bc739fa8f3a7a03866347c6e5a8e41c134dd2"
|
|
}
|
|
},
|
|
"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",
|
|
"regex": "$sha256\\s+(\\./)?$basename"
|
|
}
|
|
}
|
|
}
|