From e7d4cf365ad6dab5ba0e0e295635e2a3a52ff29b Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 3 Mar 2021 01:01:47 +0000 Subject: [PATCH] deno: Update to version 1.8.0 --- bucket/deno.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/deno.json b/bucket/deno.json index fbe77a86f4..22061c685d 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -1,12 +1,12 @@ { - "version": "1.7.5", + "version": "1.8.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.7.5/deno-x86_64-pc-windows-msvc.zip", - "hash": "b0a543118b6db06c96639eecced0224740ba020647fdbcd0898daa27045f8c08" + "url": "https://github.com/denoland/deno/releases/download/v1.8.0/deno-x86_64-pc-windows-msvc.zip", + "hash": "b6cfa0f8f3bdd2f34d7814626c80a63f1f9434068d96827dfa9bcf58bcd04c5d" } }, "bin": "deno.exe",