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.152.0/godel-2.152.0.tgz
distributionSHA256=22b00b61a2cea5dccb8734fabfedbddebd90276c585b3c9d74a4d02dbabe244a
distributionURL=https://github.com/palantir/godel/releases/download/v2.154.0/godel-2.154.0.tgz
distributionSHA256=e0a79ea82f33a88c1c967bf164cb0bcb65cdfaa40d39f1f9e3f548fec1e6591c
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.152.0
DARWIN_AMD64_CHECKSUM=3f2a859406e6a8ef244e1d9cb7e382758897d1be69691a3f3728f568b3dd871d
DARWIN_ARM64_CHECKSUM=9e05c7651ac85e5a57f11c474abd78da2d255ea70c3743f8d179a23a3c61dadd
LINUX_AMD64_CHECKSUM=65cadd08c7f3d8825a9761102852811f990e89d6c7022172704589d56ece4241
LINUX_ARM64_CHECKSUM=a9daf24e64688ffd8317824f0292b55b4f3277270208366b861737fbd47a9b8f
VERSION=2.154.0
DARWIN_AMD64_CHECKSUM=af7d9698c0abeccc84f0168243c07b7c15f357e0c73d8d033c1785ca9f2d1b97
DARWIN_ARM64_CHECKSUM=20b51d215cb121fb44cc65b89ffafa8c02f7b6719ceb5c9e9ac76a0540779fc1
LINUX_AMD64_CHECKSUM=3d78694b22a79695c57d4f234c3ed85f67ae01b6a725f338e03663abfa362ae7
LINUX_ARM64_CHECKSUM=6067053a833160e857272ba231389aa812aabf7790a07e201a40dcf2a7db6b8c

# 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
Loading