ScoopInstaller_Main/fnproject.json
2018-03-12 11:00:32 +00:00

23 lines
663 B
JSON

{
"homepage": "https://fnproject.io/",
"license": "https://github.com/fnproject/cli/blob/master/LICENSE",
"version": "0.4.65",
"architecture": {
"64bit": {
"url": "https://github.com/fnproject/cli/releases/download/0.4.65/fn.exe",
"hash": "b2186e616b19ee3e23da6e2f6f5ca948ca71183f20163945ef299d8ec6502635"
}
},
"bin": "fn.exe",
"checkver": {
"github": "https://github.com/fnproject/cli"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/fnproject/cli/releases/download/$version/fn.exe"
}
}
}
}