Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[teemo] Update version to v2.2. #18551

Merged
merged 6 commits into from
Jul 23, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ports/teemo/CONTROL
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions ports/teemo/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6137,7 +6137,7 @@
"port-version": 0
},
"teemo": {
"baseline": "2.1",
"baseline": "2.2",
"port-version": 0
},
"telnetpp": {
Expand Down
5 changes: 5 additions & 0 deletions versions/t-/teemo.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "0ca1723ca09260ded55e97381d5ad169e775baa5",
"version-string": "2.2",
"port-version": 0
},
{
"git-tree": "d51932720b4cbcb753d076b0045d96153522e441",
"version-string": "2.1",
Expand Down