From 1cf00bf1989e3c7e486cfebb95a5c467b2d26c7f Mon Sep 17 00:00:00 2001 From: Sergey Kostrukov Date: Mon, 11 Oct 2021 15:28:26 -0700 Subject: [PATCH] mage: add version 1.11.0 (#2751) * Add mage * Update bucket/mage.json Co-authored-by: Issac Lin * Take checksums from the text file Co-authored-by: Issac Lin Co-authored-by: Issac Lin --- bucket/mage.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 bucket/mage.json diff --git a/bucket/mage.json b/bucket/mage.json new file mode 100644 index 0000000000..12ec797859 --- /dev/null +++ b/bucket/mage.json @@ -0,0 +1,26 @@ +{ + "version": "1.11.0", + "description": "A make/rake-like build tool for Go", + "homepage": "https://magefile.org", + "license": "Apache-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/magefile/mage/releases/download/v1.11.0/mage_1.11.0_Windows-64bit.zip", + "hash": "bcadeaae592819abecadb49dd0e133a0c3fac9789b7efd3a602b60ece467d759" + } + }, + "bin": "mage.exe", + "checkver": { + "github": "https://github.com/magefile/mage" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/magefile/mage/releases/download/v$version/mage_$version_Windows-64bit.zip", + "hash": { + "url": "$baseurl/mage_$version_checksums.txt" + } + } + } + } +}