ScoopInstaller_Main/bucket/fnproject.json
2019-05-28 19:01:21 +00:00

23 lines
621 B
JSON

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