diff options
| author | Albert Ziegenhagel <albert.ziegenhagel@outlook.com> | 2016-09-23 09:58:33 +0200 |
|---|---|---|
| committer | Albert Ziegenhagel <albert.ziegenhagel@outlook.com> | 2016-09-23 09:58:33 +0200 |
| commit | 430f53af7d2d8b9a2bda1986bd6ecb8eb7630b5d (patch) | |
| tree | b7618c81d8844c387b78861ee96af91109a633fe /ports/sqlite3 | |
| parent | 31935aa0fd142cbb4e0db1a62ba1483294b740f8 (diff) | |
| parent | 5b89712df01c96242ced20c38f0fa27631c3f4e3 (diff) | |
| download | vcpkg-430f53af7d2d8b9a2bda1986bd6ecb8eb7630b5d.tar.gz vcpkg-430f53af7d2d8b9a2bda1986bd6ecb8eb7630b5d.zip | |
Merge branch 'master' into default_triplet
# Conflicts:
# toolsrc/include/vcpkg_cmd_arguments.h
# toolsrc/src/commands_installation.cpp
# toolsrc/src/vcpkg_cmd_arguments.cpp
Diffstat (limited to 'ports/sqlite3')
| -rw-r--r-- | ports/sqlite3/portfile.cmake | 2 |
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}) |
