Skip to content

Commit

Permalink
Excavator: Update godel to latest version (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored Feb 9, 2023
1 parent abbc294 commit 6a21ca9
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.73.0/godel-2.73.0.tgz
distributionSHA256=93274903cf96c7f0585898b8c079d5b77dfbfbdc4064ccfc2af6b473ec7ffe5f
distributionURL=https://github.com/palantir/godel/releases/download/v2.75.0/godel-2.75.0.tgz
distributionSHA256=f479110b43cb2856122c47c5b08e55dcd10885992d304d3437d5e4ab0ddd906e
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.73.0
DARWIN_AMD64_CHECKSUM=0c72d107be27acf2c51a9278b3692e6ceab37ff3d9a7e1318bed27f04ccc9f51
DARWIN_ARM64_CHECKSUM=78328f16a8b207df5ed5fec519cad53c8cb18f67353b4ab48f72f54483cf731c
LINUX_AMD64_CHECKSUM=625fd482102e2aa99100414b483f7278c094b41703e877d811eeb21b98890af3
LINUX_ARM64_CHECKSUM=b0588f0dc5debef6e8b22e8cc23f26996405f2f3073848d06bc6b1831e746fef
VERSION=2.75.0
DARWIN_AMD64_CHECKSUM=5a811243ee078e3f1014dbd349748e401339786d4550a34a490b961f27352077
DARWIN_ARM64_CHECKSUM=c41b74fc81203b649b4175ba5ede0f05e17d64dd6649a3cf409046ce89b0cae6
LINUX_AMD64_CHECKSUM=2bc1b1853fa982367c407c0aaf3fc280ea4a3e33bd540ca2b9779f183bc9ff2e
LINUX_ARM64_CHECKSUM=f6d6200ab7547b50a7952f147dfee585792bcd2a7f770437c59259cb659537f0

# 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 6a21ca9

Please sign in to comment.