From 72a9cc004819c1bbec9b638e32c4c27f78167263 Mon Sep 17 00:00:00 2001 From: ipkalm Date: Wed, 15 Feb 2023 22:58:01 +0700 Subject: [PATCH 1/2] qbittorrent: update to 4.5.1 --- srcpkgs/qbittorrent/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/qbittorrent/template b/srcpkgs/qbittorrent/template index 8c58a0d0d1fc..a03f3abeb223 100644 --- a/srcpkgs/qbittorrent/template +++ b/srcpkgs/qbittorrent/template @@ -1,7 +1,7 @@ # Template file for 'qbittorrent' pkgname=qbittorrent -version=4.4.5 -revision=3 +version=4.5.1 +revision=1 create_wrksrc=yes build_style=gnu-configure build_helper=qmake @@ -16,7 +16,7 @@ license="GPL-2.0-or-later" homepage="https://www.qbittorrent.org/" changelog="https://www.qbittorrent.org/news.php" distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz" -checksum=0d6ed3948d4ad0d63f01510fe902639ae7b383ccfc1c01e88b75fba5b29ff3b3 +checksum=0527a5887454d6a5f386846f3c73029a6fbeec3d1a4c92e1dc485c485c16add0 CXXFLAGS=-std=gnu++17 do_extract() { From 2f7cb4df7112bf09d03dcff19bab0b3fe660507c Mon Sep 17 00:00:00 2001 From: ipkalm Date: Thu, 16 Feb 2023 19:27:05 +0700 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: classabbyamp <5366828+classabbyamp@users.noreply.github.com> --- srcpkgs/qbittorrent/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/qbittorrent/template b/srcpkgs/qbittorrent/template index a03f3abeb223..0f47ca2083dd 100644 --- a/srcpkgs/qbittorrent/template +++ b/srcpkgs/qbittorrent/template @@ -15,7 +15,7 @@ maintainer="Érico Nogueira " license="GPL-2.0-or-later" homepage="https://www.qbittorrent.org/" changelog="https://www.qbittorrent.org/news.php" -distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz" +distfiles="${SOURCEFORGE_SITE}/qbittorrent/qbittorrent-${version}.tar.xz" checksum=0527a5887454d6a5f386846f3c73029a6fbeec3d1a4c92e1dc485c485c16add0 CXXFLAGS=-std=gnu++17