[nanodbc]Update to new URLS (#4221)

This commit is contained in:
Cheney Wang 2018-09-04 01:51:58 -07:00 committed by Robert Schumacher
parent 88bc18918c
commit e3956a98d0
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
Source: nanodbc
Version: 2.12.4-1
Version: 2.12.4-2
Description: A small C++ wrapper for the native C ODBC API.

View File

@ -6,7 +6,7 @@ include(vcpkg_common_functions)
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/nanodbc-2.12.4)
vcpkg_download_distfile(ARCHIVE
URLS "https://github.com/lexicalunit/nanodbc/archive/v2.12.4.tar.gz"
URLS "https://github.com/nanodbc/nanodbc/archive/v2.12.4.tar.gz"
FILENAME "nanodbc-2.12.4.tar.gz"
SHA512 b9a924516b2a777e5f1497774997672320548722ed53413b0a7ad5d503e2f8ca1099f5059a912b7aae410928f4c4edcdfd02e4cfbf415976cd222697b354b4e6
)