Skip to content

Commit 8ca14e1

Browse files
svc-excavator-botbluekeyes
authored andcommitted
Excavator: Update godel to latest version (#27)
1 parent 895ae14 commit 8ca14e1

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.16.0/godel-2.16.0.tgz
2-
distributionSHA256=48b946ee2d55c64794e7b03eb64da6ff061f34a77350622f2bb6786932788d1a
1+
distributionURL=https://palantir.bintray.com/releases/com/palantir/godel/godel/2.17.0/godel-2.17.0.tgz
2+
distributionSHA256=3e80cacce96d5ae590d497483359fcae4effe1e9c3811b0d3fa321acad146d3d

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.16.0
7-
DARWIN_CHECKSUM=71d997951823322fad1f87f6f634d5db0ab525c22ef5c7eb84091d822e6552a9
8-
LINUX_CHECKSUM=8bedeb60cc135304690799e6d375768bdc524d7d94a4bc5c1b9a89c86c5aa754
6+
VERSION=2.17.0
7+
DARWIN_CHECKSUM=d6294049b7edc3795d1d5517583f20c087422a8b8b52e8cbcc39ce2b575427ff
8+
LINUX_CHECKSUM=23bca1ce55bd321686e06e0b6959ad8160ef1dfa9fe0a68a515e65d19401094d
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)