Skip to content

Commit

Permalink
Merge pull request #113 from svc-excavator-bot-org/excavator/update-g…
Browse files Browse the repository at this point in the history
…odel-version-oss

Excavator: Update godel to latest version
  • Loading branch information
gdearment authored Sep 24, 2018
2 parents 2bb148c + 8218941 commit 5f69fe1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions godel/config/godel.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
distributionURL=https://palantir.bintray.com/releases/com/palantir/godel/godel/2.7.1/godel-2.7.1.tgz
distributionSHA256=15b7a0b0003c11634f58e5bb7f1eabb571a25f149945a0d41fcfc24e39534462
distributionURL=https://palantir.bintray.com/releases/com/palantir/godel/godel/2.8.0/godel-2.8.0.tgz
distributionSHA256=edaeb3676c6a7dee867d91c1013d0d1f503a4ab5d444d01c422c131bbeae876a
6 changes: 3 additions & 3 deletions godelw
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
set -euo pipefail

# Version and checksums for godel. Values are populated by the godel "dist" task.
VERSION=2.7.1
DARWIN_CHECKSUM=e2671093979dc1f3d630902011cb6fc010d56e5a8962c38778d4015c4b345bb5
LINUX_CHECKSUM=4b13c9e20430e14bafad11cf4c3ebdf6a4b61205cd3bb4cc356372008a6c4db8
VERSION=2.8.0
DARWIN_CHECKSUM=c04635e7142159fc46a970bdeb3234c131a2e1da50c0e2ac17301ef031b31fa7
LINUX_CHECKSUM=d30e08a6d6c26c4a8a0ef0984470da3ebeaa478cf9245cc8801645f81da79220

# 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 {
Expand Down

0 comments on commit 5f69fe1

Please sign in to comment.