diff --git a/fnproject.json b/fnproject.json new file mode 100644 index 0000000000..aa89aa5cd9 --- /dev/null +++ b/fnproject.json @@ -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" + } + } + } +}