ScoopInstaller_Main/fnproject.json
2019-01-30 14:00:25 +00:00

23 lines
621 B
JSON

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