ScoopInstaller_Main/bucket/keptn-cli.json
2023-08-01 12:30:45 +00:00

25 lines
826 B
JSON

{
"version": "1.4.1",
"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.1/keptn-1.4.1-windows-amd64.tar.gz",
"hash": "f411f818ef43a3325a3ed5ef1d1f34684d8a60a277df8cf7d14ef7f9fee1478c"
}
},
"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"
}
}
}
}