Skip to content

Commit

Permalink
Excavator: Update godel to latest version (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored Jan 16, 2023
1 parent c84d7db commit abbc294
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions godel/config/godel.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
distributionURL=https://github.com/palantir/godel/releases/download/v2.70.0/godel-2.70.0.tgz
distributionSHA256=873ae9c0d52e450f935a035e6f45e533e885f34227f4341e39d7d8d8b7f7932e
distributionURL=https://github.com/palantir/godel/releases/download/v2.73.0/godel-2.73.0.tgz
distributionSHA256=93274903cf96c7f0585898b8c079d5b77dfbfbdc4064ccfc2af6b473ec7ffe5f
10 changes: 5 additions & 5 deletions godelw
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
set -euo pipefail

# Version and checksums for godel. Values are populated by the godel "dist" task.
VERSION=2.70.0
DARWIN_AMD64_CHECKSUM=c5283233ca8209a6c7aac859ca9882c9c70465048314b827c265995aa773a91f
DARWIN_ARM64_CHECKSUM=ae145d66d511fd433cdd44052ff7e5e68955effaeb4968e6e4e6c5c9373958ca
LINUX_AMD64_CHECKSUM=9d45fdeacbd7767e052b53af754f5c6252cc6e2bdc3129ecc678c13e153f6176
LINUX_ARM64_CHECKSUM=cb276c4e90d29751235e01c963401fd0287bf987923d9d9c7028f338a1fb4f05
VERSION=2.73.0
DARWIN_AMD64_CHECKSUM=0c72d107be27acf2c51a9278b3692e6ceab37ff3d9a7e1318bed27f04ccc9f51
DARWIN_ARM64_CHECKSUM=78328f16a8b207df5ed5fec519cad53c8cb18f67353b4ab48f72f54483cf731c
LINUX_AMD64_CHECKSUM=625fd482102e2aa99100414b483f7278c094b41703e877d811eeb21b98890af3
LINUX_ARM64_CHECKSUM=b0588f0dc5debef6e8b22e8cc23f26996405f2f3073848d06bc6b1831e746fef

# Downloads file at URL to destination path using wget or curl. Prints an error and exits if wget or curl is not present.
function download {
Expand Down

0 comments on commit abbc294

Please sign in to comment.