Bump abseil-cpp 8ba96a8 -> b832dce (LTS 20200225)

This commit is contained in:
Corentin Le Molgat
2020-03-02 11:20:47 +01:00
parent 595660d93d
commit 29779ee1b5
5 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
gflags=2.2.2
glog=0.4.0
Protobuf=3.11.2
abseil-cpp=8ba96a8
abseil-cpp=20200225
Cbc=2.10.4
Cgl=0.60.3
Clp=1.17.4

View File

@@ -37,7 +37,7 @@ protobuf_deps()
git_repository(
name = "com_google_absl",
commit = "8ba96a8",
commit = "b832dce", # release 20200225
remote = "https://github.com/abseil/abseil-cpp.git",
)

View File

@@ -54,7 +54,7 @@ if(BUILD_absl)
REPOSITORY
"https://github.com/abseil/abseil-cpp.git"
TAG
"8ba96a8"
"20200225"
)
endif()

View File

@@ -22,7 +22,7 @@ PROTOC_BINARY := $(shell $(WHICH) ${UNIX_PROTOC_BINARY})
GFLAGS_TAG = 2.2.2
GLOG_TAG = 0.4.0
PROTOBUF_TAG = 3.11.2
ABSL_TAG = 8ba96a8
ABSL_TAG = 20200225
CBC_TAG = 2.10.4
CGL_TAG = 0.60.3
CLP_TAG = 1.17.4

View File

@@ -38,7 +38,7 @@ ZLIB_ARCHIVE_TAG = 1211
GFLAGS_TAG = 2.2.2
GLOG_TAG = 0.4.0
PROTOBUF_TAG = 3.11.2
ABSL_TAG = 8ba96a8
ABSL_TAG = 20200225
CBC_TAG = 2.10.4
CGL_TAG = 0.60.3
CLP_TAG = 1.17.4