From 83ebb5c86bf81a1870530767aa6a96bb2841519e Mon Sep 17 00:00:00 2001 From: Thushan Fernando Date: Fri, 11 Sep 2020 15:43:43 +1000 Subject: [PATCH] tinygo: Add version 0.14.1 (#1390) * Initial tinygo package. * Update to use github version. * Adds suggestion for golang in package. * Wrap binary in x64 arch & update checkver for github. --- bucket/tinygo.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 bucket/tinygo.json diff --git a/bucket/tinygo.json b/bucket/tinygo.json new file mode 100644 index 0000000000..f2bb03459f --- /dev/null +++ b/bucket/tinygo.json @@ -0,0 +1,27 @@ +{ + "description": "A Go compiler for small places.", + "homepage": "https://tinygo.org/", + "version": "0.14.1", + "license": "BSD-3-Clause", + "suggest": { + "Go": "go" + }, + "architecture": { + "64bit": { + "url": "https://github.com/tinygo-org/tinygo/releases/download/v0.14.1/tinygo0.14.1.windows-amd64.zip", + "hash": "1E8BC048B2B071AF106C04C2F7E0F4DEF549A232B1FF71104F2E5D81C06CE758" + } + }, + "extract_dir": "tinygo", + "bin": "bin\\tinygo.exe", + "checkver": { + "github": "https://github.com/tinygo-org/tinygo/" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/tinygo-org/tinygo/releases/download/v$version/tinygo$version.windows-amd64.zip" + } + } + } +}