From a3bd80e8ed291b88c237ede51221d82f05f62033 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sat, 13 Jun 2020 16:48:14 +0200 Subject: [PATCH] libktorrent: upgrade 2.1.1 -> 2.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-kde/apps/ktorrent/libktorrent.bb | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/recipes-kde/apps/ktorrent/libktorrent.bb b/recipes-kde/apps/ktorrent/libktorrent.bb index a62d00c6..cfdf6074 100644 --- a/recipes-kde/apps/ktorrent/libktorrent.bb +++ b/recipes-kde/apps/ktorrent/libktorrent.bb @@ -1,8 +1,6 @@ SUMMARY = "A BitTorrent protocol implementation" LICENSE = "GPLv2" -LIC_FILES_CHKSUM = " \ - file://COPYING;md5=5c213a7de3f013310bd272cdb6eb7a24 \ -" +LIC_FILES_CHKSUM = "file://COPYING;md5=5c213a7de3f013310bd272cdb6eb7a24" inherit kde-apps gettext @@ -20,10 +18,10 @@ DEPENDS += " \ solid \ " -PV = "2.1.1" +PV = "2.2.0" SRC_URI = " \ - https://download.kde.org/stable/ktorrent/5.1.2/libktorrent-${PV}.tar.xz \ + https://download.kde.org/stable/ktorrent/5.2.0/libktorrent-${PV}.tar.xz \ file://0001-Find-libgmp-with-pkgconfig.patch \ " -SRC_URI[md5sum] = "7404820abdc89bc4ad4331878b218178" -SRC_URI[sha256sum] = "5cc45c0b50a1b6b2ce64ad0384128f4ac3bc0e4a1417eb58e5e992b510fca100" +SRC_URI[md5sum] = "5d3ba5142103cd0cf9e618a2ed12de66" +SRC_URI[sha256sum] = "77c1ddfb0a56c40227e0624c078836a8c22bf5a2fb4a3c0cbd53ee6b174c126e"