ScoopInstaller_Main/bucket/keptn-cli.json
2023-06-01 16:30:18 +00:00

25 lines
826 B
JSON

{
"version": "1.4.0",
"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.0/keptn-1.4.0-windows-amd64.tar.gz",
"hash": "14b170d8f44c7d9766c4ff157109dcc4c3fc1d85d7a48948e5c83c18ab12303a"
}
},
"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"
}
}
}
}