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.149 .0/godel-2.149 .0.tgz
2- distributionSHA256 =7b15ef481747943d4ea756711e67f84a2d8d2e95d70d1a4aa624c0eec0c18e35
1+ distributionURL =https://github.com/palantir/godel/releases/download/v2.151 .0/godel-2.151 .0.tgz
2+ distributionSHA256 =696725a988abe8d22261e0e1b5fd01a19691462905c93115e841f37058308227
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.149 .0
7- DARWIN_AMD64_CHECKSUM=2ba57823fad38679571e9956d034d3fc2721b75d4a62c45317fee59fccb95af7
8- DARWIN_ARM64_CHECKSUM=358d9d4bf49c3dc43e659404ffc31cf492ee8993f96c7ba57931f4d0415bdf5d
9- LINUX_AMD64_CHECKSUM=45328f371a034ccac711b13e568267e1123ba94cdadd70a1ce47e279c928cb66
10- LINUX_ARM64_CHECKSUM=90b2e2c4bacda70e77aa9af7bb9293c693b61133bc2c7abad29c7df532c75320
6+ VERSION=2.151 .0
7+ DARWIN_AMD64_CHECKSUM=6910d5e9a5dd04e2f44549cdcabfc56458776b07015f46a258f647982b73156c
8+ DARWIN_ARM64_CHECKSUM=ea5a540f468a74d1c5f3731d2220bed232aec89ac6b7a6dad3d7d945fde7cbc4
9+ LINUX_AMD64_CHECKSUM=567df42a1cc89bff5496714814ddb486fedbfc68a42c8e34dd4b6d3b6d0af436
10+ LINUX_ARM64_CHECKSUM=c98dd404cbf16ef0c09a33ff583fa0d91ff09029026dec4feb08a0313e0c5772
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