From 77381d20c13d61d851dfb5619ef28c1c88081821 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Thu, 23 Jul 2020 19:08:49 +0200 Subject: [PATCH] fwup: update to 1.8.1. --- srcpkgs/fwup/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/fwup/template b/srcpkgs/fwup/template index feafb66c7c1..5d4ed842e47 100644 --- a/srcpkgs/fwup/template +++ b/srcpkgs/fwup/template @@ -1,6 +1,6 @@ # Template file for 'fwup' pkgname=fwup -version=1.8.0 +version=1.8.1 revision=1 build_style=gnu-configure hostmakedepends="automake libtool pkg-config" @@ -9,10 +9,10 @@ checkdepends="mtools unzip zip dosfstools" short_desc="Configurable embedded Linux firmware update creator and runner" maintainer="Duncaen " license="Apache-2.0" -changelog="https://github.com/fhunleth/fwup/raw/master/CHANGELOG.md" +changelog="https://github.com/fhunleth/fwup/raw/main/CHANGELOG.md" homepage="https://github.com/fhunleth/fwup" distfiles="https://github.com/fhunleth/fwup/archive/v${version}.tar.gz" -checksum=9890f0328796f4315e6c1188df5c103855c530fbc14fbc8c12f4b24066c975f1 +checksum=afeef2b000c2eb7065e679270e41cd5f66e4e356b7002ca84a099e65811e4ce4 if [ -z "$CROSS_BUILD" ]; then hostmakedepends+=" help2man"