From c9da253d3b968432ab86655bdcfded8d6783f86b Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sun, 10 Mar 2019 03:00:21 +0000 Subject: [PATCH] gomake: Update to version 2.3.0 --- gomake.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gomake.json b/gomake.json index b5a3da11de..e10143ad3d 100644 --- a/gomake.json +++ b/gomake.json @@ -1,12 +1,12 @@ { - "version": "2.2.2", + "version": "2.3.0", "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.2.2/gomake_windows_amd64.zip", - "hash": "a99e75e4248f7595d8631bb20fcabb13e47a4fb13da138e6d7f4937f05d27b9d" + "url": "https://github.com/brad-jones/gomake/releases/download/v2.3.0/gomake_windows_amd64.zip", + "hash": "19211b5464e996f539c109ef9886a52e09f3d5a369195e3f7bbe9fd879a09cf4" } }, "bin": "gomake.exe",