ScoopInstaller_Main/fnproject.json
2018-08-20 16:00:46 +00:00

23 lines
623 B
JSON

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