ScoopInstaller_Main/fnproject.json
2018-07-11 14:00:44 +00:00

23 lines
623 B
JSON

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