Skip to content

Commit e8ee18d

Browse files
authored
leveldb.cmake: add URL_HASH to improve security (#976)
1 parent 533a317 commit e8ee18d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/external/leveldb.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ ExternalProject_Add(
2626
DOWNLOAD_DIR ${FIREBASE_DOWNLOAD_DIR}
2727
DOWNLOAD_NAME leveldb-${version}.tar.gz
2828
URL https://github.com/google/leveldb/archive/${version}.tar.gz
29+
URL_HASH SHA256=9a37f8a6174f09bd622bc723b55881dc541cd50747cbd08831c2a82d620f6d76
2930

3031
PREFIX ${PROJECT_BINARY_DIR}
3132

0 commit comments

Comments
 (0)