fwup: update to 1.9.1.
This commit is contained in:
parent
d4a3a1ed93
commit
8a9cf5e48b
|
@ -1,27 +1,23 @@
|
|||
# Template file for 'fwup'
|
||||
pkgname=fwup
|
||||
version=1.9.0
|
||||
version=1.9.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake libtool pkg-config"
|
||||
makedepends="libarchive-devel libsodium-devel confuse-devel"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libarchive-devel confuse-devel"
|
||||
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=18ae6753145cef2fd5f5fc83e29c2d883e570668d8aa064ee6c94d4c5e44d73d
|
||||
homepage="https://github.com/fwup-home/fwup"
|
||||
changelog="https://github.com/fwup-home/fwup/raw/main/CHANGELOG.md"
|
||||
distfiles="https://github.com/fwup-home/fwup/releases/download/v${version}/fwup-${version}.tar.gz"
|
||||
checksum=fc76f74dadbde53cdc9786737983f9dcdd7da3dbcc4dbd683404c8e136112741
|
||||
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" help2man"
|
||||
fi
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
|
||||
pre_check() {
|
||||
# mtools.conf requires manual configuration for usage, but not for out tests
|
||||
# so we just remove the unrecognized keyword
|
||||
|
|
Loading…
Reference in New Issue