ScoopInstaller_Main/fnproject.json
2018-07-10 14:00:30 +00:00

23 lines
623 B
JSON

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