Skip to content

Commit 9ef0693

Browse files
Excavator: Update godel to latest version (#55)
Co-authored-by: svc-excavator-bot <[email protected]>
1 parent f58a60f commit 9ef0693

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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://palantir.bintray.com/releases/com/palantir/godel/godel/2.24.0/godel-2.24.0.tgz
2-
distributionSHA256=42396485ad4c78ceb3d2f18b4ef502f7358a9e4c7bfb3e3661ef462f5e7725d7
1+
distributionURL=https://palantir.bintray.com/releases/com/palantir/godel/godel/2.25.0/godel-2.25.0.tgz
2+
distributionSHA256=f9a58181cfc1c709e9ac4a763bce386fb4e0c5ad24a635120b7d592c60e10206

godelw

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

55
# Version and checksums for godel. Values are populated by the godel "dist" task.
6-
VERSION=2.24.0
7-
DARWIN_CHECKSUM=de4958ba9138a17790c216cd8d5e0c43c887b6ade418cc5bffbc2302f3b56aaa
8-
LINUX_CHECKSUM=29267b60b240f6470f0ed63cd81f324c8a62a46cdb297a8e64a7da5ce149e47c
6+
VERSION=2.25.0
7+
DARWIN_CHECKSUM=06c92c3b973198c0c4a57c09d853c6f2235d02d4c2098d6303211d31a9c27e5d
8+
LINUX_CHECKSUM=731d00d75c2607258326f5cbbe3c0b4cdc3e1526c55b3539246094ca2f1a22fc
99

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

0 commit comments

Comments
 (0)