From 6450d8f46ccb8e0f9d9e24e410eb68c98505a1da Mon Sep 17 00:00:00 2001 From: mobinmob Date: Tue, 16 Jun 2020 10:44:43 +0300 Subject: [PATCH] FeatherPad: update to 0.14.2. --- srcpkgs/FeatherPad/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/FeatherPad/template b/srcpkgs/FeatherPad/template index 06b94fe22ba..fee88625fc8 100644 --- a/srcpkgs/FeatherPad/template +++ b/srcpkgs/FeatherPad/template @@ -1,6 +1,6 @@ # Template file for 'FeatherPad' pkgname=FeatherPad -version=0.14.1 +version=0.14.2 revision=1 build_style=qmake hostmakedepends="qt5-qmake qt5-tools-devel" @@ -10,7 +10,7 @@ maintainer="Young Jin Park " license="GPL-3.0-or-later" homepage="https://github.com/tsujan/FeatherPad" distfiles="https://github.com/tsujan/FeatherPad/archive/V${version}.tar.gz" -checksum=15c0674bab988727ae4b001672c67b444203202ccb46f1290ca1552e603e0ecb +checksum=a646a7e84de7515ba26dde828fbdcf5c5a26841559f5d2d8bde330d7a5e182d1 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-x11extras-devel qt5-svg-devel"