ScoopInstaller_Main/fnproject.json
2019-01-24 10:00:45 +00:00

23 lines
621 B
JSON

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