diff mbox series

[meta-oe,19/64] libtorrent: upgrade 0.16.6 -> 0.16.7

Message ID 20260312105220.1856-19-wangmy@fujitsu.com
State New
Headers show
Series [meta-oe,01/64] castxml: upgrade 0.6.13 -> 0.7.0 | expand

Commit Message

Wang Mingyu March 12, 2026, 10:51 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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

Patch

diff --git a/meta-oe/recipes-connectivity/libtorrent/libtorrent_0.16.6.bb b/meta-oe/recipes-connectivity/libtorrent/libtorrent_0.16.7.bb
similarity index 94%
rename from meta-oe/recipes-connectivity/libtorrent/libtorrent_0.16.6.bb
rename to meta-oe/recipes-connectivity/libtorrent/libtorrent_0.16.7.bb
index 63f2bfccaa..315df3f854 100644
--- a/meta-oe/recipes-connectivity/libtorrent/libtorrent_0.16.6.bb
+++ b/meta-oe/recipes-connectivity/libtorrent/libtorrent_0.16.7.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 = "ecb3b6bb6ecb38c19da2d6bb899a23638cb7fa04"
+SRCREV = "336c16c017309a694b9e0b420c9063d016bd83ee"
 
 UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"