ScoopInstaller_Main/fnproject.json
2019-03-05 13:00:30 +00:00

23 lines
621 B
JSON

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