fwup: update to 0.7.0.

This commit is contained in:
Duncaen 2016-06-01 16:40:54 +02:00
parent caba8f11db
commit 11ad3770df

View file

@ -1,6 +1,6 @@
# Template file for 'fwup' # Template file for 'fwup'
pkgname=fwup pkgname=fwup
version=0.6.1 version=0.7.0
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="ac_vc_func_open_memstream=yes" configure_args="ac_vc_func_open_memstream=yes"
@ -11,7 +11,7 @@ maintainer="Duncaen <duncaen@voidlinux.eu>"
license="Apache-2.0" license="Apache-2.0"
homepage="https://github.com/fhunleth/fwup" homepage="https://github.com/fhunleth/fwup"
distfiles="https://github.com/fhunleth/fwup/archive/v${version}.tar.gz" distfiles="https://github.com/fhunleth/fwup/archive/v${version}.tar.gz"
checksum=f0a0c774d005263d2ea3ac1065043476caefe24128a5d101bbef0f749ed5be5b checksum=b318875d42cf2a643da99f03ac91662ec91625d9a84a3a9bb53ac419d1cb0dc3
if [ -z "$CROSS_BUILD" ]; then if [ -z "$CROSS_BUILD" ]; then
hostmakedepends+=" help2man" hostmakedepends+=" help2man"