Skip to content

Commit 6f89f07

Browse files
committed
More updates
1 parent d5e9867 commit 6f89f07

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

cmake/external/firestore.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ endif()
2121
# If the format of the line below changes, then be sure to update
2222
# https://github.com/firebase/firebase-cpp-sdk/blob/fd054fa016/.github/workflows/update-dependencies.yml#L81
2323
#set(version CocoaPods-11.8.1)
24-
set(version CocoaPods-12.2.0)
24+
set(version CocoaPods-12.4.0)
2525

2626
function(GetReleasedDep)
2727
message("Getting released firebase-ios-sdk @ ${version}")

cmake/external/zlib.cmake

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@ ExternalProject_Add(
2222
zlib
2323

2424
DOWNLOAD_DIR ${FIREBASE_DOWNLOAD_DIR}
25-
DOWNLOAD_NAME zlib-v1.2.11.tar.gz
26-
URL https://github.com/madler/zlib/archive/v1.2.11.tar.gz
27-
URL_HASH SHA256=629380c90a77b964d896ed37163f5c3a34f6e6d897311f1df2a7016355c45eff
25+
DOWNLOAD_NAME zlib-v1.3.1.tar.gz
26+
URL https://github.com/madler/zlib/archive/v1.3.1.tar.gz
2827

2928
PREFIX ${PROJECT_BINARY_DIR}
3029

0 commit comments

Comments
 (0)