fwup: update to 1.3.1.

This commit is contained in:
Duncaen 2019-03-25 12:37:25 +01:00
parent 9bed03f316
commit 4268f052d4
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'fwup' # Template file for 'fwup'
pkgname=fwup pkgname=fwup
version=1.2.7 version=1.3.1
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="automake libtool pkg-config" hostmakedepends="automake libtool pkg-config"
@ -12,7 +12,7 @@ license="Apache-2.0"
#changelog="https://github.com/fhunleth/fwup/raw/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=8767cfc3a2975e477e7adc1a099f51f7c8a584965cebd49a3c4d874d95a6238a checksum=8bf62b9fa1f791394ca94bb973f0f52b2054c67d93a6c8f65e19e8545be5002f
if [ -z "$CROSS_BUILD" ]; then if [ -z "$CROSS_BUILD" ]; then
hostmakedepends+=" help2man" hostmakedepends+=" help2man"