From ac127f4b81c6d0451c4a569ac2dd8d16c115c71a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olav=20R=C3=B8nnestad=20Birkeland?= <6450056+o-l-a-v@users.noreply.github.com> Date: Wed, 18 Dec 2024 06:38:33 +0100 Subject: [PATCH] deno@2.1.4: Add autoupdate hash url (#6351) --- bucket/deno.json | 4 ++++ 1 file changed, 4 insertions(+) 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" } } }