Skip to content

Commit

Permalink
Excavator: Update godel to latest version (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored Jan 18, 2022
1 parent 120520e commit 65b8046
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.42.0/godel-2.42.0.tgz
distributionSHA256=0d5d5f9678c77e4cdceee7bc25be37af9e07c2d8920fc08b69a71d9098cb6808
distributionURL=https://github.com/palantir/godel/releases/download/v2.43.0/godel-2.43.0.tgz
distributionSHA256=91e1c0073b4a1db240cd6e927be023010ae326aff9974c8f6f934fd9b622df04
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.42.0
DARWIN_AMD64_CHECKSUM=ab8bcc3b0f64e07f95d884805c0da28f18f96f1068c2818061c872896e85eb99
DARWIN_ARM64_CHECKSUM=a9eeba295f6bc16ed0229c138dddb190aa9fa5c6d656baea2a14c01ab35bf70a
LINUX_AMD64_CHECKSUM=aca1e86d07e8a015d0600a6139a857268724ac995e758d54fe89d34ce1d80e68
LINUX_ARM64_CHECKSUM=e110dfdd54ca4a8bcfdc3fcd6b3dd9256920c084a21684b2eae5bdd5db28eec1
VERSION=2.43.0
DARWIN_AMD64_CHECKSUM=3b96bd688e2118538e1a3a358c8e9d98a2469b5c9040cdf2e321c31d8a2bda9a
DARWIN_ARM64_CHECKSUM=4338bdb3be3b25d6a15b87f8093cb95fb6d4f9977b71079760ec9be187e75036
LINUX_AMD64_CHECKSUM=1d23f38dcddaca1dd5b31f3593b5c2726aaaaed45f099c05e90b96c3c94fea1f
LINUX_ARM64_CHECKSUM=847e77362b06b57884bafa1fea9342369abb92a951928a4cd5fffd1d98535a83

# 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 65b8046

Please sign in to comment.