Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[nanodbc]Update to new URLS #4221

Merged
merged 1 commit into from
Sep 4, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ports/nanodbc/CONTROL
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion ports/nanodbc/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down