fwup: update to 0.6.0.
This commit is contained in:
parent
d834e93858
commit
5fe44a81b4
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'fwup'
|
# Template file for 'fwup'
|
||||||
pkgname=fwup
|
pkgname=fwup
|
||||||
version=0.5.2
|
version=0.6.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,11 @@ 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=e7735e503f894f19b5a3717c085aa9f6f18702696de91f17bd5405f95f8d6f98
|
checksum=18b01f234dac531d1ed5e21642d0025233d8f0cfbfbd7114acd96f2da26b34d1
|
||||||
|
|
||||||
|
if [ -z "$CROSS_BUILD" ]; then
|
||||||
|
hostmakedepends+=" help2man"
|
||||||
|
fi
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
NOCONFIGURE=1 autoreconf -fi
|
NOCONFIGURE=1 autoreconf -fi
|
||||||
|
|
Loading…
Reference in New Issue