diff --git a/godel/config/godel.properties b/godel/config/godel.properties index b9e6a57..2cb959e 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.18.0/godel-2.18.0.tgz -distributionSHA256=b3bdbddb7e8347adbf9d3328b12efbf5d178e7dfc7353a2cacbbd12ef404b8f6 +distributionURL=https://palantir.bintray.com/releases/com/palantir/godel/godel/2.22.6/godel-2.22.6.tgz +distributionSHA256=223d0ec700033f9e410c5320fb451951c8540524caedc89e9c666e42241e61ad diff --git a/godelw b/godelw index db5aed1..8d5aa2d 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.18.0 -DARWIN_CHECKSUM=fd748300ee17d3cb7ef348b0c76d800320974446fe447ae82a5273d64dbd9b54 -LINUX_CHECKSUM=de1159510634db0467e60bce67d38735498dd5f9be74bfb90d340621683cfb75 +VERSION=2.22.6 +DARWIN_CHECKSUM=db3cd953a094fba5b7da0e16cf4396b5edff079e42fa601e8e87dfd42c865049 +LINUX_CHECKSUM=79c4e60bb1f7edde6b08a654cc3481daa474ca5b6235f7711599dbab16394abe # 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 {