ScoopInstaller_Main/fnproject.json
2018-08-21 16:00:29 +00:00

23 lines
623 B
JSON

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