ScoopInstaller_Main/fnproject.json
2018-12-27 14:00:25 +00:00

23 lines
621 B
JSON

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