Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
Upgrade Abseil to LTS 20230125.3
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 533411534
  • Loading branch information
morambro authored and copybara-github committed May 19, 2023
1 parent fa543d8 commit 490985c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions cc/tink_cc_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ def tink_cc_deps():
# Abseil.
# -------------------------------------------------------------------------
if not native.existing_rule("com_google_absl"):
# Commit from 2023-01-25.
# Release from 2023-05-04.
http_archive(
name = "com_google_absl",
strip_prefix = "abseil-cpp-20230125.0",
url = "https://github.com/abseil/abseil-cpp/archive/refs/tags/20230125.0.zip",
sha256 = "70a2e30f715a7adcf5b7fcd2fcef7b624204b8e32ede8a23fd35ff5bd7d513b0",
strip_prefix = "abseil-cpp-20230125.3",
url = "https://github.com/abseil/abseil-cpp/archive/refs/tags/20230125.3.zip",
sha256 = "51d676b6846440210da48899e4df618a357e6e44ecde7106f1e44ea16ae8adc7",
)

# -------------------------------------------------------------------------
Expand Down
6 changes: 3 additions & 3 deletions cmake/TinkWorkspace.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ if (TINK_BUILD_TESTS)
endif()

if (NOT TINK_USE_INSTALLED_ABSEIL)
# Commit from 2023-01-25
# Release from 2023-05-04.
http_archive(
NAME abseil
URL https://github.com/abseil/abseil-cpp/archive/refs/tags/20230125.0.zip
SHA256 70a2e30f715a7adcf5b7fcd2fcef7b624204b8e32ede8a23fd35ff5bd7d513b0
URL https://github.com/abseil/abseil-cpp/archive/refs/tags/20230125.3.zip
SHA256 51d676b6846440210da48899e4df618a357e6e44ecde7106f1e44ea16ae8adc7
)
else()
# This is everything that needs to be done here. Abseil already defines its
Expand Down

0 comments on commit 490985c

Please sign in to comment.