diff options
| author | Francisco Pombal <FranciscoPombal@users.noreply.github.com> | 2020-08-07 19:39:32 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-07 11:39:32 -0700 |
| commit | 600743e1e16cc73744bf36993bba38bfca1889d8 (patch) | |
| tree | 91a44cd46208d09cbac908c7d80387212446b7d4 | |
| parent | cfe88ab476168dc45ae3384eafeccadb7848f517 (diff) | |
| download | vcpkg-600743e1e16cc73744bf36993bba38bfca1889d8.tar.gz vcpkg-600743e1e16cc73744bf36993bba38bfca1889d8.zip | |
[libtorrent] Update to 1.2.8 (#12768)
* [libtorrent] Update to 1.2.8
* Update scripts/ci.baseline.txt
| -rw-r--r-- | ports/libtorrent/CONTROL | 2 | ||||
| -rw-r--r-- | ports/libtorrent/portfile.cmake | 4 | ||||
| -rw-r--r-- | scripts/ci.baseline.txt | 4 |
3 files changed, 4 insertions, 6 deletions
diff --git a/ports/libtorrent/CONTROL b/ports/libtorrent/CONTROL index c6cd574b7..6e3f9e116 100644 --- a/ports/libtorrent/CONTROL +++ b/ports/libtorrent/CONTROL @@ -1,5 +1,5 @@ Source: libtorrent -Version: 1.2.7 +Version: 1.2.8 Homepage: https://github.com/arvidn/libtorrent Description: An efficient feature complete C++ BitTorrent implementation Build-Depends: openssl, boost-system, boost-date-time, boost-chrono, boost-random, boost-asio, boost-crc, boost-config, boost-iterator, boost-scope-exit, boost-multiprecision, boost-variant diff --git a/ports/libtorrent/portfile.cmake b/ports/libtorrent/portfile.cmake index bdab0a374..e88ddf7cc 100644 --- a/ports/libtorrent/portfile.cmake +++ b/ports/libtorrent/portfile.cmake @@ -39,8 +39,8 @@ endif() vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO arvidn/libtorrent - REF libtorrent_1_2_7 - SHA512 8a6b0ab387e538351ad770ad189ceaa29f0c382b7152d65d3b40b4271716c8f1550c51189ac1e2550683b69f24abbd667d13a0197e7db2ac9ea06ffa37933495 + REF libtorrent-1.2.8 + SHA512 2a36412fb399f066de9768f4afd87ddbfc10fcd2a0b3a8be0a43bec6914497e71d9d4ffe4ff8ccc5544a048f799ccba6ce086ab6199f4dee66d1341f02d73f9a HEAD_REF RC_1_2 PATCHES add-datetime-to-boost-libs.patch diff --git a/scripts/ci.baseline.txt b/scripts/ci.baseline.txt index 8ca592028..086c72824 100644 --- a/scripts/ci.baseline.txt +++ b/scripts/ci.baseline.txt @@ -870,8 +870,6 @@ libtins:arm-uwp=fail libtins:x64-uwp=fail libtomcrypt:arm64-windows=fail libtomcrypt:arm-uwp=fail -libtorrent:arm-uwp=fail -libtorrent:x64-uwp=fail libudis86:arm-uwp=fail libudis86:x64-linux=fail libudis86:x64-osx=fail @@ -1416,7 +1414,7 @@ qpid-proton:x64-uwp=fail qpid-proton:x64-windows-static=fail qt5-activeqt:x64-linux=fail qt5-activeqt:x64-osx=fail -# Skip deprecated Qt module +# Skip deprecated Qt module # (remnove after 1 year or longer due to vcpkg upgrade not handling removed ports correctly) qt5-canvas3d:x64-linux=skip qt5-canvas3d:x64-osx=skip |
