ScoopInstaller_Main/bucket/fission-cli.json
2024-10-04 16:30:05 +00:00

27 lines
861 B
JSON

{
"version": "1.20.5",
"description": "Fast and Simple Serverless Functions for Kubernetes",
"homepage": "https://fission.io/",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/fission/fission/releases/download/v1.20.5/fission-v1.20.5-windows-amd64.exe#/fission.exe",
"hash": "b007060d1679d0501d997006727809d3c2c2dc02a3b2c6fdbded7416ceecfcab"
}
},
"bin": "fission.exe",
"checkver": {
"github": "https://github.com/fission/fission"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/fission/fission/releases/download/v$version/fission-v$version-windows-amd64.exe#/fission.exe"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}