ScoopInstaller_Main/fnproject.json
2018-11-07 14:01:16 +00:00

23 lines
621 B
JSON

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