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.144.0/godel-2.144.0.tgz
distributionSHA256=1fd836af14e65911fddc68dfa42e20871527bf75f3930b90e7aaa5146c0e88f5
distributionURL=https://github.com/palantir/godel/releases/download/v2.146.0/godel-2.146.0.tgz
distributionSHA256=b6a3abe763ec2123196e0c162ab97b59421e3b6d6f9cbb01b371a2367e4e8b7d
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.144.0
DARWIN_AMD64_CHECKSUM=0832d85c200d026831f69c99ec086a9cb744f56bcaceb924e52ad88eb378a633
DARWIN_ARM64_CHECKSUM=b22a8d0c71be33b4e398dda4ec17733bf6b8ea3c264e42a51206392e9c9268bd
LINUX_AMD64_CHECKSUM=bcf370920734943d5afb717b26bbfe5849a46fa6d9f4a45c443947a645206c7e
LINUX_ARM64_CHECKSUM=a32ac95dea4c90f817ef4fed51018ba2842689a1556551d1c7c2f5fd6a170b47
VERSION=2.146.0
DARWIN_AMD64_CHECKSUM=a899ba8bd2a96305c74e8fe03120019a765ba6996d67ea3f14d94c2d91427bca
DARWIN_ARM64_CHECKSUM=276c1471b0ab96aacaafaab13c93b06dcc9d3bfc5a38ac9215283144fa11c49a
LINUX_AMD64_CHECKSUM=b4055cfd8235266816d3d2e130ac38cfc9843ab70f2748ad7958072613b14fd0
LINUX_ARM64_CHECKSUM=0232443b9f4a578d271be879cfca1066f1584aea209fbdeb55b3f099e825a4b6

# 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