ScoopInstaller_Main/bucket/fission-cli.json
2023-05-19 08:26:26 +00:00

27 lines
861 B
JSON

{
"version": "1.19.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.19.0/fission-v1.19.0-windows-amd64.exe#/fission.exe",
"hash": "73472c23523783b3bacfbc336e075efb0c1e5908b2c94a16ab5f3208270c933e"
}
},
"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"
}
}
}