fwup: update to 0.5.0.

This commit is contained in:
Duncaen 2016-01-14 21:44:33 +01:00
parent f87e8488e9
commit 34fb6daceb
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'fwup'
pkgname=fwup
version=0.4.2
version=0.5.0
revision=1
build_style=gnu-configure
hostmakedepends="automake"
@ -10,7 +10,7 @@ maintainer="Duncaen <duncaen@voidlinux.eu>"
license="Apache-2.0"
homepage="https://github.com/fhunleth/fwup"
distfiles="https://github.com/fhunleth/fwup/archive/v${version}.tar.gz"
checksum=1c444d52dded8f69de127f71346d53ebee16fae7cfde23f6a324336b2b6940bb
checksum=e059378b2d237d64423fd17f043ae5465aba4ac934bb9f90e63714cad89b5363
case "$XBPS_TARGET_MACHINE" in
*-musl) configure_args+=" ac_vc_func_open_memstream=yes" ;;