diff options
| author | winsoft666 <46803815+winsoft666@users.noreply.github.com> | 2021-07-23 13:03:51 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-22 22:03:51 -0700 |
| commit | 4e2653ee0252c5c9c38d254c554eaca7428e5085 (patch) | |
| tree | cdabb7c16e3a8b94cf9016a2adeb4b776801756b | |
| parent | 80cb194dd7f5151dee9a61f42ac6d7f3da6a33af (diff) | |
| download | vcpkg-4e2653ee0252c5c9c38d254c554eaca7428e5085.tar.gz vcpkg-4e2653ee0252c5c9c38d254c554eaca7428e5085.zip | |
[teemo] Update version to v2.2. (#18551)
* [teemo] Update version to v2.3.
* [teemo] Modify version to v2.2
* [teemo] Run `vcpkg x-add-version teemo` to add version info.
* [teemo] Update Build-Depends.
* Update versions/t-/teemo.json
Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
| -rw-r--r-- | ports/teemo/CONTROL | 4 | ||||
| -rw-r--r-- | ports/teemo/portfile.cmake | 4 | ||||
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/t-/teemo.json | 5 |
4 files changed, 10 insertions, 5 deletions
diff --git a/ports/teemo/CONTROL b/ports/teemo/CONTROL index 843f68e83..223fd6e5a 100644 --- a/ports/teemo/CONTROL +++ b/ports/teemo/CONTROL @@ -1,5 +1,5 @@ Source: teemo -Version: 2.1 -Build-Depends: curl[non-http] +Version: 2.2 +Build-Depends: curl[core] 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 55afaf490..94118a36d 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 99b012f827ba126fe43986e6c9266f656120edd6 - SHA512 b6fcbba897b370154965a5e884a6dbd13aa1dab1ec25f404125b62f3857752b5c8e791a90014ef058e839c21f1deae8b88df2d9a8084a9e48f7f676561aa9dc9 + REF f8019d3ea75b20bbd0d05693ba9f12a1ed0cebce + SHA512 f9ce0273909d07485d04c09dd29e2336186b058f4bfe4809ada1b7e831431ecf96049fb18cda21c27f3e8a652eb1f4c50a4b957b7f69b3918d41ab7a777240fe HEAD_REF master ) diff --git a/versions/baseline.json b/versions/baseline.json index 19455e998..591b749e1 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -6161,7 +6161,7 @@ "port-version": 0 }, "teemo": { - "baseline": "2.1", + "baseline": "2.2", "port-version": 0 }, "telnetpp": { diff --git a/versions/t-/teemo.json b/versions/t-/teemo.json index 92279f6d5..647de20f5 100644 --- a/versions/t-/teemo.json +++ b/versions/t-/teemo.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "0ca1723ca09260ded55e97381d5ad169e775baa5", + "version-string": "2.2", + "port-version": 0 + }, + { "git-tree": "d51932720b4cbcb753d076b0045d96153522e441", "version-string": "2.1", "port-version": 0 |
