ScoopInstaller_Main/fnproject.json
2018-09-08 04:00:35 +00:00

23 lines
623 B
JSON

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