diff options
author | Jan Tattermusch <jtattermusch@users.noreply.github.com> | 2017-09-10 12:05:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-10 12:05:17 +0200 |
commit | c7520d0d8f1c3833f9a1c04c953e272a120f31c4 (patch) | |
tree | 5047a585ca40fc0876d3439cabf4dbb9742e7fbf /tools | |
parent | 04e504f1858e0a600519a87d0d726ecd207c492c (diff) | |
parent | 3a00f79b0dd70c8be2829ee3e3320c1f7550cccf (diff) |
Merge pull request #12305 from jtattermusch/cares_bump_1_13
Upgrade c-ares to 1.13.0
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/run_tests/sanity/check_submodules.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/sanity/check_submodules.sh b/tools/run_tests/sanity/check_submodules.sh index b0a0c3a8eb..7c934b1ba7 100755 --- a/tools/run_tests/sanity/check_submodules.sh +++ b/tools/run_tests/sanity/check_submodules.sh @@ -33,7 +33,7 @@ cat << EOF | awk '{ print $1 }' | sort > $want_submodules ec44c6c1675c25b9827aacd08c02433cccde7780 third_party/googletest (release-1.8.0) 80a37e0782d2d702d52234b62dd4b9ec74fd2c95 third_party/protobuf (v3.4.0) cacf7f1d4e3d44d871b605da3b647f07d718623f third_party/zlib (v1.2.11) - 7691f773af79bf75a62d1863fd0f13ebf9dc51b1 third_party/cares/cares (1.12.0) + 3be1924221e1326df520f8498d704a5c4c8d0cce third_party/cares/cares (cares-1_13_0) EOF diff -u $submodules $want_submodules |