Skip to content

Commit

Permalink
Merge pull request #195 from mithro/gtest-update
Browse files Browse the repository at this point in the history
Upgrade googletest to `v1.14.0` release.
  • Loading branch information
QuantamHD authored Sep 20, 2023
2 parents 0b02120 + 872dc7f commit d0e855a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def com_google_googletest():
maybe(
http_archive,
name = "com_google_googletest",
urls = ["https://github.com/google/googletest/archive/0eea2e9fc63461761dea5f2f517bd6af2ca024fa.zip"], # 2020-04-30
strip_prefix = "googletest-0eea2e9fc63461761dea5f2f517bd6af2ca024fa",
sha256 = "9463ff914d7c3db02de6bd40a3c412a74e979e3c76eaa89920a49ff8488d6d69",
urls = ["https://github.com/google/googletest/archive/refs/tags/v1.14.0.zip"], # Release 2nd Aug 2023
strip_prefix = "googletest-1.14.0",
sha256 = "1f357c27ca988c3f7c6b4bf68a9395005ac6761f034046e9dde0896e3aba00e4",
)

0 comments on commit d0e855a

Please sign in to comment.