From e48bbe4f1cee55786663eebf4ae1faa5d3a2dd4c Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 19 Aug 2026 17:34:16 +0800 Subject: [PATCH] libtorrent: upgrade 0.16.19 -> 0.16.20 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../libtorrent/{libtorrent_0.16.19.bb => libtorrent_0.16.20.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-connectivity/libtorrent/{libtorrent_0.16.19.bb => libtorrent_0.16.20.bb} (93%) diff --git a/meta-oe/recipes-connectivity/libtorrent/libtorrent_0.16.19.bb b/meta-oe/recipes-connectivity/libtorrent/libtorrent_0.16.20.bb similarity index 93% rename from meta-oe/recipes-connectivity/libtorrent/libtorrent_0.16.19.bb rename to meta-oe/recipes-connectivity/libtorrent/libtorrent_0.16.20.bb index 892adb902c..4a4d1cf919 100644 --- a/meta-oe/recipes-connectivity/libtorrent/libtorrent_0.16.19.bb +++ b/meta-oe/recipes-connectivity/libtorrent/libtorrent_0.16.20.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 = "74b88c154d634c4fc6ee32a6a9e49f1da75725f8" +SRCREV = "ea68bf287e36a13fa0c13c965dee6c3d40e3d242" UPSTREAM_CHECK_GITTAGREGEX = "v(?P\d+(\.\d+)+)"