From 7c5cdc62cc8d982db6a7d2fd18a4ae15e3c78938 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 26 Mar 2019 18:26:25 +0000 Subject: [PATCH] gomake: Update to version 2.4.0 --- gomake.json | 6 +++--- gpg.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gomake.json b/gomake.json index f52546284b..5c67192bba 100644 --- a/gomake.json +++ b/gomake.json @@ -1,12 +1,12 @@ { - "version": "2.3.1", + "version": "2.4.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.3.1/gomake_windows_amd64.zip", - "hash": "990e85c9ae0be963b0db65018420cd0c507f101bd344ad745a1b497dd4df275a" + "url": "https://github.com/brad-jones/gomake/releases/download/v2.4.0/gomake_windows_amd64.zip", + "hash": "0a812209dc553ba9dee60ca2df93b3a8f6f4cbee8f9c44bb992ae7d1efc92efe" } }, "bin": "gomake.exe", diff --git a/gpg.json b/gpg.json index e14414b90c..bf8256a08a 100644 --- a/gpg.json +++ b/gpg.json @@ -1,9 +1,9 @@ { "homepage": "https://www.gnupg.org/", - "version": "2.2.14", + "version": "2.2.15", "license": "GPL-3.0", - "url": "https://www.gnupg.org/ftp/gcrypt/binary/gnupg-w32-2.2.14_20190319.exe#/dl.7z", - "hash": "sha1:a8f74358cab09b737b2f69c096072428e5ae2d9d", + "url": "https://www.gnupg.org/ftp/gcrypt/binary/gnupg-w32-2.2.15_20190326.exe#/dl.7z", + "hash": "sha1:f5f7eeadfdf6ad971b5313f045083b4f95ace07b", "env_add_path": "bin", "checkver": { "url": "https://www.gnupg.org/download/index.html",