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.25 .0/godel-2.25 .0.tgz
2
- distributionSHA256 =f9a58181cfc1c709e9ac4a763bce386fb4e0c5ad24a635120b7d592c60e10206
1
+ distributionURL =https://palantir.bintray.com/releases/com/palantir/godel/godel/2.26 .0/godel-2.26 .0.tgz
2
+ distributionSHA256 =03ae0b15f6c7d04c9250bde58a60f0404f9c4410fb7171f0ee326c658d03f6c7
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.25 .0
7
- DARWIN_CHECKSUM=06c92c3b973198c0c4a57c09d853c6f2235d02d4c2098d6303211d31a9c27e5d
8
- LINUX_CHECKSUM=731d00d75c2607258326f5cbbe3c0b4cdc3e1526c55b3539246094ca2f1a22fc
6
+ VERSION=2.26 .0
7
+ DARWIN_CHECKSUM=195d6a32f0fb357d131d444c78b3f49f7ecef2cdfdf00ee707427c76970c45ef
8
+ LINUX_CHECKSUM=2ff4039d95fcb85891d8d9affa0294bcba40ba3b31d7fee34ca31f6f81db9c44
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