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