From b6e82d61aecb7b91bc0f53cf8c118573df0f099e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 15 Dec 2020 08:34:49 +0100 Subject: [PATCH] deno: Update to version 1.6.1 --- bucket/deno.json | 6 +++--- bucket/diun.json | 3 +-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/bucket/deno.json b/bucket/deno.json index 6d35951845..d570f2ca83 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -1,12 +1,12 @@ { - "version": "1.6.0", + "version": "1.6.1", "description": "A secure runtime for JavaScript and TypeScript", "homepage": "https://deno.land", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/denoland/deno/releases/download/v1.6.0/deno-x86_64-pc-windows-msvc.zip", - "hash": "ad570b68fc06fde9be165127ec4174bcfb8587f99410410fbd4c61fb971fba05" + "url": "https://github.com/denoland/deno/releases/download/v1.6.1/deno-x86_64-pc-windows-msvc.zip", + "hash": "ee90b70afb6aec7d80d6a1f80b751d778b3a47b91b644e4f79697c2fec47a53d" } }, "bin": "deno.exe", diff --git a/bucket/diun.json b/bucket/diun.json index 5e59ff80b8..407dbdee00 100644 --- a/bucket/diun.json +++ b/bucket/diun.json @@ -25,8 +25,7 @@ } }, "hash": { - "url": "https://github.com/crazy-max/diun/releases/download/v$version/checksums.txt", - "mode": "extract" + "url": "$baseurl/checksums.txt" } } }