ScoopInstaller_Main/bucket/fission-cli.json
2024-01-15 08:27:10 +00:00

27 lines
861 B
JSON

{
"version": "1.20.1",
"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.1/fission-v1.20.1-windows-amd64.exe#/fission.exe",
"hash": "265cc26758d98b99fa4f8f51f66bd3f2e859de4183931ce58fd56cc84e3277d5"
}
},
"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"
}
}
}