mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-09 18:21:22 +00:00
25 lines
826 B
JSON
25 lines
826 B
JSON
{
|
|
"version": "1.4.2",
|
|
"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.2/keptn-1.4.2-windows-amd64.tar.gz",
|
|
"hash": "62ed209fc6fcd906ee327c3d3d442202c59d1362dde70c5ff0e3cfc67ba5a3ba"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|