From 6236db5c92ac92e629609e89255ceb9d926f8a29 Mon Sep 17 00:00:00 2001 From: mobinmob Date: Fri, 17 Jan 2020 18:48:24 +0200 Subject: [PATCH] FeatherPad: update to 0.12.1. --- srcpkgs/FeatherPad/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/FeatherPad/template b/srcpkgs/FeatherPad/template index d006ce66c5c..e3ad8349995 100644 --- a/srcpkgs/FeatherPad/template +++ b/srcpkgs/FeatherPad/template @@ -1,6 +1,6 @@ # Template file for 'FeatherPad' pkgname=FeatherPad -version=0.12.0 +version=0.12.1 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=922305e8724062ca2996b4aa8ada8a24e8c178ecb84adca86a51a560e5c29b52 +checksum=c32d662003591d612731e7c7086a5c7d8c59093141c414ec970d68605099c74f if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-x11extras-devel qt5-svg-devel"