File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- distributionURL =https://palantir.bintray.com/releases/com/palantir/godel/godel/2.22.6 /godel-2.22.6 .tgz
2
- distributionSHA256 =223d0ec700033f9e410c5320fb451951c8540524caedc89e9c666e42241e61ad
1
+ distributionURL =https://palantir.bintray.com/releases/com/palantir/godel/godel/2.23.0 /godel-2.23.0 .tgz
2
+ distributionSHA256 =5ad9a6b4f07cd78070271ef2e5ee568b1a328a6c3933cc37c40d5d13333a26dc
Original file line number Diff line number Diff line change 3
3
set -euo pipefail
4
4
5
5
# Version and checksums for godel. Values are populated by the godel "dist" task.
6
- VERSION=2.22.6
7
- DARWIN_CHECKSUM=db3cd953a094fba5b7da0e16cf4396b5edff079e42fa601e8e87dfd42c865049
8
- LINUX_CHECKSUM=79c4e60bb1f7edde6b08a654cc3481daa474ca5b6235f7711599dbab16394abe
6
+ VERSION=2.23.0
7
+ DARWIN_CHECKSUM=9b9872a3bc11b75bf3605f03106149b6b2a6bd4474d69f4f42085e1489511f1a
8
+ LINUX_CHECKSUM=a6b5bc944b6201e2f43172b42a1d92360361b1aaa253770ddd692d032eae96d4
9
9
10
10
# Downloads file at URL to destination path using wget or curl. Prints an error and exits if wget or curl is not present.
11
11
function download {
You can’t perform that action at this time.
0 commit comments