ScoopInstaller_Main/bucket/keptn-cli.json
2023-02-13 12:33:22 +00:00

25 lines
826 B
JSON

{
"version": "1.2.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.2.0/keptn-1.2.0-windows-amd64.tar.gz",
"hash": "f86a3e6aa1f2af49f47fba95b88a314e326fb8f809ce815c6aef7d9ffe672e41"
}
},
"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"
}
}
}
}