From 2869ad24734067b84bdcd9b72b5e1881ad46ca47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Mon, 11 Jun 2018 09:48:49 +0200 Subject: [PATCH] knewstuff: update to 5.47.0. --- srcpkgs/knewstuff/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/knewstuff/template b/srcpkgs/knewstuff/template index f404969a299..d1a1d5add6f 100644 --- a/srcpkgs/knewstuff/template +++ b/srcpkgs/knewstuff/template @@ -1,6 +1,6 @@ # Template file for 'knewstuff' pkgname=knewstuff -version=5.43.0 +version=5.47.0 revision=1 build_style=cmake configure_args="-DBUILD_TESTING=OFF" @@ -10,8 +10,8 @@ short_desc="KDE Framework for downloading and sharing additional application dat maintainer="Denis Revin " license="LGPL-2" homepage="https://projects.kde.org/projects/frameworks/knewstuff" -distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" -checksum=879f8ea4b4a920523d6cb58c4391a46251d83974bfdb25ac4a0bcb109bff7cec +distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" +checksum=ce92a0b1258724b191185c1109ef7b02a09a2f58d5495c066a00f8077c24f613 if [ -n "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-qmake python"