File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- distributionURL =https://github.com/palantir/godel/releases/download/v2.119 .0/godel-2.119 .0.tgz
2- distributionSHA256 =804d51fa62b04611b6e0d197acd2da002df73b459309e737df75da69c24c8c95
1+ distributionURL =https://github.com/palantir/godel/releases/download/v2.121 .0/godel-2.121 .0.tgz
2+ distributionSHA256 =63602a0bb7059786a11fe932812d27e08a5ab0d83cd1839ca8a510de2843a422
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.119 .0
7- DARWIN_AMD64_CHECKSUM=43c1bcd06f2db28c62b14294bef89986a0dad48fe706893425ffb4b418155d47
8- DARWIN_ARM64_CHECKSUM=73aa3b2ab838b2ea6af34954b611e181d8b11d2a940ad00abba22c9c86cefd32
9- LINUX_AMD64_CHECKSUM=77178fcc7b0c1bdeba106d85d93665a15236306f011357f82f0c6d27b33bba8d
10- LINUX_ARM64_CHECKSUM=1365599b5accb930c6e0bfcf8f1addb1deaeb01b0df935a2bf6743dbd9f20b79
6+ VERSION=2.121 .0
7+ DARWIN_AMD64_CHECKSUM=521546ec4353ce1186cd221f5802d2739c606613e88e5b1ddbc160fd94d1e312
8+ DARWIN_ARM64_CHECKSUM=03e33e934d5c3ed14eb4a9b553c81d81983ed2e43560f3b415954d7487a631a8
9+ LINUX_AMD64_CHECKSUM=683901807c099f3cd1396bfab3f0215eee89e33d8e0c139baf3083f94bde109d
10+ LINUX_ARM64_CHECKSUM=6452285520675f34508d5cd800bed149ab275a1c4c3838c6e60050ee47ef4256
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