From a34c66c0ed534a9e9b090e0d980b6090b288c073 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Fri, 24 Jul 2020 17:55:39 +0200 Subject: [PATCH] deno: Update to version 1.2.1 --- bucket/deno.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/deno.json b/bucket/deno.json index 4a2241c2a3..edcaeab454 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -1,12 +1,12 @@ { - "version": "1.2.0", + "version": "1.2.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.2.0/deno-x86_64-pc-windows-msvc.zip", - "hash": "c68b78783b2ede88db11db0ebe17c65bec2a53f247301e179e6120a74dde98b5" + "url": "https://github.com/denoland/deno/releases/download/v1.2.1/deno-x86_64-pc-windows-msvc.zip", + "hash": "764ee8ece3144385c9244f32b7ac8d428648ab73e0fbd3275b71233c1115747b" } }, "bin": "deno.exe",