Skip to content

Commit

Permalink
Excavator: Update godel to latest version (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored Oct 30, 2023
1 parent 1c73916 commit fd47456
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.92.0/godel-2.92.0.tgz
distributionSHA256=9645ee3f5d72b3d7e5035b5b1310251301c8b014b52de52767d90e172f861afd
distributionURL=https://github.com/palantir/godel/releases/download/v2.93.0/godel-2.93.0.tgz
distributionSHA256=e115bd7772598eda5df2a65ead00fa8be11946640e5c620e0cb4e52942fe7561
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.92.0
DARWIN_AMD64_CHECKSUM=a7be3d19cd1cbf3d844c1556c74a3972010f053f130124796a1d4499bc1e146a
DARWIN_ARM64_CHECKSUM=f377ed36e6f7bc779e4bac78d9fd53d4779a9601eced2afc2f645dfb8b27b9eb
LINUX_AMD64_CHECKSUM=1d9c8f12f407052c920192cd6e0dd3ae6a3d0400c82265d7549ead961fb634d9
LINUX_ARM64_CHECKSUM=483f860b7cc11b803c8b2b3dbc54aaf2b6b6481adf6fa3a89243e55a76194f41
VERSION=2.93.0
DARWIN_AMD64_CHECKSUM=2fe953179d3d819172483870b23671c62e14d8f5333e68407882870ecc8c0819
DARWIN_ARM64_CHECKSUM=7b8f9a21256b38f6277dfe210bdb3e72e6c982578838e29fbc14444e151c0a2c
LINUX_AMD64_CHECKSUM=c0af969d823e8f6a351ae09bb23bd97235f46aa5f205553cbea2020a3ef86fe3
LINUX_ARM64_CHECKSUM=cb9dd215811925b8142ba9c44e92e0f7cfe3320b320d793eecefc1f872ef8489

# 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 fd47456

Please sign in to comment.