diff options
| author | Moritz Beutel <mbeutel@users.noreply.github.com> | 2020-01-30 20:36:12 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-30 11:36:12 -0800 |
| commit | 120348bb2aed04904d94cde15318ff94b4ed95b0 (patch) | |
| tree | 0e22422f3850b7209ae8cb2665d2126b41d3f58d /ports/telnetpp/CONTROL | |
| parent | 743f62cde2788e73dd5fca53ad39a01ba7b973fe (diff) | |
| download | vcpkg-120348bb2aed04904d94cde15318ff94b4ed95b0.tar.gz vcpkg-120348bb2aed04904d94cde15318ff94b4ed95b0.zip | |
[gsl-lite] Update to version 0.36.0 (#9827)
* [gsl-lite] Update to version 0.36.0
Update the URL to point to the new location of the library.
Use proper CMake installation instead of just deploying the header file.
Have the legacy header <gsl-lite.hpp> produce a diagnostic and forward
to the proper header <gsl/gsl-lite.hpp>.
* [telnetpp] Update telnetpp patch
* Tidy up
Diffstat (limited to 'ports/telnetpp/CONTROL')
| -rw-r--r-- | ports/telnetpp/CONTROL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/telnetpp/CONTROL b/ports/telnetpp/CONTROL index 049fb9c5a..53dd8657a 100644 --- a/ports/telnetpp/CONTROL +++ b/ports/telnetpp/CONTROL @@ -1,8 +1,8 @@ Source: telnetpp
-Version: 2.0-2
+Version: 2.0-3
Homepage: https://github.com/KazDragon/telnetpp
Description: Telnet++ is an implementation of the Telnet Session Layer protocol using C++14
-Build-Depends: boost-container, boost-signals2, boost-variant, gtest, gsl-lite, boost-exception
+Build-Depends: boost-container, boost-signals2, boost-variant, gsl-lite, boost-exception
Default-Features: zlib
Feature: zlib
|
