ScoopInstaller_Main/fnproject.json
2018-08-09 11:01:49 +00:00

23 lines
623 B
JSON

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