ScoopInstaller_Main/fnproject.json
2019-01-23 23:00:37 +00:00

23 lines
621 B
JSON

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