From 18c6cca74f44eff6ffeee8fc28372b5044842d0d Mon Sep 17 00:00:00 2001 From: linsui <36977733+linsui@users.noreply.github.com> Date: Thu, 15 Aug 2019 22:32:00 +0800 Subject: [PATCH] faas: add au.hash (#345) --- bucket/faas-cli.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bucket/faas-cli.json b/bucket/faas-cli.json index bad155e3b1..2c7dea91da 100644 --- a/bucket/faas-cli.json +++ b/bucket/faas-cli.json @@ -16,7 +16,6 @@ ] ], "post_install": "faas-cli version", - "notes": "OpenFaas @ https://www.openfaas.com/", "checkver": { "github": "https://github.com/openfaas/faas-cli" }, @@ -25,6 +24,9 @@ "64bit": { "url": "https://github.com/openfaas/faas-cli/releases/download/$version/faas-cli.exe" } + }, + "hash": { + "url": "$url.sha256" } } }