From 2d4a0053d03b386412ff07c94fb7ccdfa6e09984 Mon Sep 17 00:00:00 2001 From: Sir_Boops Date: Mon, 15 Jan 2018 19:19:00 -0500 Subject: [PATCH] kjs: Update to 5.42.0 --- srcpkgs/kjs/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/kjs/template b/srcpkgs/kjs/template index 4d5883af750..eb77fedfa70 100644 --- a/srcpkgs/kjs/template +++ b/srcpkgs/kjs/template @@ -1,6 +1,6 @@ # Template file for 'kjs' pkgname=kjs -version=5.41.0 +version=5.42.0 revision=1 build_style=cmake configure_args="-DBUILD_TESTING=OFF" @@ -11,7 +11,7 @@ maintainer="Denis Revin " license="LGPL-2" homepage="https://projects.kde.org/projects/frameworks/kjs" distfiles="http://download.kde.org/stable/frameworks/${version%.*}/portingAids/${pkgname}-${version}.tar.xz" -checksum=604e010fd8be620843a03acbcdcdb388da77392c044763a0276044f42c1b46a8 +checksum=8f8cc39503099f53b152866f931a85f30a5fcbf6629ac3e7ad8f658fc5d246d4 if [ -n "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-qmake kdoctools kjs"