fwup: update to 0.5.2.
This commit is contained in:
parent
43ff082e8d
commit
114f9ac156
1 changed files with 3 additions and 3 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'fwup'
|
# Template file for 'fwup'
|
||||||
pkgname=fwup
|
pkgname=fwup
|
||||||
version=0.5.0
|
version=0.5.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="ac_vc_func_open_memstream=yes"
|
configure_args="ac_vc_func_open_memstream=yes"
|
||||||
hostmakedepends="automake"
|
hostmakedepends="automake libtool"
|
||||||
makedepends="libarchive-devel libsodium-devel confuse-devel"
|
makedepends="libarchive-devel libsodium-devel confuse-devel"
|
||||||
short_desc="Configurable embedded Linux firmware update creator and runner"
|
short_desc="Configurable embedded Linux firmware update creator and runner"
|
||||||
maintainer="Duncaen <duncaen@voidlinux.eu>"
|
maintainer="Duncaen <duncaen@voidlinux.eu>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
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=e059378b2d237d64423fd17f043ae5465aba4ac934bb9f90e63714cad89b5363
|
checksum=e7735e503f894f19b5a3717c085aa9f6f18702696de91f17bd5405f95f8d6f98
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
NOCONFIGURE=1 autoreconf -fi
|
NOCONFIGURE=1 autoreconf -fi
|
||||||
|
|
Loading…
Reference in a new issue