ScoopInstaller_Main/fnproject.json
2018-06-08 17:00:32 +00:00

23 lines
623 B
JSON

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