Skip to content

Commit

Permalink
Excavator: Update godel to latest version (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored Mar 3, 2023
1 parent 7ad9437 commit 7ec1ed8
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.79.0/godel-2.79.0.tgz
distributionSHA256=3253d7322a410d142067b04720e7be8d339a4c6ace279c2fc67761609c66b758
distributionURL=https://github.com/palantir/godel/releases/download/v2.80.0/godel-2.80.0.tgz
distributionSHA256=1d09c9763cbde10368daa6e6dedb8db93f8698b3f5a0766869424498c65dd978
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.79.0
DARWIN_AMD64_CHECKSUM=573e8539149508fcb2898bb3e9d200bfde36cf77097e8647afc458810338032f
DARWIN_ARM64_CHECKSUM=292ad483f7884f556afc664eba9918643752a294d038b9cc81a879482240770b
LINUX_AMD64_CHECKSUM=6323131550a0f6eb941298c9a90af2094cabca4ae99494f69611cbc11ba00fe1
LINUX_ARM64_CHECKSUM=2b377bc539d418f7b40744c9a0322fc8062a0ba4bb07d2275713826c6e59af07
VERSION=2.80.0
DARWIN_AMD64_CHECKSUM=9a7985338bf10b72e4f460c5fb68ce2f59c6e8104a128c1d66d3fe3156de04cd
DARWIN_ARM64_CHECKSUM=e5d98d743176629d380b130d88074d87b933ef1aec9f7fc64787aedd4b6165a4
LINUX_AMD64_CHECKSUM=3add6bffd6f6b64a884f275ab4d84968ef24f59785faaa865526fc7a281ad4d4
LINUX_ARM64_CHECKSUM=7240e8fbc405022f1bba4e5fd10c6ff799972481edd62ff09189f6b59409c8f8

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

Please sign in to comment.