Skip to content

Commit

Permalink
Excavator: Update godel to latest version (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot committed Jul 13, 2023
1 parent 88f9c9b commit b58106a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions godel/config/godel.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
distributionURL=https://github.com/palantir/godel/releases/download/v2.84.0/godel-2.84.0.tgz
distributionSHA256=8f8935ca249cdf0176053a715df159e1ebe4da42e753e6d43b75d5b4dae3ab31
distributionURL=https://github.com/palantir/godel/releases/download/v2.87.0/godel-2.87.0.tgz
distributionSHA256=7cdf78cb2c314e1b0a6251d9484208a0515a749a1317f71d7aa7e675fa4c3b6b
10 changes: 5 additions & 5 deletions godelw
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
set -euo pipefail

# Version and checksums for godel. Values are populated by the godel "dist" task.
VERSION=2.84.0
DARWIN_AMD64_CHECKSUM=580b0e32d958a87baf136d0477880322c26f39606b06d4f6a84fb1bd0c27913e
DARWIN_ARM64_CHECKSUM=cc9bdff9be0e5ef334241b75064a69a6cea3486a62d2661b766c5a085124df05
LINUX_AMD64_CHECKSUM=d8dd5df054015e120b8c6a000856f35eefea4201b730436be9b9e0d15cea6c36
LINUX_ARM64_CHECKSUM=c7612d0a7af18d4c2af9c67592a7ac03544ee4a11ccf053cb905c7a350255429
VERSION=2.87.0
DARWIN_AMD64_CHECKSUM=43c17617267ecfca49919bc3c33ebb057e1bb625581879c53feea603df1ab0de
DARWIN_ARM64_CHECKSUM=8d94be89c4ed23a11b8a6514e3a41fc9d0b4e7c0e30b3adc6f4829ed803bb4de
LINUX_AMD64_CHECKSUM=46e7c6b91d6088f8a49898073791e39f881f73461aed482eb4fc1fa45108e3cb
LINUX_ARM64_CHECKSUM=c9f1ebc4dd5ce6e4d9868051426de03a45d5fef33111fe820ea589e23043a157

# 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 {
Expand Down

0 comments on commit b58106a

Please sign in to comment.