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.53 .0/godel-2.53 .0.tgz
2- distributionSHA256 =bc59a8284d9c784fe11fc884dcf0d52d6de0041ed52eef6b625ea1b01503bddc
1+ distributionURL =https://github.com/palantir/godel/releases/download/v2.54 .0/godel-2.54 .0.tgz
2+ distributionSHA256 =8c25d5ab82dd51ce9178e55b88849d17ff2a3bc9568a79a34f806f21267074f7
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.53 .0
7- DARWIN_AMD64_CHECKSUM=8b88a8128ea4a95033335274b7e9bb45b03098de567933439451c79b1f9536c2
8- DARWIN_ARM64_CHECKSUM=745248e32a6281e357be2ff47abab1a89e38872e9f896947879c03701b7c011f
9- LINUX_AMD64_CHECKSUM=030ac9e30b81cdec620f12d2c663b9d90622bb81f1cc543517dfd140437e239b
10- LINUX_ARM64_CHECKSUM=51c756cd8cb75bbb80cd839794c1956bc2c4893b80726df4a4ec2de37d47d6ed
6+ VERSION=2.54 .0
7+ DARWIN_AMD64_CHECKSUM=5ed4f5bd50dbf903a867768e254d18209c593a6e320cbf6d9ad49b04787a3357
8+ DARWIN_ARM64_CHECKSUM=8fdc3916adac983edda5ed110da054cd7ab9253823a7348af62383d63a00f64a
9+ LINUX_AMD64_CHECKSUM=5835309cb8aa892b6af06c0650714147c6a556cfca7e07fb8dc3649db5985fe8
10+ LINUX_ARM64_CHECKSUM=e43ecf94e401777072cc140f8d3729400fd5706451164f3986d2587105fc0871
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