From 2a44e5271d0c7799c8eba29545128cfaa6a0ee96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sun, 1 Nov 2020 00:06:10 +0100 Subject: [PATCH] deno: Update to version 1.5.1 --- bucket/deno.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/deno.json b/bucket/deno.json index f097a6c535..3322decbdc 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -1,12 +1,12 @@ { - "version": "1.5.0", + "version": "1.5.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.5.0/deno-x86_64-pc-windows-msvc.zip", - "hash": "9767952d71da1166744700fda7c4212ccf4b240596a6cefaa4a9a0faaa88712f" + "url": "https://github.com/denoland/deno/releases/download/v1.5.1/deno-x86_64-pc-windows-msvc.zip", + "hash": "43d85206f2702407aa1461396a900533efad9b7671d9dea7309e34d3caf82776" } }, "bin": "deno.exe",