From f2c0a6983a722ffcff07123f35e4d899ba9dca14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 7 Mar 2019 22:14:26 +0100 Subject: [PATCH] Add gomake 2.1.3 (#3186) --- gomake.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 gomake.json diff --git a/gomake.json b/gomake.json new file mode 100644 index 0000000000..8f0395a943 --- /dev/null +++ b/gomake.json @@ -0,0 +1,24 @@ +{ + "version": "2.1.3", + "description": "Cross platform build tool / task runner.", + "homepage": "https://github.com/brad-jones/gomake/", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/brad-jones/gomake/releases/download/v2.1.3/gomake_windows_amd64.zip", + "hash": "bbe90be48f75d95489c7b6db8ac5a2dc0b73108ab467bd1b4853ff7f3d40945b" + } + }, + "bin": "gomake.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/brad-jones/gomake/releases/download/v$version/gomake_windows_amd64.zip" + } + }, + "hash": { + "url": "$baseurl/gomake_sha256_checksums.txt" + } + } +}