ScoopInstaller_Main/fnproject.json
2018-10-23 14:00:33 +00:00

23 lines
621 B
JSON

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