diff options
| author | Francisco Pombal <17580742+FranciscoPombal@users.noreply.github.com> | 2021-06-11 17:01:09 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-11 09:01:09 -0700 |
| commit | 1ca6c59b71dc1ed593adfff2695b6979c6e4928e (patch) | |
| tree | d19451ff5f560fec1908ccafa877e4a68c712265 | |
| parent | b7644f0546ade9265d5e91d085bd93744954a303 (diff) | |
| download | vcpkg-1ca6c59b71dc1ed593adfff2695b6979c6e4928e.tar.gz vcpkg-1ca6c59b71dc1ed593adfff2695b6979c6e4928e.zip | |
[libtorrent] Update to 1.2.14 (#18301)
* [libtorrent] Update to 1.2.14
* [libtorrent] Update version files
Co-authored-by: Francisco Pombal <FranciscoPombal@users.noreply.github.com>
| -rw-r--r-- | ports/libtorrent/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/libtorrent/vcpkg.json | 2 | ||||
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/l-/libtorrent.json | 5 |
4 files changed, 9 insertions, 4 deletions
diff --git a/ports/libtorrent/portfile.cmake b/ports/libtorrent/portfile.cmake index 85632b199..e70a78eff 100644 --- a/ports/libtorrent/portfile.cmake +++ b/ports/libtorrent/portfile.cmake @@ -34,8 +34,8 @@ endif() vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO arvidn/libtorrent - REF b7996402966a44b87200b973b2c756900b648ed2 # 1.2.13 + a few additional commits - SHA512 37b1f1eaa7ba18c44612d500776065e9376493d0cf4f05f620d264a2368287bfb093ce2258d3bb72667e9748593e309e200cc8c1a09799c8ecc287b3ed1baee7 + REF 33a10d5a723a6c27d9baee7d9bf2028eb81c88ed # v1.2.14 + SHA512 7be169625c9ab1319047aa025abb36579cf6c749faeee7788b5c0ca24ca32d0a4bfd898415159b9133302da4d26230edcb5585c12137edcab8f5b3548c67a268 HEAD_REF RC_1_2 ) diff --git a/ports/libtorrent/vcpkg.json b/ports/libtorrent/vcpkg.json index 672e78b8d..39fe5343c 100644 --- a/ports/libtorrent/vcpkg.json +++ b/ports/libtorrent/vcpkg.json @@ -1,6 +1,6 @@ { "name": "libtorrent", - "version-string": "1.2.13-b799640", + "version": "1.2.14", "maintainers": "Arvid Norberg <arvid.norberg@gmail.com>", "description": "An efficient feature complete C++ BitTorrent implementation", "homepage": "https://libtorrent.org", diff --git a/versions/baseline.json b/versions/baseline.json index 129391b94..0d43da343 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3613,7 +3613,7 @@ "port-version": 0 }, "libtorrent": { - "baseline": "1.2.13-b799640", + "baseline": "1.2.14", "port-version": 0 }, "libu2f-server": { diff --git a/versions/l-/libtorrent.json b/versions/l-/libtorrent.json index f3f07ac98..d1863361d 100644 --- a/versions/l-/libtorrent.json +++ b/versions/l-/libtorrent.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "39f5e5060bcc3eafc3c4be164289aaad15027b1d", + "version": "1.2.14", + "port-version": 0 + }, + { "git-tree": "cefe40e87e8a190462a748b1a230cedac39e8395", "version-string": "1.2.13-b799640", "port-version": 0 |
