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.152 .0/godel-2.152 .0.tgz
2- distributionSHA256 =22b00b61a2cea5dccb8734fabfedbddebd90276c585b3c9d74a4d02dbabe244a
1+ distributionURL =https://github.com/palantir/godel/releases/download/v2.154 .0/godel-2.154 .0.tgz
2+ distributionSHA256 =e0a79ea82f33a88c1c967bf164cb0bcb65cdfaa40d39f1f9e3f548fec1e6591c
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.152 .0
7- DARWIN_AMD64_CHECKSUM=3f2a859406e6a8ef244e1d9cb7e382758897d1be69691a3f3728f568b3dd871d
8- DARWIN_ARM64_CHECKSUM=9e05c7651ac85e5a57f11c474abd78da2d255ea70c3743f8d179a23a3c61dadd
9- LINUX_AMD64_CHECKSUM=65cadd08c7f3d8825a9761102852811f990e89d6c7022172704589d56ece4241
10- LINUX_ARM64_CHECKSUM=a9daf24e64688ffd8317824f0292b55b4f3277270208366b861737fbd47a9b8f
6+ VERSION=2.154 .0
7+ DARWIN_AMD64_CHECKSUM=af7d9698c0abeccc84f0168243c07b7c15f357e0c73d8d033c1785ca9f2d1b97
8+ DARWIN_ARM64_CHECKSUM=20b51d215cb121fb44cc65b89ffafa8c02f7b6719ceb5c9e9ac76a0540779fc1
9+ LINUX_AMD64_CHECKSUM=3d78694b22a79695c57d4f234c3ed85f67ae01b6a725f338e03663abfa362ae7
10+ LINUX_ARM64_CHECKSUM=6067053a833160e857272ba231389aa812aabf7790a07e201a40dcf2a7db6b8c
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