From c9681440deb6f8e57e92b700d8fb8b352c30f7e9 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 10 Jul 2019 15:01:28 +0000 Subject: [PATCH] glide: Update to version 0.13.3 --- bucket/glide.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/glide.json b/bucket/glide.json index c65a06dac0..4eba770dab 100644 --- a/bucket/glide.json +++ b/bucket/glide.json @@ -1,16 +1,16 @@ { "homepage": "https://glide.sh/", "license": "MIT", - "version": "0.13.2", + "version": "0.13.3", "architecture": { "64bit": { - "url": "https://github.com/Masterminds/glide/releases/download/v0.13.2/glide-v0.13.2-windows-amd64.zip", - "hash": "bdbfbc3a42686b29659631c9d5880c47d468c54c41a4d2fe3015611528e837da", + "url": "https://github.com/Masterminds/glide/releases/download/v0.13.3/glide-v0.13.3-windows-amd64.zip", + "hash": "1685157a4159be6dfeb7fefe414b3ef846770bb94a5a0355183339de237d9c29", "extract_dir": "windows-amd64" }, "32bit": { - "url": "https://github.com/Masterminds/glide/releases/download/v0.13.2/glide-v0.13.2-windows-386.zip", - "hash": "0e472dd22c436cbd341abfde00e6cf9c649dee9a99e8419194f06bfe99babd15", + "url": "https://github.com/Masterminds/glide/releases/download/v0.13.3/glide-v0.13.3-windows-386.zip", + "hash": "7a36089def218262d97b6102c716ecc5c8c4dccc864aa7257967cecaf0bc8bc0", "extract_dir": "windows-386" } },