Skip to content

Commit

Permalink
Excavator: Update godel to latest version (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored and nmiyake committed Jul 10, 2018
1 parent 8cda969 commit 152b1a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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://palantir.bintray.com/releases/com/palantir/godel/godel/2.4.0/godel-2.4.0.tgz
distributionSHA256=48e50289db0acfce7f8a68b12f8ab433a2fcbf67e80b7658dfc1e105228228c1
distributionURL=https://palantir.bintray.com/releases/com/palantir/godel/godel/2.6.0/godel-2.6.0.tgz
distributionSHA256=63debd7c10668d8e01e9907b5453203f506b83fa152eaeaa7d4064704c5460e0
6 changes: 3 additions & 3 deletions godelw
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
set -euo pipefail

# Version and checksums for godel. Values are populated by the godel "dist" task.
VERSION=2.4.0
DARWIN_CHECKSUM=c7cafb245b73b2d5dcde7de035013c4effdd217101d57ae6a68dc2dea6bf007f
LINUX_CHECKSUM=063d118ef3026cdf1394aba4eaca88ad78d9df2933fd239407c2a3e3887f6e27
VERSION=2.6.0
DARWIN_CHECKSUM=173ce7e65890efba8362515f1c1069db4dc38f0c4411c8192e04d823efa1931e
LINUX_CHECKSUM=2189f325de6d5cd67d342fc906c05db878eb0d55ea99596ab46e9614d71aa5a6

# 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 152b1a3

Please sign in to comment.