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