ScoopInstaller_Main/bucket/fnproject.json
2019-06-19 00:00:31 +00:00

23 lines
621 B
JSON

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