From 70355325e1baf23594789ddd60b1b640ca03d16d Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Oct 2017 03:27:49 +0200 Subject: [PATCH] fwup: update to 0.16.0. --- srcpkgs/fwup/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/fwup/template b/srcpkgs/fwup/template index 045ca17cfcf..fde6aa189bf 100644 --- a/srcpkgs/fwup/template +++ b/srcpkgs/fwup/template @@ -1,7 +1,7 @@ # Template file for 'fwup' pkgname=fwup -version=0.15.4 -revision=3 +version=0.16.0 +revision=1 build_style=gnu-configure configure_args="ac_vc_func_open_memstream=yes" hostmakedepends="automake libtool pkg-config" @@ -11,7 +11,7 @@ maintainer="Duncaen " license="Apache-2.0" homepage="https://github.com/fhunleth/fwup" distfiles="https://github.com/fhunleth/fwup/archive/v${version}.tar.gz" -checksum=852e255bd65f9db473a06184abb3e94e3b6b86be7bf66169e8df8146d5966ae1 +checksum=70dfb294febc27219b8fae022cb7eea04f18da95be3dd1f35ee4d1107cdf76c8 if [ -z "$CROSS_BUILD" ]; then hostmakedepends+=" help2man"