From 5b14f14b35505fa5465faeee62b09d310465f35f Mon Sep 17 00:00:00 2001 From: Duncaen Date: Fri, 4 Oct 2024 18:58:37 +0200 Subject: [PATCH] fwup: update to 1.11.0. --- srcpkgs/fwup/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/fwup/template b/srcpkgs/fwup/template index 53b4a2df0f3..6ff31df1768 100644 --- a/srcpkgs/fwup/template +++ b/srcpkgs/fwup/template @@ -1,6 +1,6 @@ # Template file for 'fwup' pkgname=fwup -version=1.10.2 +version=1.11.0 revision=1 build_style=gnu-configure hostmakedepends="pkg-config" @@ -12,7 +12,7 @@ license="Apache-2.0" homepage="https://github.com/fwup-home/fwup" changelog="https://github.com/fwup-home/fwup/raw/main/CHANGELOG.md" distfiles="https://github.com/fwup-home/fwup/releases/download/v${version}/fwup-${version}.tar.gz" -checksum=b1fa346e02b984816d5914bfc5f37a55639a147d24a87727dfc01aa9d7ae90f9 +checksum=782ed26e25c2e27a416aced1eda7f0cc8ebefe0a73eef01fd8b108b4728104af if [ -z "$CROSS_BUILD" ]; then hostmakedepends+=" help2man"