fwup: update to 0.8.1.

This commit is contained in:
Duncaen 2016-08-04 15:33:45 +02:00
parent 92167019e8
commit b0e3458a7a

View file

@ -1,17 +1,17 @@
# Template file for 'fwup' # Template file for 'fwup'
pkgname=fwup pkgname=fwup
version=0.8.0 version=0.8.1
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"
hostmakedepends="automake libtool" hostmakedepends="automake libtool pkg-config"
makedepends="libarchive-devel libsodium-devel confuse-devel" makedepends="libarchive-devel libsodium-devel confuse-devel"
short_desc="Configurable embedded Linux firmware update creator and runner" short_desc="Configurable embedded Linux firmware update creator and runner"
maintainer="Duncaen <duncaen@voidlinux.eu>" 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=56d30f4ddf7929d693c022455978aebef1f6adb5896437a199bde43d5459da68 checksum=3fbf6ffe13f9765b1c8bf8e7e3cda8f1896771284ec26fcad30b36c26635bb1b
if [ -z "$CROSS_BUILD" ]; then if [ -z "$CROSS_BUILD" ]; then
hostmakedepends+=" help2man" hostmakedepends+=" help2man"