Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ports/libtorrent/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down
2 changes: 1 addition & 1 deletion ports/libtorrent/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3609,7 +3609,7 @@
"port-version": 0
},
"libtorrent": {
"baseline": "1.2.13-b799640",
"baseline": "1.2.14",
"port-version": 0
},
"libu2f-server": {
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/libtorrent.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "39f5e5060bcc3eafc3c4be164289aaad15027b1d",
"version": "1.2.14",
"port-version": 0
},
{
"git-tree": "cefe40e87e8a190462a748b1a230cedac39e8395",
"version-string": "1.2.13-b799640",
Expand Down