ScoopInstaller_Main/fnproject.json
2019-02-06 23:00:27 +00:00

23 lines
621 B
JSON

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