From 75dfc09702e39e5371bf2d6930db37f55a912551 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sat, 21 Sep 2019 14:28:13 +0200 Subject: [PATCH] fwup: update to 1.3.2. --- srcpkgs/fwup/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/fwup/template b/srcpkgs/fwup/template index 72210e7bd4b..713aac43d0e 100644 --- a/srcpkgs/fwup/template +++ b/srcpkgs/fwup/template @@ -1,6 +1,6 @@ # Template file for 'fwup' pkgname=fwup -version=1.3.1 +version=1.3.2 revision=1 build_style=gnu-configure hostmakedepends="automake libtool pkg-config" @@ -9,10 +9,10 @@ checkdepends="mtools unzip zip dosfstools" short_desc="Configurable embedded Linux firmware update creator and runner" maintainer="Duncaen " 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" distfiles="https://github.com/fhunleth/fwup/archive/v${version}.tar.gz" -checksum=8bf62b9fa1f791394ca94bb973f0f52b2054c67d93a6c8f65e19e8545be5002f +checksum=897580814709aabe1575d47c8d7a264f01dd6e65a62fa13f42b24416d0944c2b if [ -z "$CROSS_BUILD" ]; then hostmakedepends+=" help2man" @@ -25,5 +25,5 @@ pre_configure() { pre_check() { # mtools.conf requires manual configuration for usage, but not for out tests # so we just remove the unrecognized keyword - sed -i '/SAMPLE FILE/d' /etc/mtools.conf + vsed -i '/SAMPLE FILE/d' /etc/mtools.conf }