ScoopInstaller_Main/bucket/fission-cli.json
2023-01-13 16:30:20 +00:00

27 lines
861 B
JSON

{
"version": "1.18.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.18.0/fission-v1.18.0-windows-amd64.exe#/fission.exe",
"hash": "be20ec960ae7297ed25260b4ddb8bb49022145c706280088c31142aacd2c7d14"
}
},
"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"
}
}
}