ScoopInstaller_Main/bucket/fission-cli.json
2024-09-02 12:31:40 +00:00

27 lines
861 B
JSON

{
"version": "1.20.4",
"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.4/fission-v1.20.4-windows-amd64.exe#/fission.exe",
"hash": "2501c898eb858a9f4520488c17d3aa73f91fe7d5383550da0b30b09615902c7a"
}
},
"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"
}
}
}