ScoopInstaller_Main/fnproject.json
2018-02-20 22:00:26 +00:00

23 lines
663 B
JSON

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