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 | |
| 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
| -rw-r--r-- | ports/teemo/CONTROL | 4 | ||||
| -rw-r--r-- | ports/teemo/portfile.cmake | 4 |
2 files changed, 4 insertions, 4 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 diff --git a/ports/teemo/portfile.cmake b/ports/teemo/portfile.cmake index b6baba563..55afaf490 100644 --- a/ports/teemo/portfile.cmake +++ b/ports/teemo/portfile.cmake @@ -3,8 +3,8 @@ vcpkg_fail_port_install(ON_ARCH "arm" "arm64" ON_TARGET "UWP" "osx") vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO winsoft666/teemo - REF 1ee566747fba3febade554718a2db6a6c71c6fc4 - SHA512 10b391a0c629bdcd3737c1e04ac09300412322c8a4b87a8008d368663a223442fe7d7dac4fbd423b5051afcab60bb4c619cfc451a9c5902d396b7a7081a4d3c4 + REF 99b012f827ba126fe43986e6c9266f656120edd6 + SHA512 b6fcbba897b370154965a5e884a6dbd13aa1dab1ec25f404125b62f3857752b5c8e791a90014ef058e839c21f1deae8b88df2d9a8084a9e48f7f676561aa9dc9 HEAD_REF master ) |
