2025-05-19 12:32:35 +00:00

28 lines
978 B
JSON

{
"version": "0.64.2",
"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.64.2/kapp-windows-amd64.exe#/kapp.exe",
"hash": "a5e8deaf0271eb8d5cddc57112763e95500c613702efe0ca06537e7c550e928f"
}
},
"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"
}
}
}