From 41d5e606b085d7aace28fc840dbe2501f232a8eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 28 Oct 2020 10:56:21 +0100 Subject: [PATCH] deno: Update to version 1.5.0 --- bucket/deno.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/deno.json b/bucket/deno.json index 3f0fa166d2..f097a6c535 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -1,12 +1,12 @@ { - "version": "1.4.6", + "version": "1.5.0", "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.4.6/deno-x86_64-pc-windows-msvc.zip", - "hash": "a1242ba82308920cb89764f00e680cc30cc647585298cc251acfc7d4582ab9ce" + "url": "https://github.com/denoland/deno/releases/download/v1.5.0/deno-x86_64-pc-windows-msvc.zip", + "hash": "9767952d71da1166744700fda7c4212ccf4b240596a6cefaa4a9a0faaa88712f" } }, "bin": "deno.exe",