From 3b1a32c599ccb3b5b105f08108fe2c951ed37dc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sat, 29 Aug 2020 20:52:09 +0200 Subject: [PATCH] deno: Update to version 1.3.2 --- bucket/deno.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/deno.json b/bucket/deno.json index bc60b58ccd..9c626454db 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -1,12 +1,12 @@ { - "version": "1.3.1", + "version": "1.3.2", "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.3.1/deno-x86_64-pc-windows-msvc.zip", - "hash": "6ba068e517a55dd33abd60e74c38aa61ef8f45a0774578761be0107fafc3758b" + "url": "https://github.com/denoland/deno/releases/download/v1.3.2/deno-x86_64-pc-windows-msvc.zip", + "hash": "860b6f8b020d513952ad22827bf5197f84526b040d0ee813a0cc75919dfdb483" } }, "bin": "deno.exe",