From 99370882d3d3a8c7fbb6b84a2911a9d922dcb5bc Mon Sep 17 00:00:00 2001 From: Duncaen Date: Wed, 1 Apr 2020 20:38:19 +0200 Subject: [PATCH] fwup: update to 1.5.2. --- srcpkgs/fwup/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/fwup/template b/srcpkgs/fwup/template index f5c6ca010b..4f2928ff0e 100644 --- a/srcpkgs/fwup/template +++ b/srcpkgs/fwup/template @@ -1,6 +1,6 @@ # Template file for 'fwup' pkgname=fwup -version=1.5.1 +version=1.5.2 revision=1 build_style=gnu-configure hostmakedepends="automake libtool pkg-config" @@ -12,7 +12,7 @@ license="Apache-2.0" changelog="https://github.com/fhunleth/fwup/raw/master/CHANGELOG.md" homepage="https://github.com/fhunleth/fwup" distfiles="https://github.com/fhunleth/fwup/archive/v${version}.tar.gz" -checksum=6fa3a44b0ca4fe4196f0f486618215cf3fa06fe40963965241f8e82c7494c59c +checksum=7df1b5454d903ea605fde86950a76d356b5dfade9c445925a74d0802bc48ed52 if [ -z "$CROSS_BUILD" ]; then hostmakedepends+=" help2man"