summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/libtorrent
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-03-12 18:51:35 +0800
committerKhem Raj <raj.khem@gmail.com>2026-03-17 13:25:27 -0700
commit924f84bbb2854b4a2cb34bbf5fa4e145695131e9 (patch)
tree179e828e78e48476a13aa9ab972b61c41d3e3b42 /meta-oe/recipes-connectivity/libtorrent
parent414e79166c2b704b0a925039f353f9d72431357b (diff)
downloadmeta-openembedded-924f84bbb2854b4a2cb34bbf5fa4e145695131e9.tar.gz
libtorrent: upgrade 0.16.6 -> 0.16.7
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity/libtorrent')
-rw-r--r--meta-oe/recipes-connectivity/libtorrent/libtorrent_0.16.7.bb (renamed from meta-oe/recipes-connectivity/libtorrent/libtorrent_0.16.6.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/libtorrent/libtorrent_0.16.6.bb b/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"
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 = "ecb3b6bb6ecb38c19da2d6bb899a23638cb7fa04" 10SRCREV = "336c16c017309a694b9e0b420c9063d016bd83ee"
11 11
12UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" 12UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
13 13