ScoopInstaller_Main/fnproject.json
2018-06-26 11:00:41 +00:00

23 lines
623 B
JSON

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