Skip to content

Commit

Permalink
Excavator: Update godel to latest version (#630)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot committed Sep 6, 2023
1 parent d8f69fb commit ac9865d
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.89.0/godel-2.89.0.tgz
distributionSHA256=216e9a15371035907e8f44a791deca59c5c2610458eb3040bc7ebf044b6eb70d
distributionURL=https://github.com/palantir/godel/releases/download/v2.92.0/godel-2.92.0.tgz
distributionSHA256=9645ee3f5d72b3d7e5035b5b1310251301c8b014b52de52767d90e172f861afd
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.89.0
DARWIN_AMD64_CHECKSUM=daadeb92fbb644f879a3926557541a1bc9fa524c7e38b2c54eadaa5788efe623
DARWIN_ARM64_CHECKSUM=e9abb43512edab145061831d5df0e98d14658f62f67196b1950e9f63dd3f1e18
LINUX_AMD64_CHECKSUM=c13865c1f4440211130fc7ef71d045afacc564ee8521bc3523372a8cac033345
LINUX_ARM64_CHECKSUM=b40e104e5f4cfd408a975266426cd01772f1b38fcce9a9b260849f030c9b9f22
VERSION=2.92.0
DARWIN_AMD64_CHECKSUM=a7be3d19cd1cbf3d844c1556c74a3972010f053f130124796a1d4499bc1e146a
DARWIN_ARM64_CHECKSUM=f377ed36e6f7bc779e4bac78d9fd53d4779a9601eced2afc2f645dfb8b27b9eb
LINUX_AMD64_CHECKSUM=1d9c8f12f407052c920192cd6e0dd3ae6a3d0400c82265d7549ead961fb634d9
LINUX_ARM64_CHECKSUM=483f860b7cc11b803c8b2b3dbc54aaf2b6b6481adf6fa3a89243e55a76194f41

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

Please sign in to comment.