fwup: update to 1.8.3.

This commit is contained in:
Duncaen 2020-12-13 14:10:34 +01:00
parent 96eb5e3ce8
commit b3986a910b
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35

View file

@ -1,18 +1,18 @@
# Template file for 'fwup'
pkgname=fwup
version=1.8.2
version=1.8.3
revision=1
build_style=gnu-configure
hostmakedepends="automake libtool pkg-config"
makedepends="libarchive-devel libsodium-devel confuse-devel"
checkdepends="mtools unzip zip dosfstools"
checkdepends="mtools unzip zip dosfstools xdelta3"
short_desc="Configurable embedded Linux firmware update creator and runner"
maintainer="Duncaen <duncaen@voidlinux.org>"
license="Apache-2.0"
changelog="https://github.com/fhunleth/fwup/raw/main/CHANGELOG.md"
homepage="https://github.com/fhunleth/fwup"
distfiles="https://github.com/fhunleth/fwup/archive/v${version}.tar.gz"
checksum=dcf1e44fab2279d2d77cf1bb3474c89c6572a6e2c06fee54d3baec201e60f6cb
checksum=494907d6bc72a1e3d0b15d5c3276fee942951da858eeadb78868edd5fdc422fc
if [ -z "$CROSS_BUILD" ]; then
hostmakedepends+=" help2man"