ScoopInstaller_Main/fnproject.json
2018-12-03 12:00:45 +00:00

23 lines
621 B
JSON

{
"homepage": "https://fnproject.io/",
"license": "Apache-2.0",
"version": "0.5.33",
"architecture": {
"64bit": {
"url": "https://github.com/fnproject/cli/releases/download/0.5.33/fn.exe",
"hash": "2f324f7467733d99ea8e46980e3c8050121c55f3c98ec8ed28bb16b435e15cdc"
}
},
"bin": "fn.exe",
"checkver": {
"github": "https://github.com/fnproject/cli"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/fnproject/cli/releases/download/$version/fn.exe"
}
}
}
}