From 0f535d93101ac40df6928af3d1384b550adb4b6e Mon Sep 17 00:00:00 2001 From: Excavator Bot <33266368+svc-excavator-bot@users.noreply.github.com> Date: Mon, 8 Jun 2020 16:58:05 -0700 Subject: [PATCH] Excavator: Update godel to latest version (#91) Co-authored-by: svc-excavator-bot --- 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 b6a9a5ed..4e7db613 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.23.0/godel-2.23.0.tgz -distributionSHA256=5ad9a6b4f07cd78070271ef2e5ee568b1a328a6c3933cc37c40d5d13333a26dc +distributionURL=https://palantir.bintray.com/releases/com/palantir/godel/godel/2.24.0/godel-2.24.0.tgz +distributionSHA256=42396485ad4c78ceb3d2f18b4ef502f7358a9e4c7bfb3e3661ef462f5e7725d7 diff --git a/godelw b/godelw index cad4251a..bcab962a 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.23.0 -DARWIN_CHECKSUM=9b9872a3bc11b75bf3605f03106149b6b2a6bd4474d69f4f42085e1489511f1a -LINUX_CHECKSUM=a6b5bc944b6201e2f43172b42a1d92360361b1aaa253770ddd692d032eae96d4 +VERSION=2.24.0 +DARWIN_CHECKSUM=de4958ba9138a17790c216cd8d5e0c43c887b6ade418cc5bffbc2302f3b56aaa +LINUX_CHECKSUM=29267b60b240f6470f0ed63cd81f324c8a62a46cdb297a8e64a7da5ce149e47c # 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 {