ScoopInstaller_Main/fnproject.json
2018-08-10 23:01:47 +00:00

23 lines
623 B
JSON

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