ScoopInstaller_Main/fnproject.json
2018-10-25 19:00:25 +00:00

23 lines
621 B
JSON

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