diff --git a/bucket/deno.json b/bucket/deno.json index 305ff54600..1025bff075 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -18,6 +18,10 @@ "64bit": { "url": "https://github.com/denoland/deno/releases/download/v$version/deno-x86_64-pc-windows-msvc.zip" } + }, + "hash": { + "url": "$url.sha256sum", + "regex": "$sha256" } } }