File tree Expand file tree Collapse file tree 4 files changed +7
-12
lines changed Expand file tree Collapse file tree 4 files changed +7
-12
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- distributionURL =https://github.com/palantir/godel/releases/download/v2.137 .0/godel-2.137 .0.tgz
2
- distributionSHA256 =5c6c239e6c07c5bb997eae60c5fff5f599c2f4b054a3295113a32aa9a1e92224
1
+ distributionURL =https://github.com/palantir/godel/releases/download/v2.141 .0/godel-2.141 .0.tgz
2
+ distributionSHA256 =9cfd6fb54d6495c639f94d0f2a026681dedaa89119d0cd7e49fface1ef950f68
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.137 .0
7
- DARWIN_AMD64_CHECKSUM=36b638ba570aadd36e786673ca53a47d1d5c2c32cb69747fdccaeb17eb4cfaa6
8
- DARWIN_ARM64_CHECKSUM=f7b8b5f842b818b124b76416080847952a0e0a179ca743d618da49956e1a52da
9
- LINUX_AMD64_CHECKSUM=837dec5b6222f2e12797819536c0333db40a573a452dd84c3af767be34bf2ebb
10
- LINUX_ARM64_CHECKSUM=fab2aea38e211224c430132062cab4ac135c4e670126f41cdb2a548a173e6ec4
6
+ VERSION=2.141 .0
7
+ DARWIN_AMD64_CHECKSUM=91eb5db24589b0003be55ed265abfead56c1203845ac3759085984f95850a3db
8
+ DARWIN_ARM64_CHECKSUM=0bdd5a6faa5b068cadd4fdd382b399ec945440bba5f9f99247e9f705b157c9ad
9
+ LINUX_AMD64_CHECKSUM=827741ae5b7da9479d211212699e789419e66ca63364846c759039aa6fd22f64
10
+ LINUX_ARM64_CHECKSUM=46fffb6e15d85dc9426ee70ed67088173a48007b8b5490b31bca6ada0bb49651
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