ScoopInstaller_Main/bucket/fission-cli.json
2025-12-18 20:30:00 +00:00

27 lines
861 B
JSON

{
"version": "1.22.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.22.0/fission-v1.22.0-windows-amd64.exe#/fission.exe",
"hash": "8f294262fc741ea51ca5874c1761268d33aab4d792058a16fa2c56d5d6685c22"
}
},
"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"
}
}
}