From 5feac1e10cfb95e2d17658b7a1611052a4ff8d17 Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Thu, 3 Jan 2019 15:09:38 +0100 Subject: [PATCH] Fix attribution file for "FreeBSD strtoll and strtoull" The JSON file format does not support an "Upstream" entry, see also https://quips-qt-io.herokuapp.com/quip-0007.html Finally, the link didn't work for me. This amends ceeecbae510af6e Change-Id: I707f1113c399d85c2fbf982726033ac74f691915 Reviewed-by: Allan Sandfeld Jensen --- src/3rdparty/freebsd/qt_attribution.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/3rdparty/freebsd/qt_attribution.json b/src/3rdparty/freebsd/qt_attribution.json index 6a4a9ca1af..644880a90d 100644 --- a/src/3rdparty/freebsd/qt_attribution.json +++ b/src/3rdparty/freebsd/qt_attribution.json @@ -7,7 +7,7 @@ "Description": "strtoll() and strtoull() are functions for converting a string to (unsigned) long long integer.", "Homepage": "https://github.com/freebsd/freebsd/", - "Upstream": "https://raw.githubusercontent.com/freebsd/freebsd/raw/tree/master/lib/libc/stdlib/$file", + "DownloadLocation": "https://github.com/freebsd/freebsd/tree/master/lib/libc/stdlib", "Version": "upstream has complicated with std locales; do not update", "Version": "18b29f3fb8abee5d57ed8f4a44f806bec7e0eeff", "License": "BSD 3-clause \"New\" or \"Revised\" License",