From 15d6116bb6ea10ba481f097e620d8a5b4ddc0359 Mon Sep 17 00:00:00 2001 From: linsui <36977733+linsui@users.noreply.github.com> Date: Thu, 15 Aug 2019 22:31:13 +0800 Subject: [PATCH] doctl: add au.hash (#347) --- bucket/doctl.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bucket/doctl.json b/bucket/doctl.json index 3122e48f1b..1b19545bb7 100644 --- a/bucket/doctl.json +++ b/bucket/doctl.json @@ -24,6 +24,9 @@ "32bit": { "url": "https://github.com/digitalocean/doctl/releases/download/v$version/doctl-$version-windows-386.zip" } + }, + "hash": { + "url": "$baseurl/doctl-$version-checksums.sha256" } } }