From fee1e6a6a64e37f8c85d21c26a4fab2d0bb7a5ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 19 Nov 2020 16:07:36 +0100 Subject: [PATCH] tinygo: Update to version 0.16.0 --- bucket/tinygo.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/tinygo.json b/bucket/tinygo.json index 350df16f65..54a05fb289 100644 --- a/bucket/tinygo.json +++ b/bucket/tinygo.json @@ -1,5 +1,5 @@ { - "version": "0.15.0", + "version": "0.16.0", "description": "A Go compiler for small places", "homepage": "https://tinygo.org", "license": "BSD-3-Clause", @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/tinygo-org/tinygo/releases/download/v0.15.0/tinygo0.15.0.windows-amd64.zip", - "hash": "9773b3d35adb73a8abab696cc538bafa9627fbe09a8a3900b48863f71c7483c5" + "url": "https://github.com/tinygo-org/tinygo/releases/download/v0.16.0/tinygo0.16.0.windows-amd64.zip", + "hash": "877906d2ab762d7844daaf4a92ddc609b4f78747f9757555a7df1e84fe66926a" } }, "extract_dir": "tinygo",