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

23 lines
621 B
JSON

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