fwup: update to 0.17.0.
This commit is contained in:
parent
7c75b6b9ad
commit
ec6ee95dbe
|
@ -1,17 +1,17 @@
|
|||
# Template file for 'fwup'
|
||||
pkgname=fwup
|
||||
version=0.16.1
|
||||
version=0.17.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="ac_vc_func_open_memstream=yes"
|
||||
hostmakedepends="automake libtool pkg-config"
|
||||
makedepends="libarchive-devel libsodium-devel confuse-devel"
|
||||
short_desc="Configurable embedded Linux firmware update creator and runner"
|
||||
maintainer="Duncaen <duncaen@voidlinux.eu>"
|
||||
license="Apache-2.0"
|
||||
#changelog="https://raw.githubusercontent.com/fhunleth/fwup/master/CHANGELOG.md"
|
||||
homepage="https://github.com/fhunleth/fwup"
|
||||
distfiles="https://github.com/fhunleth/fwup/archive/v${version}.tar.gz"
|
||||
checksum=4cfce180a494f6014a6dcd7c49b148bd0108740d9594e484d3bbdc6c8618bdf5
|
||||
checksum=c3fe73da33ed5a1527361aa61f97a6cad4a937a884dd933b04407b4198fefa33
|
||||
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" help2man"
|
||||
|
|
Loading…
Reference in New Issue