Skip to content

Commit

Permalink
Excavator: Update godel to latest version (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored Mar 22, 2022
1 parent 99bc48f commit 9bd6a4e
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.52.0/godel-2.52.0.tgz
distributionSHA256=de60579fe42f2f1d5976f1422f4dc4d96918d37a9665c1291868db5c1a33fc1e
distributionURL=https://github.com/palantir/godel/releases/download/v2.53.0/godel-2.53.0.tgz
distributionSHA256=bc59a8284d9c784fe11fc884dcf0d52d6de0041ed52eef6b625ea1b01503bddc
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.52.0
DARWIN_AMD64_CHECKSUM=7365f815c5d89686a92e5addf46dfcf4758a0adf35a45af82df6e72f287bcbce
DARWIN_ARM64_CHECKSUM=43a8a787d2922e03a1bec3578a71c32a30f699efe7328d390c74c9c97c74a02b
LINUX_AMD64_CHECKSUM=885a99f34e7fb9d9353b4f4829ee7dc970ba9ab41bb046625f433deccdbe41e6
LINUX_ARM64_CHECKSUM=9682cc7fd6b43bcdf7866cb30174ef9a2ff5406a5c7f51ad2b098939d7f3daaf
VERSION=2.53.0
DARWIN_AMD64_CHECKSUM=8b88a8128ea4a95033335274b7e9bb45b03098de567933439451c79b1f9536c2
DARWIN_ARM64_CHECKSUM=745248e32a6281e357be2ff47abab1a89e38872e9f896947879c03701b7c011f
LINUX_AMD64_CHECKSUM=030ac9e30b81cdec620f12d2c663b9d90622bb81f1cc543517dfd140437e239b
LINUX_ARM64_CHECKSUM=51c756cd8cb75bbb80cd839794c1956bc2c4893b80726df4a4ec2de37d47d6ed

# 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 9bd6a4e

Please sign in to comment.