Skip to content

Commit d873007

Browse files
Excavator: Update godel to latest version (#508)
1 parent 6ea0593 commit d873007

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

godel/config/godel.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
distributionURL=https://github.com/palantir/godel/releases/download/v2.144.0/godel-2.144.0.tgz
2-
distributionSHA256=1fd836af14e65911fddc68dfa42e20871527bf75f3930b90e7aaa5146c0e88f5
1+
distributionURL=https://github.com/palantir/godel/releases/download/v2.146.0/godel-2.146.0.tgz
2+
distributionSHA256=b6a3abe763ec2123196e0c162ab97b59421e3b6d6f9cbb01b371a2367e4e8b7d

godelw

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
set -euo pipefail
44

55
# Version and checksums for godel. Values are populated by the godel "dist" task.
6-
VERSION=2.144.0
7-
DARWIN_AMD64_CHECKSUM=0832d85c200d026831f69c99ec086a9cb744f56bcaceb924e52ad88eb378a633
8-
DARWIN_ARM64_CHECKSUM=b22a8d0c71be33b4e398dda4ec17733bf6b8ea3c264e42a51206392e9c9268bd
9-
LINUX_AMD64_CHECKSUM=bcf370920734943d5afb717b26bbfe5849a46fa6d9f4a45c443947a645206c7e
10-
LINUX_ARM64_CHECKSUM=a32ac95dea4c90f817ef4fed51018ba2842689a1556551d1c7c2f5fd6a170b47
6+
VERSION=2.146.0
7+
DARWIN_AMD64_CHECKSUM=a899ba8bd2a96305c74e8fe03120019a765ba6996d67ea3f14d94c2d91427bca
8+
DARWIN_ARM64_CHECKSUM=276c1471b0ab96aacaafaab13c93b06dcc9d3bfc5a38ac9215283144fa11c49a
9+
LINUX_AMD64_CHECKSUM=b4055cfd8235266816d3d2e130ac38cfc9843ab70f2748ad7958072613b14fd0
10+
LINUX_ARM64_CHECKSUM=0232443b9f4a578d271be879cfca1066f1584aea209fbdeb55b3f099e825a4b6
1111

1212
# Downloads file at URL to destination path using wget or curl. Prints an error and exits if wget or curl is not present.
1313
function download {

0 commit comments

Comments
 (0)