ScoopInstaller_Main/fnproject.json
2019-03-08 12:00:32 +00:00

23 lines
621 B
JSON

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