ScoopInstaller_Main/bucket/fission-cli.json
2025-01-25 20:26:40 +00:00

27 lines
861 B
JSON

{
"version": "1.21.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.21.0/fission-v1.21.0-windows-amd64.exe#/fission.exe",
"hash": "05c8050edd44633566b2eb1a6bdfbccc57a0a69322e0f8658d0135602b55dba8"
}
},
"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"
}
}
}