ScoopInstaller_Main/fnproject.json
2018-09-11 16:00:32 +00:00

23 lines
623 B
JSON

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