fwup: update to 1.9.0.

This commit is contained in:
Duncaen 2021-07-26 20:51:32 +02:00
parent 934a93e21c
commit 0558928116
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.4 version=1.9.0
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="automake libtool pkg-config" hostmakedepends="automake libtool pkg-config"
@ -12,7 +12,7 @@ license="Apache-2.0"
changelog="https://github.com/fhunleth/fwup/raw/main/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=f86d9237323904e91162da75db43795e73c94645745ad0fc727346fcd5380568 checksum=18ae6753145cef2fd5f5fc83e29c2d883e570668d8aa064ee6c94d4c5e44d73d
if [ -z "$CROSS_BUILD" ]; then if [ -z "$CROSS_BUILD" ]; then
hostmakedepends+=" help2man" hostmakedepends+=" help2man"