From 907fdd2af1debecfdc4ceead6dc5ef5ea1aec5ce Mon Sep 17 00:00:00 2001 From: Pascal Huber Date: Sat, 13 May 2023 14:58:04 +0200 Subject: [PATCH] antimicrox: update to 3.3.3 --- srcpkgs/antimicrox/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/antimicrox/template b/srcpkgs/antimicrox/template index 8be47cd0618358..11e54c4cc47f72 100644 --- a/srcpkgs/antimicrox/template +++ b/srcpkgs/antimicrox/template @@ -1,6 +1,6 @@ # Template file for 'antimicrox' pkgname=antimicrox -version=3.3.2 +version=3.3.3 revision=1 build_style=cmake hostmakedepends="pkg-config extra-cmake-modules itstool gettext qt5-qmake @@ -13,7 +13,7 @@ license="GPL-3.0-or-later" homepage="https://github.com/AntiMicroX/antimicrox" changelog="https://raw.githubusercontent.com/AntiMicroX/antimicrox/master/CHANGELOG.md" distfiles="https://github.com/AntiMicroX/antimicrox/archive/${version}.tar.gz" -checksum=9f5b51655fb5bac9259e553bc3f001f4d31088f83ee0f90f0c136e58c10e9724 +checksum=80c446b1149b742b51e3b6d355866294bd6171f48534b3cf23848011736edc2b if [ "$XBPS_TARGET_LIBC" = "musl" ]; then makedepends+=" libexecinfo-devel"