ScoopInstaller_Main/bucket/fnproject.json
2019-05-09 18:00:59 +00:00

23 lines
621 B
JSON

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