From 2db591f9146eabecfeb3d41325634d422f42e881 Mon Sep 17 00:00:00 2001 From: Gerardo Di iorio Date: Fri, 25 Aug 2023 21:54:10 +0200 Subject: [PATCH] SIR: update to 3.2.2. --- srcpkgs/SIR/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/SIR/template b/srcpkgs/SIR/template index 5a4825dd72b97..113077acad354 100644 --- a/srcpkgs/SIR/template +++ b/srcpkgs/SIR/template @@ -1,6 +1,6 @@ # Template file for 'SIR' pkgname=SIR -version=3.2.1 +version=3.2.2 revision=1 build_style=cmake hostmakedepends="pkg-config" @@ -11,7 +11,7 @@ maintainer="Gerardo Di Iorio " license="GPL-2.0-or-later" homepage="https://marek629.github.io/SIR/" distfiles="https://github.com/marek629/SIR/archive/v${version}.tar.gz" -checksum=b6c6e07e0052271056eedcea102b59e3c2538c3a2e9663f31fbf8234a4a03c18 +checksum=aad7965bc65103427a0e8ced2830361b03d1dbe0ebb814f8e46b08986cafbde8 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-qmake"