From fdb56e5e4ff1c6690c9c81472d53ffd220198563 Mon Sep 17 00:00:00 2001 From: John Date: Sat, 13 Jul 2019 10:56:22 +0200 Subject: [PATCH] kross: update to 5.60.0 [ci skip] --- srcpkgs/kross/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/kross/template b/srcpkgs/kross/template index 1d74b3dd1c1..f55cfbc1819 100644 --- a/srcpkgs/kross/template +++ b/srcpkgs/kross/template @@ -1,6 +1,6 @@ # Template file for 'kross' pkgname=kross -version=5.59.0 +version=5.60.0 revision=1 build_style=cmake configure_args="-DBUILD_TESTING=OFF" @@ -11,7 +11,7 @@ maintainer="John " license="LGPL-2.1-or-later" homepage="https://projects.kde.org/projects/frameworks/kross" distfiles="${KDE_SITE}/frameworks/${version%.*}/portingAids/${pkgname}-${version}.tar.xz" -checksum=0dff1001b4d667d03ada2cb96ced640918bf526a5ac7445674a2f86c85f478da +checksum=e83f3388ca8e89057e272b3b98233f294528ed0dcb62a6edb6cf37b7a1891f45 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-qmake python kdoctools-devel"