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

23 lines
663 B
JSON

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