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.172.0/godel-2.172.0.tgz
distributionSHA256=32be4e713c5648dfa08a578b492c31a7294b1942972106018b0694e1f7aa9853
distributionURL=https://github.com/palantir/godel/releases/download/v2.176.0/godel-2.176.0.tgz
distributionSHA256=93c36ba917d2e426d62516cd32213dcc0bdf1ab5a10ba83c28646beb267c9c31
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.172.0
DARWIN_AMD64_CHECKSUM=84dc613bcfdde4e40e3d4a683829494bf54f423e828bd5ebd9f7cff4fe99c656
DARWIN_ARM64_CHECKSUM=ad3129aa9b5cefe3216febb92316c9b19a8231ed5ff13053da6633ecca28a9f4
LINUX_AMD64_CHECKSUM=2675ef8877d8024c2fed14cc1d2b65fdec40d993115f53e1769b29b4eb35fb27
LINUX_ARM64_CHECKSUM=b0858f7d2a8dbb89bf62e827edc73f801d66f3efb72ef7ca7f852811632257ea
VERSION=2.176.0
DARWIN_AMD64_CHECKSUM=d4b1aab38e62215366797a3b6cc7f0c015b221e7d6c73014c8f12f296b42f923
DARWIN_ARM64_CHECKSUM=13133e932d6ebc1c56219283965685c2117ac05d730312ae48c305c81cd71588
LINUX_AMD64_CHECKSUM=688a855369e2913d27005acf7e885b3574ee7564bc75b68107caafad6e31a1dc
LINUX_ARM64_CHECKSUM=05ad17818a96717cc8a43ac326939ce1723456b81dd9ac6da5a9936daa6efc7b

# 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