ScoopInstaller_Main/fnproject.json
2018-07-12 14:00:37 +00:00

23 lines
623 B
JSON

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