ScoopInstaller_Main/fnproject.json
2018-04-18 10:00:34 +00:00

23 lines
663 B
JSON

{
"homepage": "https://fnproject.io/",
"license": "https://github.com/fnproject/cli/blob/master/LICENSE",
"version": "0.4.72",
"architecture": {
"64bit": {
"url": "https://github.com/fnproject/cli/releases/download/0.4.72/fn.exe",
"hash": "e33c8c685801002ade3458af60791c8f6f4994bc07203132318f43e7a59f8c73"
}
},
"bin": "fn.exe",
"checkver": {
"github": "https://github.com/fnproject/cli"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/fnproject/cli/releases/download/$version/fn.exe"
}
}
}
}