mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 13:01:47 +08:00
[teemo] Update to v2.3 (#21616)
* [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 Co-authored-by: Jonliu1993 <13720414433@163.com>
This commit is contained in:
parent
679367ec12
commit
4b17c23f6b
@ -3,17 +3,19 @@ vcpkg_fail_port_install(ON_ARCH "arm" "arm64" ON_TARGET "UWP" "osx")
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO winsoft666/teemo
|
||||
REF f8019d3ea75b20bbd0d05693ba9f12a1ed0cebce
|
||||
SHA512 f9ce0273909d07485d04c09dd29e2336186b058f4bfe4809ada1b7e831431ecf96049fb18cda21c27f3e8a652eb1f4c50a4b957b7f69b3918d41ab7a777240fe
|
||||
REF 72037259a77a618160e9a9129873c39eb888e632
|
||||
SHA512 b9b3df732b8378048405d395d297920f606bbc1c698cebe8125efab952438ee59cadf940886506e8c044e06d139532a15ac3ea2dcd48a18754ac9843bb2287a9
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" "static" TEEMO_STATIC)
|
||||
string(COMPARE EQUAL "${VCPKG_CRT_LINKAGE}" "static" USE_STATIC_CRT)
|
||||
|
||||
vcpkg_cmake_configure(
|
||||
SOURCE_PATH "${SOURCE_PATH}"
|
||||
OPTIONS
|
||||
-DTEEMO_STATIC:BOOL=${TEEMO_STATIC}
|
||||
-DUSE_STATIC_CRT:BOOL=${USE_STATIC_CRT}
|
||||
-DBUILD_TESTS:BOOL=OFF
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "teemo",
|
||||
"version-string": "2.2",
|
||||
"port-version": 2,
|
||||
"version": "2.3",
|
||||
"description": "C++ File Download Library, support Multithreading, Breakpoint Transmission, Speed Limit, Real-time Speed.",
|
||||
"homepage": "https://github.com/winsoft666/teemo",
|
||||
"supports": "!osx & !uwp & !arm",
|
||||
|
@ -6637,8 +6637,8 @@
|
||||
"port-version": 4
|
||||
},
|
||||
"teemo": {
|
||||
"baseline": "2.2",
|
||||
"port-version": 2
|
||||
"baseline": "2.3",
|
||||
"port-version": 0
|
||||
},
|
||||
"telnetpp": {
|
||||
"baseline": "2.1.2",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "d33e668cc0750872a5853c680fa707e12f032e9e",
|
||||
"version": "2.3",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "8939caebc11b8bbb1efe958bb349511a50e00289",
|
||||
"version-string": "2.2",
|
||||
|
Loading…
Reference in New Issue
Block a user