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.69 .0/godel-2.69 .0.tgz
2- distributionSHA256 =7de81d08620c821e79a60aab783fbfd97f1b30c044ebba0ad3aebf76414afe64
1+ distributionURL =https://github.com/palantir/godel/releases/download/v2.70 .0/godel-2.70 .0.tgz
2+ distributionSHA256 =873ae9c0d52e450f935a035e6f45e533e885f34227f4341e39d7d8d8b7f7932e
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.69 .0
7- DARWIN_AMD64_CHECKSUM=b8732ffb60dce71c2a9693cf28dc921ff54434e3d965e4e779bbf183817378a0
8- DARWIN_ARM64_CHECKSUM=30d9da94e6ad1079b7f1da374996f72b13cc5be327f0b072ca4225c0ea8b4f0c
9- LINUX_AMD64_CHECKSUM=824611235d9d5902a4b8b1faa9e7ced2d15552a6830c69729642a51fde5777f3
10- LINUX_ARM64_CHECKSUM=e492e8079673d8b07cf3b74415d18042f2912c10f61d0bbe5de9a023d6c7bc50
6+ VERSION=2.70 .0
7+ DARWIN_AMD64_CHECKSUM=c5283233ca8209a6c7aac859ca9882c9c70465048314b827c265995aa773a91f
8+ DARWIN_ARM64_CHECKSUM=ae145d66d511fd433cdd44052ff7e5e68955effaeb4968e6e4e6c5c9373958ca
9+ LINUX_AMD64_CHECKSUM=9d45fdeacbd7767e052b53af754f5c6252cc6e2bdc3129ecc678c13e153f6176
10+ LINUX_ARM64_CHECKSUM=cb276c4e90d29751235e01c963401fd0287bf987923d9d9c7028f338a1fb4f05
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