Skip to content

Commit

Permalink
Excavator: Update godel to latest version (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored Mar 1, 2023
1 parent 0d0cfdb commit 7ad9437
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.77.0/godel-2.77.0.tgz
distributionSHA256=fb42dd87733afd6cc6df364459a6e9f7af87838ce5dec4c5041af3a86768c5df
distributionURL=https://github.com/palantir/godel/releases/download/v2.79.0/godel-2.79.0.tgz
distributionSHA256=3253d7322a410d142067b04720e7be8d339a4c6ace279c2fc67761609c66b758
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.77.0
DARWIN_AMD64_CHECKSUM=66fc342dc70dbd22d80bcb96403e66acdd6f573e48a440ba08fe855cad10c779
DARWIN_ARM64_CHECKSUM=b728d58ab24e8b26f00dbe0efb055c614df68cf5ac56b218f291e63878c00378
LINUX_AMD64_CHECKSUM=d172c78de0debaef01814ea0bc3af5fc959a1ae7d31f828ff5719c0fdb6fce27
LINUX_ARM64_CHECKSUM=f9baf3fa645e6997ce9473a03218afc9d67a1daf575deaa66d3404d1494c618d
VERSION=2.79.0
DARWIN_AMD64_CHECKSUM=573e8539149508fcb2898bb3e9d200bfde36cf77097e8647afc458810338032f
DARWIN_ARM64_CHECKSUM=292ad483f7884f556afc664eba9918643752a294d038b9cc81a879482240770b
LINUX_AMD64_CHECKSUM=6323131550a0f6eb941298c9a90af2094cabca4ae99494f69611cbc11ba00fe1
LINUX_ARM64_CHECKSUM=2b377bc539d418f7b40744c9a0322fc8062a0ba4bb07d2275713826c6e59af07

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

Please sign in to comment.