ScoopInstaller_Main/bucket/keptn-cli.json
2023-12-21 20:24:06 +00:00

25 lines
826 B
JSON

{
"version": "1.4.5",
"description": "Cloud-native application life-cycle orchestration",
"homepage": "https://keptn.sh/",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/keptn/keptn/releases/download/1.4.5/keptn-1.4.5-windows-amd64.tar.gz",
"hash": "4996f8d7d47487b31f16934cf78ddf780f2b63c67316e382eb564105c18e7dbc"
}
},
"pre_install": "Rename-Item \"$dir\\keptn-$version-windows-amd64.exe\" keptn.exe",
"bin": "keptn.exe",
"checkver": {
"github": "https://github.com/keptn/keptn"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/keptn/keptn/releases/download/$version/keptn-$version-windows-amd64.tar.gz"
}
}
}
}