mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 10:19:02 +08:00
9d72e33d51
* [freetds] Remove patches and update to a version that no longer needs them Upstream seems to have version numbered releases but they aren't explicitly numbered well in GitHub, so I've intentionally changed the version-string to something unorderable for now. * Also update to 1.2.11. * Update ports/freetds/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
19 lines
375 B
JSON
19 lines
375 B
JSON
{
|
|
"name": "freetds",
|
|
"version-string": "1.2.11",
|
|
"description": "Implementation of the Tabular Data Stream protocol",
|
|
"homepage": "https://www.freetds.org",
|
|
"supports": "windows & !uwp",
|
|
"default-features": [
|
|
"openssl"
|
|
],
|
|
"features": {
|
|
"openssl": {
|
|
"description": "OpenSSL support",
|
|
"dependencies": [
|
|
"openssl"
|
|
]
|
|
}
|
|
}
|
|
}
|