ScoopInstaller_Main/fnproject.json
2018-07-23 11:00:31 +00:00

23 lines
623 B
JSON

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