diff mbox series

[meta-oe,21/63] libtorrent: upgrade 0.16.7 -> 0.16.8

Message ID 20260326115634.1199-21-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-oe,01/63] b4: upgrade 0.14.3 -> 0.15.0 | expand

Commit Message

Mingyu Wang (Fujitsu) March 26, 2026, 11:55 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../libtorrent/{libtorrent_0.16.7.bb => libtorrent_0.16.8.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-connectivity/libtorrent/{libtorrent_0.16.7.bb => libtorrent_0.16.8.bb} (94%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-connectivity/libtorrent/libtorrent_0.16.7.bb b/meta-oe/recipes-connectivity/libtorrent/libtorrent_0.16.8.bb
similarity index 94%
rename from meta-oe/recipes-connectivity/libtorrent/libtorrent_0.16.7.bb
rename to meta-oe/recipes-connectivity/libtorrent/libtorrent_0.16.8.bb
index 315df3f854..1e9d9d74f1 100644
--- a/meta-oe/recipes-connectivity/libtorrent/libtorrent_0.16.7.bb
+++ b/meta-oe/recipes-connectivity/libtorrent/libtorrent_0.16.8.bb
@@ -7,7 +7,7 @@  LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
 DEPENDS = "zlib curl libsigc++-2.0 openssl cppunit"
 
 SRC_URI = "git://github.com/rakshasa/libtorrent;branch=master;protocol=https;tag=v${PV}"
-SRCREV = "336c16c017309a694b9e0b420c9063d016bd83ee"
+SRCREV = "1534b1563f464fd1636c0b55e1591b72f7d8ab6b"
 
 UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"