ScoopInstaller_Main/fnproject.json
2018-03-07 03:01:48 +00:00

23 lines
663 B
JSON

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