From d5e38752db3f00b4811210c8b6881e9b6415af7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5rten=20Nordheim?= Date: Wed, 5 Jun 2024 12:33:33 +0200 Subject: [PATCH] Update public suffix list script pick-to branches 6.6 is out and 6.8 is in. Not picking this back, because the prior branches should not pick to later branches. Change-Id: Iaca586d2d5bafa195e2ea49730b9ee98d9ecf48b Reviewed-by: Timur Pocheptsov Reviewed-by: Marc Mutz Reviewed-by: Edward Welbourne --- util/update_public_suffix_list.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/update_public_suffix_list.sh b/util/update_public_suffix_list.sh index d284d03df37..1e9793a1a8d 100755 --- a/util/update_public_suffix_list.sh +++ b/util/update_public_suffix_list.sh @@ -2,7 +2,7 @@ # Copyright (C) 2023 The Qt Company Ltd. # SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 -PICK_TO_BRANCHES="6.7 6.6 6.5 6.2 5.15" +PICK_TO_BRANCHES="6.8 6.7 6.5 6.2 5.15" #UPSTREAM=github.com:publicsuffix/list.git # use this if you have a github account UPSTREAM=https://github.com/publicsuffix/list.git # and this if you don't