ScoopInstaller_Main/bucket/fission-cli.json
2024-05-27 16:27:59 +00:00

27 lines
861 B
JSON

{
"version": "1.20.2",
"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.2/fission-v1.20.2-windows-amd64.exe#/fission.exe",
"hash": "18799bb76c54748d0d67dddb3dc9cb09c5ca95cef4658d085a3a63f7e9db85dd"
}
},
"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"
}
}
}