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.119.0/godel-2.119.0.tgz
distributionSHA256=804d51fa62b04611b6e0d197acd2da002df73b459309e737df75da69c24c8c95
distributionURL=https://github.com/palantir/godel/releases/download/v2.121.0/godel-2.121.0.tgz
distributionSHA256=63602a0bb7059786a11fe932812d27e08a5ab0d83cd1839ca8a510de2843a422
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.119.0
DARWIN_AMD64_CHECKSUM=43c1bcd06f2db28c62b14294bef89986a0dad48fe706893425ffb4b418155d47
DARWIN_ARM64_CHECKSUM=73aa3b2ab838b2ea6af34954b611e181d8b11d2a940ad00abba22c9c86cefd32
LINUX_AMD64_CHECKSUM=77178fcc7b0c1bdeba106d85d93665a15236306f011357f82f0c6d27b33bba8d
LINUX_ARM64_CHECKSUM=1365599b5accb930c6e0bfcf8f1addb1deaeb01b0df935a2bf6743dbd9f20b79
VERSION=2.121.0
DARWIN_AMD64_CHECKSUM=521546ec4353ce1186cd221f5802d2739c606613e88e5b1ddbc160fd94d1e312
DARWIN_ARM64_CHECKSUM=03e33e934d5c3ed14eb4a9b553c81d81983ed2e43560f3b415954d7487a631a8
LINUX_AMD64_CHECKSUM=683901807c099f3cd1396bfab3f0215eee89e33d8e0c139baf3083f94bde109d
LINUX_ARM64_CHECKSUM=6452285520675f34508d5cd800bed149ab275a1c4c3838c6e60050ee47ef4256

# 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