From 1db3aa65cb33961be48e74d2114c42c295fd684d Mon Sep 17 00:00:00 2001 From: Duncaen Date: Mon, 9 Jun 2025 18:13:08 +0200 Subject: [PATCH] fwup: update to 1.13.0. --- srcpkgs/fwup/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/fwup/template b/srcpkgs/fwup/template index 54c3f22950f..b62c175b9c0 100644 --- a/srcpkgs/fwup/template +++ b/srcpkgs/fwup/template @@ -1,6 +1,6 @@ # Template file for 'fwup' pkgname=fwup -version=1.12.0 +version=1.13.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=aed865e7067a3a54fea1d604457dbaff8b07f577737aeba6b23b240d2f9f562a +checksum=70979d36b39857b37cc378291d3bca5a9e1feec0a1b66f67a79fae46d8831529 if [ -z "$CROSS_BUILD" ]; then hostmakedepends+=" help2man"