File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- distributionURL =https://github.com/palantir/godel/releases/download/v2.144 .0/godel-2.144 .0.tgz
2- distributionSHA256 =1fd836af14e65911fddc68dfa42e20871527bf75f3930b90e7aaa5146c0e88f5
1+ distributionURL =https://github.com/palantir/godel/releases/download/v2.146 .0/godel-2.146 .0.tgz
2+ distributionSHA256 =b6a3abe763ec2123196e0c162ab97b59421e3b6d6f9cbb01b371a2367e4e8b7d
Original file line number Diff line number Diff line change 33set -euo pipefail
44
55# Version and checksums for godel. Values are populated by the godel "dist" task.
6- VERSION=2.144 .0
7- DARWIN_AMD64_CHECKSUM=0832d85c200d026831f69c99ec086a9cb744f56bcaceb924e52ad88eb378a633
8- DARWIN_ARM64_CHECKSUM=b22a8d0c71be33b4e398dda4ec17733bf6b8ea3c264e42a51206392e9c9268bd
9- LINUX_AMD64_CHECKSUM=bcf370920734943d5afb717b26bbfe5849a46fa6d9f4a45c443947a645206c7e
10- LINUX_ARM64_CHECKSUM=a32ac95dea4c90f817ef4fed51018ba2842689a1556551d1c7c2f5fd6a170b47
6+ VERSION=2.146 .0
7+ DARWIN_AMD64_CHECKSUM=a899ba8bd2a96305c74e8fe03120019a765ba6996d67ea3f14d94c2d91427bca
8+ DARWIN_ARM64_CHECKSUM=276c1471b0ab96aacaafaab13c93b06dcc9d3bfc5a38ac9215283144fa11c49a
9+ LINUX_AMD64_CHECKSUM=b4055cfd8235266816d3d2e130ac38cfc9843ab70f2748ad7958072613b14fd0
10+ LINUX_ARM64_CHECKSUM=0232443b9f4a578d271be879cfca1066f1584aea209fbdeb55b3f099e825a4b6
1111
1212# Downloads file at URL to destination path using wget or curl. Prints an error and exits if wget or curl is not present.
1313function download {
You can’t perform that action at this time.
0 commit comments