From 8c8218b3eff9c1c034f9ab7fdb3d672f5475e7bb Mon Sep 17 00:00:00 2001 From: John Date: Sun, 4 Aug 2019 03:54:29 +0200 Subject: [PATCH] dtkcore: update to 2.1.1. --- srcpkgs/dtkcore/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/dtkcore/template b/srcpkgs/dtkcore/template index 6fd82ef2c47..7a653773356 100644 --- a/srcpkgs/dtkcore/template +++ b/srcpkgs/dtkcore/template @@ -1,6 +1,6 @@ # Template file for 'dtkcore' pkgname=dtkcore -version=2.0.16.4 +version=2.1.1 revision=1 build_style=qmake configure_args="LIB_INSTALL_DIR=/usr/lib/ VERSION=${version}" @@ -12,7 +12,7 @@ license="GPL-3.0-or-later" homepage="https://github.com/linuxdeepin/dtkcore" changelog="https://github.com/linuxdeepin/dtkcore/blob/${version}/CHANGELOG.md" distfiles="https://github.com/linuxdeepin/dtkcore/archive/${version}.tar.gz" -checksum=04e8de464fb48e4ad0c6577ca093a96861adccff73c6c642fc022713392c2fa6 +checksum=16685953ea0dff2270a5ba04f23b77abe98f0cb798b07f882eb66e7148eb1f57 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-devel"