From 351f80c1620e7dd8b146ec6c584b6b03bedc355b Mon Sep 17 00:00:00 2001 From: UsernameRandomlyGenerated Date: Sat, 5 Mar 2022 12:29:11 +0100 Subject: [PATCH] ddcutil: update to 1.2.2. --- srcpkgs/ddcutil/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/ddcutil/template b/srcpkgs/ddcutil/template index 663573ce0f2a..f6313b9f627a 100644 --- a/srcpkgs/ddcutil/template +++ b/srcpkgs/ddcutil/template @@ -1,6 +1,6 @@ # Template file for 'ddcutil' pkgname=ddcutil -version=1.2.1 +version=1.2.2 revision=1 build_style=gnu-configure hostmakedepends="automake libtool pkg-config" @@ -10,7 +10,7 @@ maintainer="lemmi " license="GPL-2.0-or-later" homepage="http://www.ddcutil.com" distfiles="https://github.com/rockowitz/ddcutil/archive/v${version}.tar.gz" -checksum=33108b541cb10fcb334eb47b9836315f43b216e6a1bd9316df5c6e1299f7fd57 +checksum=f6766a00b78decc0bff7345093afb444d60172967555276c93916d181287744e case "$XBPS_TARGET_MACHINE" in *-musl) makedepends+=" libexecinfo-devel musl-legacy-compat"