vcpkg/ports/freetds/vcpkg.json
Billy O'Neal 9d72e33d51
[freetds] Remove patches and update to a version that no longer needs them (#14529)
* [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>
2020-11-30 09:41:33 -08:00

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"
]
}
}
}