ScoopInstaller_Main/fnproject.json
Nick Klauer f106547f98 add fnproject (#1746)
* add fnproject

https://fnproject.io is an AWS Lambda-equivalent.  This is the CLI that is used on Windows to interface with Docker to pull the server and create, deploy, and administer your fn apps.

* fnproject: add hash property and update to version 0.4.10
2017-10-11 18:38:29 +02:00

23 lines
662 B
JSON

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