File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- distributionURL =https://github.com/palantir/godel/releases/download/v2.38 .0/godel-2.38 .0.tgz
2
- distributionSHA256 =bc63a8d69e2b927b947ca87a565985c5298ed068acd0c3a1432c055df73c2aca
1
+ distributionURL =https://github.com/palantir/godel/releases/download/v2.39 .0/godel-2.39 .0.tgz
2
+ distributionSHA256 =6db200926037532f2f22322c84be8c34808e5acf89cad6200c9d7a9857fc0fa2
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.38 .0
7
- DARWIN_AMD64_CHECKSUM=d794d8632afd466c67e995b26ecaa8ef17ea762d0bd429627e81daf312432c20
8
- DARWIN_ARM64_CHECKSUM=fc343917830dccf9bb7e744c0d9ad0f024217e6cd0275825ef55b51a12b0a738
9
- LINUX_AMD64_CHECKSUM=ff3790b8efb59c7648ed669db34315dd24822b356f6f380598d6ed57ae1651f8
10
- LINUX_ARM64_CHECKSUM=8fa94380bffd3dfdad8f3a13c494718a1aa04ccfcc2a04159675a7171304149e
6
+ VERSION=2.39 .0
7
+ DARWIN_AMD64_CHECKSUM=2e8bb7d29d044352ba61d1216e4d06fff2390b79c533928923870711f8ae6f42
8
+ DARWIN_ARM64_CHECKSUM=ee342e29a8520d4d676184cbaecd6a9d2989422b0b268d7e033071cff86f78ab
9
+ LINUX_AMD64_CHECKSUM=9bbc5cff2516d75244503f264e1c8b18349e29886ed33f6e8177afc587a1baf0
10
+ LINUX_ARM64_CHECKSUM=9c5191d26c2cb690c76576caa23e72e303e6c5bcc006684b7d17d3246d8fc1f2
11
11
12
12
# Downloads file at URL to destination path using wget or curl. Prints an error and exits if wget or curl is not present.
13
13
function download {
You can’t perform that action at this time.
0 commit comments