diff --git a/godel/config/godel.properties b/godel/config/godel.properties index 0dd4ad97..a1cb164b 100644 --- a/godel/config/godel.properties +++ b/godel/config/godel.properties @@ -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 diff --git a/godelw b/godelw index 54df0726..8e3e8083 100755 --- a/godelw +++ b/godelw @@ -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 {