ScoopInstaller_Main/fnproject.json
2019-03-29 21:01:59 +00:00

23 lines
621 B
JSON

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