ScoopInstaller_Main/fnproject.json
2018-06-07 11:00:25 +00:00

23 lines
623 B
JSON

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