ScoopInstaller_Main/bucket/fission-cli.json
2023-11-30 20:24:36 +00:00

27 lines
861 B
JSON

{
"version": "1.20.0",
"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.0/fission-v1.20.0-windows-amd64.exe#/fission.exe",
"hash": "4e1c759d41bc7b156020b62f7f1174e6f7335fd4842dd634cb3b7d28cda0d997"
}
},
"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"
}
}
}