ScoopInstaller_Main/fnproject.json
2019-02-28 19:01:22 +00:00

23 lines
621 B
JSON

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