fwup: update to 1.8.3.
This commit is contained in:
parent
96eb5e3ce8
commit
b3986a910b
1 changed files with 3 additions and 3 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'fwup'
|
# Template file for 'fwup'
|
||||||
pkgname=fwup
|
pkgname=fwup
|
||||||
version=1.8.2
|
version=1.8.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake libtool pkg-config"
|
hostmakedepends="automake libtool pkg-config"
|
||||||
makedepends="libarchive-devel libsodium-devel confuse-devel"
|
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"
|
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/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=dcf1e44fab2279d2d77cf1bb3474c89c6572a6e2c06fee54d3baec201e60f6cb
|
checksum=494907d6bc72a1e3d0b15d5c3276fee942951da858eeadb78868edd5fdc422fc
|
||||||
|
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
if [ -z "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" help2man"
|
hostmakedepends+=" help2man"
|
||||||
|
|
Loading…
Reference in a new issue