fwup: update to 1.2.5.
This commit is contained in:
parent
0ad6b24488
commit
c1717a6549
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'fwup'
|
# Template file for 'fwup'
|
||||||
pkgname=fwup
|
pkgname=fwup
|
||||||
version=1.2.4
|
version=1.2.5
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake libtool pkg-config"
|
hostmakedepends="automake libtool pkg-config"
|
||||||
|
@ -9,17 +9,17 @@ checkdepends="mtools unzip zip dosfstools"
|
||||||
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"
|
||||||
#changelog="https://raw.githubusercontent.com/fhunleth/fwup/master/CHANGELOG.md"
|
#changelog="https://github.com/fhunleth/fwup/raw/master/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=de4d182c1782a9dd13fad84edc1d4ea89db4c898422a57dff37f5727d9b178ce
|
checksum=20302dc96cef88438034e15551e178bb0652c28d99aa7ca5260100cb3bebbc2a
|
||||||
|
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
if [ -z "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" help2man"
|
hostmakedepends+=" help2man"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
NOCONFIGURE=1 autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
||||||
pre_check() {
|
pre_check() {
|
||||||
|
|
Loading…
Reference in a new issue