Skip to content

Commit 7894268

Browse files
Excavator: Update godel to latest version (#514)
1 parent d74cce4 commit 7894268

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.146.0/godel-2.146.0.tgz
2-
distributionSHA256=b6a3abe763ec2123196e0c162ab97b59421e3b6d6f9cbb01b371a2367e4e8b7d
1+
distributionURL=https://github.com/palantir/godel/releases/download/v2.149.0/godel-2.149.0.tgz
2+
distributionSHA256=7b15ef481747943d4ea756711e67f84a2d8d2e95d70d1a4aa624c0eec0c18e35

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.146.0
7-
DARWIN_AMD64_CHECKSUM=a899ba8bd2a96305c74e8fe03120019a765ba6996d67ea3f14d94c2d91427bca
8-
DARWIN_ARM64_CHECKSUM=276c1471b0ab96aacaafaab13c93b06dcc9d3bfc5a38ac9215283144fa11c49a
9-
LINUX_AMD64_CHECKSUM=b4055cfd8235266816d3d2e130ac38cfc9843ab70f2748ad7958072613b14fd0
10-
LINUX_ARM64_CHECKSUM=0232443b9f4a578d271be879cfca1066f1584aea209fbdeb55b3f099e825a4b6
6+
VERSION=2.149.0
7+
DARWIN_AMD64_CHECKSUM=2ba57823fad38679571e9956d034d3fc2721b75d4a62c45317fee59fccb95af7
8+
DARWIN_ARM64_CHECKSUM=358d9d4bf49c3dc43e659404ffc31cf492ee8993f96c7ba57931f4d0415bdf5d
9+
LINUX_AMD64_CHECKSUM=45328f371a034ccac711b13e568267e1123ba94cdadd70a1ce47e279c928cb66
10+
LINUX_ARM64_CHECKSUM=90b2e2c4bacda70e77aa9af7bb9293c693b61133bc2c7abad29c7df532c75320
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)