Skip to content

Commit

Permalink
Excavator: Update godel to latest version (#373)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored Jan 17, 2024
1 parent bde732c commit 964aae8
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.93.0/godel-2.93.0.tgz
distributionSHA256=e115bd7772598eda5df2a65ead00fa8be11946640e5c620e0cb4e52942fe7561
distributionURL=https://github.com/palantir/godel/releases/download/v2.96.0/godel-2.96.0.tgz
distributionSHA256=423ab0fc5f523e91aaa57776df6b3cee72c737e4628075c8f331d3f1681e2052
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.93.0
DARWIN_AMD64_CHECKSUM=2fe953179d3d819172483870b23671c62e14d8f5333e68407882870ecc8c0819
DARWIN_ARM64_CHECKSUM=7b8f9a21256b38f6277dfe210bdb3e72e6c982578838e29fbc14444e151c0a2c
LINUX_AMD64_CHECKSUM=c0af969d823e8f6a351ae09bb23bd97235f46aa5f205553cbea2020a3ef86fe3
LINUX_ARM64_CHECKSUM=cb9dd215811925b8142ba9c44e92e0f7cfe3320b320d793eecefc1f872ef8489
VERSION=2.96.0
DARWIN_AMD64_CHECKSUM=86195ece379ae347c14598ed42e368ef36ad2b4799917e1aa77cb2fd73f7fb1e
DARWIN_ARM64_CHECKSUM=b044ba81fda4d9953ba150a5660e73dab96a640093ae5662d26518c590ae9db6
LINUX_AMD64_CHECKSUM=1171db41e6d78d3e36f7b98ff9e6f91fabcce0d04e980be554d44d418c6368a0
LINUX_ARM64_CHECKSUM=a90c2885b47420d60aec9b5472ac06a026d4da24fb6a920b54e1074305b2bf15

# 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 964aae8

Please sign in to comment.