Skip to content

Commit

Permalink
Excavator: Update godel to latest version (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored Aug 4, 2023
1 parent d079240 commit d892f8b
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.88.0/godel-2.88.0.tgz
distributionSHA256=46e67934455c5f9d1733104eac34a723d1488b9713b647ec0898991b2e6a6398
distributionURL=https://github.com/palantir/godel/releases/download/v2.89.0/godel-2.89.0.tgz
distributionSHA256=216e9a15371035907e8f44a791deca59c5c2610458eb3040bc7ebf044b6eb70d
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.88.0
DARWIN_AMD64_CHECKSUM=2a53177f31d351760d26f597e4dafa34b5dfa07c2089abc7fa67767759d220fd
DARWIN_ARM64_CHECKSUM=25e15f3f7b9d4b22b203917069b96ddab281326caa6f33559ab70e11892fc267
LINUX_AMD64_CHECKSUM=fe57c18bf4afb39514a74fbc0d043b4c1dec798c6c96d8e134c7400f3b356982
LINUX_ARM64_CHECKSUM=2793d5e81e4f9cda34075dc6cb6a7ecd42e3b5e0e8935e5ea31edbd4fc2c5241
VERSION=2.89.0
DARWIN_AMD64_CHECKSUM=daadeb92fbb644f879a3926557541a1bc9fa524c7e38b2c54eadaa5788efe623
DARWIN_ARM64_CHECKSUM=e9abb43512edab145061831d5df0e98d14658f62f67196b1950e9f63dd3f1e18
LINUX_AMD64_CHECKSUM=c13865c1f4440211130fc7ef71d045afacc564ee8521bc3523372a8cac033345
LINUX_ARM64_CHECKSUM=b40e104e5f4cfd408a975266426cd01772f1b38fcce9a9b260849f030c9b9f22

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

Please sign in to comment.