mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
[libtorrent] update to 2.0.11 (#43528)
This commit is contained in:
@@ -31,7 +31,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO arvidn/libtorrent
|
||||
REF "v${VERSION}"
|
||||
SHA512 fb55b04b57a6a1f39b81a4aff2ca899f9ac30b435c278c80181bdd3fef4775a3f91b2345c49b493503ae79ef89841e9a965af9974abe9022be3050922a4057f0
|
||||
SHA512 375fb12754ce73b34b215c1ca077b0ec58a8c91f6a6e4a48e2ae55251be38f647405d135ebeae38f8b0dfb478bcea8d5f0d6509e97f1baddbc2cd2e788948f2a
|
||||
HEAD_REF RC_2_0
|
||||
)
|
||||
|
||||
@@ -87,4 +87,4 @@ if(VCPKG_LIBRARY_LINKAGE STREQUAL "static")
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/bin" "${CURRENT_PACKAGES_DIR}/debug/bin")
|
||||
endif()
|
||||
|
||||
vcpkg_fixup_pkgconfig()
|
||||
vcpkg_fixup_pkgconfig()
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "libtorrent",
|
||||
"version": "2.0.10",
|
||||
"version": "2.0.11",
|
||||
"maintainers": "Arvid Norberg <arvid.norberg@gmail.com>",
|
||||
"description": "An efficient feature complete C++ BitTorrent implementation",
|
||||
"homepage": "https://libtorrent.org",
|
||||
|
||||
@@ -5233,7 +5233,7 @@
|
||||
"port-version": 10
|
||||
},
|
||||
"libtorrent": {
|
||||
"baseline": "2.0.10",
|
||||
"baseline": "2.0.11",
|
||||
"port-version": 0
|
||||
},
|
||||
"libtracepoint": {
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "f442bff5e6f8cc0a4a7b1226db0b7d8069b68b4c",
|
||||
"version": "2.0.11",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "53949de9ace82d74179d388d9cd26f164a823657",
|
||||
"version": "2.0.10",
|
||||
|
||||
Reference in New Issue
Block a user