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
This commit is contained in:
Nick Klauer 2017-10-11 11:38:29 -05:00 committed by Richard Kuhnt
parent f7299e0f3e
commit f106547f98

22
fnproject.json Normal file
View File

@ -0,0 +1,22 @@
{
"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"
}
}
}
}