mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 04:43:02 +08:00
[teemo] Update to v2.5 (#22136)
* [cpp-ipc] Update 1.0.1 * [cpp-ipc] Update version and ci.baseline * [cpp-ipc] Remove cpp-ipc from ci.baseline.txt * [teemo] Update to v2.3 * [teemo] Run `vcpkg x-add-version --all` * [teemo] Update vcpkg.json * [teemo] Run vcpkg `x-add-version teemo --overwrite-version` * Remove excess teemo.json * [teemo] Update to v2.4 * [teemo] run ./vcpkg x-add-version --all * [teemo] Update to v2.5 * [teemo] Update versions/t-/teemo.json Co-authored-by: Jonliu1993 <13720414433@163.com>
This commit is contained in:
parent
2fee3d30d0
commit
bfacc7c206
@ -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 3084d489dd0a451f633f96f2c92d09702eb8395d
|
||||
SHA512 d133e7307e68e2057be7090ffe44d341ddc41ed368f2c90a35ad0e8daa9153085a68f7506635fa16105279344f92c471092fdb4cc3d6d8598b3ee5a47c216b68
|
||||
REF 2ac249a1484267ee1bc251e92ec849b1bdc131bb
|
||||
SHA512 6a875147d25186c8dad7785807e42f82c93d17d3d6aafe50c69dc0cf21fa1c903f2de21323db37ba6ed8949dc757d029d6458f5486d32a28fc63c6ef43b4b55c
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "teemo",
|
||||
"version": "2.4",
|
||||
"version": "2.5",
|
||||
"description": "C++ File Download Library, support Multithreading, Breakpoint Transmission, Speed Limit, Real-time Speed.",
|
||||
"homepage": "https://github.com/winsoft666/teemo",
|
||||
"supports": "!osx & !uwp & !arm",
|
||||
|
@ -6689,7 +6689,7 @@
|
||||
"port-version": 4
|
||||
},
|
||||
"teemo": {
|
||||
"baseline": "2.4",
|
||||
"baseline": "2.5",
|
||||
"port-version": 0
|
||||
},
|
||||
"telnetpp": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "272a7ccdbd7429e98513b1d4c9c394406fa70d42",
|
||||
"version": "2.5",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "f4a45a333657786fd8ee51f2d5df590909578bff",
|
||||
"version": "2.4",
|
||||
|
Loading…
Reference in New Issue
Block a user