Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.169.0/godel-2.169.0.tgz
distributionSHA256=61075b5abfb0ecc4259d35b8a8e619d578678b0e3e66c9d754bbad1cf896f65d
distributionURL=https://github.com/palantir/godel/releases/download/v2.170.0/godel-2.170.0.tgz
distributionSHA256=3a7ff0eed1a6a5228c0a814158e8ff1be9ee4b3864032217d9dd93c98fb22ca7
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.169.0
DARWIN_AMD64_CHECKSUM=676cfc9713e9fc25e16862d8080140ed80db1c05f8740858dce1bffe6ae0c6e3
DARWIN_ARM64_CHECKSUM=e04de0c23b6911b6712697460f4fe969cb41b2fd98ff80d0fe669a5ea1053f5c
LINUX_AMD64_CHECKSUM=c08f4bc6cda07e042eef6d0f89584c222af2f81244f6caa79e30df840322faff
LINUX_ARM64_CHECKSUM=5d171a9b34203489c6f5ff147b2cb48a6876f80e47bd5f723deaf113900daec2
VERSION=2.170.0
DARWIN_AMD64_CHECKSUM=59dff82399776758350338ea229ccb998bd05df48f69f3331f567fcf782d0ec4
DARWIN_ARM64_CHECKSUM=d9f4ed77e8ddd30dda97c86e1af1150729d4f4c59be4508b195d0b70b6de3f78
LINUX_AMD64_CHECKSUM=d50c44edde78cbefd214d580d15ccef0390ca380a481e3a3b9f5878cfbd63a10
LINUX_ARM64_CHECKSUM=41937f0f7bfabae4b35c5d771667531f5a824cea778f031774230bb38487076a

# 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