From c61f598df3cf73ecda75d53189f755b07350f442 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Fri, 17 Apr 2020 09:06:05 +0200 Subject: [PATCH] deno: Update to version 0.41.0 --- bucket/deno.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/deno.json b/bucket/deno.json index 0a7b981041..4f4681d154 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -1,12 +1,12 @@ { - "version": "0.40.0", + "version": "0.41.0", "description": "A secure TypeScript runtime on V8", "homepage": "https://github.com/denoland/deno", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/denoland/deno/releases/download/v0.40.0/deno-x86_64-pc-windows-msvc.zip", - "hash": "2cfb5c6551c0fddb2a9e56bc7680c28f812e652771a5324241bf1429176712da" + "url": "https://github.com/denoland/deno/releases/download/v0.41.0/deno-x86_64-pc-windows-msvc.zip", + "hash": "80033945bec17cd5b56837d99fae6322736b51a71214ffdced008065432254a5" } }, "bin": "deno.exe",