From 96e39657902eb04abc27973d25f8eb95c1b80863 Mon Sep 17 00:00:00 2001 From: maxice8 <30738253+maxice8@users.noreply.github.com> Date: Sun, 3 Dec 2017 08:42:23 -0200 Subject: [PATCH] fwup: update to 0.18.1. (#9732) --- srcpkgs/fwup/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/fwup/template b/srcpkgs/fwup/template index 6f613133ecd..7c70398ab20 100644 --- a/srcpkgs/fwup/template +++ b/srcpkgs/fwup/template @@ -1,6 +1,6 @@ # Template file for 'fwup' pkgname=fwup -version=0.18.0 +version=0.18.1 revision=1 build_style=gnu-configure hostmakedepends="automake libtool pkg-config" @@ -12,7 +12,7 @@ license="Apache-2.0" #changelog="https://raw.githubusercontent.com/fhunleth/fwup/master/CHANGELOG.md" homepage="https://github.com/fhunleth/fwup" distfiles="https://github.com/fhunleth/fwup/archive/v${version}.tar.gz" -checksum=d23dd750ae0cd4be58cdf9e8d7e04ef4aa9c134cc1f9629f04a52d5158622ab9 +checksum=df9ad7831917c9b6020ff02ff0b0eb40b98ce0cc5b73bb4e9bc7f298507f0082 if [ -z "$CROSS_BUILD" ]; then hostmakedepends+=" help2man"