aboutsummaryrefslogtreecommitdiff
path: root/ports/sqlite3
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2016-09-22 13:36:29 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2016-09-22 13:36:29 -0700
commit51650593081da64846a6b4c5bd8d7975e58e0033 (patch)
tree10d0abf3a1d1c830601dc02955e330303dd17f25 /ports/sqlite3
parentdb3713779cc0aa0e9d80fa0d4e2bd4b3e0c4eaf0 (diff)
parent257e134ecfc2d40b311ab066e0597d62250d3c8a (diff)
downloadvcpkg-51650593081da64846a6b4c5bd8d7975e58e0033.tar.gz
vcpkg-51650593081da64846a6b4c5bd8d7975e58e0033.zip
Merge branch 'Ninetainedo-Use-SHA512-instead-of-MD5'
Diffstat (limited to 'ports/sqlite3')
-rw-r--r--ports/sqlite3/portfile.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/sqlite3/portfile.cmake b/ports/sqlite3/portfile.cmake
index b9cc6abe3..9cdb67bb6 100644
--- a/ports/sqlite3/portfile.cmake
+++ b/ports/sqlite3/portfile.cmake
@@ -2,7 +2,7 @@ include(vcpkg_common_functions)
vcpkg_download_distfile(ARCHIVE
URL "http://www.sqlite.org/2016/sqlite-amalgamation-3120200.zip"
FILENAME "sqlite-amalgamation-3120200.zip"
- MD5 e3b10b952f075252169ac613068ccc97
+ SHA512 92e1cc09dc4d4e9dd4c189e4a5061664f11971eb3e14c4c59e1f489f201411b08a31dae9e6fc50fffd49bb72f88ac3d99b7c7cd5e334b3079c165ee1c4f5a16e
)
vcpkg_extract_source_archive(${ARCHIVE})