ScoopInstaller_Main/fnproject.json
2018-02-24 18:00:35 +00:00

23 lines
663 B
JSON

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