Skip to content

Commit

Permalink
Excavator: Update godel to latest version (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored Apr 7, 2023
1 parent 49c0677 commit 7b83a39
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.81.0/godel-2.81.0.tgz
distributionSHA256=5f136011cb4d406167d5fef70c6663829c105bb7db0ad25e1a50b09fe186a060
distributionURL=https://github.com/palantir/godel/releases/download/v2.82.0/godel-2.82.0.tgz
distributionSHA256=18123507a81833f187c2eda073e9fa735fcd681a050565f9857004240b2c38ee
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.81.0
DARWIN_AMD64_CHECKSUM=345b15275621a25bb8bc157d0ff64e45046e7fd64817d5167bdf7798ec127aca
DARWIN_ARM64_CHECKSUM=6cb0547ecb723c34c857e14ade5bd8ab684411faf06808bdf01a75c76c200202
LINUX_AMD64_CHECKSUM=b0c5b88b12fa5146c6c3f056b48ee2536b4fb6d76a0a41f617b2133ce9f10d4e
LINUX_ARM64_CHECKSUM=9e625922a1ad9ceb83db99577b666c31a4be9710b061833a65faf5235490546b
VERSION=2.82.0
DARWIN_AMD64_CHECKSUM=d304cf283517c7f7b81ec05ca115ccc8d8bdcf61d838daa0ae67b3383130ee50
DARWIN_ARM64_CHECKSUM=8c6235be28fe345d59a182c62e0b4f0278dce66e6c9c33835a08f71b6214be70
LINUX_AMD64_CHECKSUM=54ec259a84c50e42bd114c69f86fd90d886c9bbe29db79ba73ed1a14e93cd227
LINUX_ARM64_CHECKSUM=13035367062ccd6565b6fd1dd17c87f62ad6a7322c6528fafdfd53d534162c8f

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

Please sign in to comment.