ScoopInstaller_Main/fnproject.json
2019-04-11 22:00:20 +00:00

23 lines
621 B
JSON

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