fwup: update to 1.8.1.

This commit is contained in:
Duncaen 2020-07-23 19:08:49 +02:00
parent dac55701c8
commit 77381d20c1
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35

View file

@ -1,6 +1,6 @@
# Template file for 'fwup' # Template file for 'fwup'
pkgname=fwup pkgname=fwup
version=1.8.0 version=1.8.1
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="automake libtool pkg-config" hostmakedepends="automake libtool pkg-config"
@ -9,10 +9,10 @@ checkdepends="mtools unzip zip dosfstools"
short_desc="Configurable embedded Linux firmware update creator and runner" short_desc="Configurable embedded Linux firmware update creator and runner"
maintainer="Duncaen <duncaen@voidlinux.org>" maintainer="Duncaen <duncaen@voidlinux.org>"
license="Apache-2.0" license="Apache-2.0"
changelog="https://github.com/fhunleth/fwup/raw/master/CHANGELOG.md" changelog="https://github.com/fhunleth/fwup/raw/main/CHANGELOG.md"
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=9890f0328796f4315e6c1188df5c103855c530fbc14fbc8c12f4b24066c975f1 checksum=afeef2b000c2eb7065e679270e41cd5f66e4e356b7002ca84a099e65811e4ce4
if [ -z "$CROSS_BUILD" ]; then if [ -z "$CROSS_BUILD" ]; then
hostmakedepends+=" help2man" hostmakedepends+=" help2man"