aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ports/teemo/CONTROL4
-rw-r--r--ports/teemo/portfile.cmake4
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
)