summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-01-07 18:28:41 +0800
committerKhem Raj <raj.khem@gmail.com>2026-01-12 08:53:43 -0800
commit72a9807f371ae24f289e23840bf3c88dca273e62 (patch)
treea47916655d77ad17489bb0981c7256ac6ca531de
parent0991466b1ed29306aec2c1251c99688d7d6a6e4e (diff)
downloadmeta-openembedded-72a9807f371ae24f289e23840bf3c88dca273e62.tar.gz
libtorrent: upgrade 0.16.5 -> 0.16.6
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-connectivity/libtorrent/libtorrent_0.16.6.bb (renamed from meta-oe/recipes-connectivity/libtorrent/libtorrent_0.16.5.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/libtorrent/libtorrent_0.16.5.bb b/meta-oe/recipes-connectivity/libtorrent/libtorrent_0.16.6.bb
index 66fe13df99..63f2bfccaa 100644
--- a/meta-oe/recipes-connectivity/libtorrent/libtorrent_0.16.5.bb
+++ b/meta-oe/recipes-connectivity/libtorrent/libtorrent_0.16.6.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
7DEPENDS = "zlib curl libsigc++-2.0 openssl cppunit" 7DEPENDS = "zlib curl libsigc++-2.0 openssl cppunit"
8 8
9SRC_URI = "git://github.com/rakshasa/libtorrent;branch=master;protocol=https;tag=v${PV}" 9SRC_URI = "git://github.com/rakshasa/libtorrent;branch=master;protocol=https;tag=v${PV}"
10SRCREV = "034b026a0a8ef1d4037620862034bb44cec14f25" 10SRCREV = "ecb3b6bb6ecb38c19da2d6bb899a23638cb7fa04"
11 11
12UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" 12UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
13 13