From a258688657e1258d32b1559a1b8b055c59a76df8 Mon Sep 17 00:00:00 2001 From: Excavator Bot <33266368+svc-excavator-bot@users.noreply.github.com> Date: Sat, 28 Jul 2018 13:35:29 -0700 Subject: [PATCH] Excavator: Update godel to latest version (#46) ###### _excavator_ is a bot for automating changes across repositories. Changes produced by the excavator/update-godel-version-oss check. To enable or disable this check, please contact the maintainers of Excavator. --- godel/config/godel.properties | 4 ++-- godelw | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/godel/config/godel.properties b/godel/config/godel.properties index d40b4abe..0dd4ad97 100644 --- a/godel/config/godel.properties +++ b/godel/config/godel.properties @@ -1,2 +1,2 @@ -distributionURL=https://palantir.bintray.com/releases/com/palantir/godel/godel/2.3.0/godel-2.3.0.tgz -distributionSHA256=1c0d7b6ec66b921c95742d65fbf4f60f5fd59f38f8feb0d0f8a9a1cf6d68a7ab +distributionURL=https://palantir.bintray.com/releases/com/palantir/godel/godel/2.4.0/godel-2.4.0.tgz +distributionSHA256=48e50289db0acfce7f8a68b12f8ab433a2fcbf67e80b7658dfc1e105228228c1 diff --git a/godelw b/godelw index 73804442..54df0726 100755 --- a/godelw +++ b/godelw @@ -3,9 +3,9 @@ set -euo pipefail # Version and checksums for godel. Values are populated by the godel "dist" task. -VERSION=2.3.0 -DARWIN_CHECKSUM=6175cb7e08a5a13cf063894ef3635ea3daad6c773a7992b4c387ffc37a92dc0b -LINUX_CHECKSUM=1102aa65892746252bb5fc37ce8890f889244633320ae0e6d9186eff008ed610 +VERSION=2.4.0 +DARWIN_CHECKSUM=c7cafb245b73b2d5dcde7de035013c4effdd217101d57ae6a68dc2dea6bf007f +LINUX_CHECKSUM=063d118ef3026cdf1394aba4eaca88ad78d9df2933fd239407c2a3e3887f6e27 # Downloads file at URL to destination path using wget or curl. Prints an error and exits if wget or curl is not present. function download {