diff options
| author | winsoft666 <46803815+winsoft666@users.noreply.github.com> | 2020-08-06 04:02:41 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-05 13:02:41 -0700 |
| commit | 4fef7fe7ec80aa0a095544f1469c9a4f05125719 (patch) | |
| tree | 57ae6386154d5a47efcb17518e83d8b2a0149007 /ports/teemo/CONTROL | |
| parent | eb3baf49af64dee4deee2bd3bb2e2e26def07acf (diff) | |
| download | vcpkg-4fef7fe7ec80aa0a095544f1469c9a4f05125719.tar.gz vcpkg-4fef7fe7ec80aa0a095544f1469c9a4f05125719.zip | |
[teemo] Update to v2.1 (#12728)
* teemo
* 1. move header files to teemo folder.
2. add Cancel Event.
3. create directories automatically.
* update teemo to v2.1
* update teemo code ref
* remvoe cpprestsdk dependency
Diffstat (limited to 'ports/teemo/CONTROL')
| -rw-r--r-- | ports/teemo/CONTROL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/teemo/CONTROL b/ports/teemo/CONTROL index 159990ec4..843f68e83 100644 --- a/ports/teemo/CONTROL +++ b/ports/teemo/CONTROL @@ -1,5 +1,5 @@ Source: teemo -Version: 1.3 -Build-Depends: curl[non-http], cpprestsdk +Version: 2.1 +Build-Depends: curl[non-http] Description: C++ File Download Library, support Multithreading, Breakpoint Transmission, Speed Limit, Real-time Speed. Homepage: https://github.com/winsoft666/teemo
\ No newline at end of file |
