From 8f6827ab122bb2ae4926ed4a692fe6e02731acd7 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sun, 15 Oct 2017 21:36:06 -0400 Subject: [PATCH] Update known-good Kirigami SHA This way we get the kirigami.pri fix for the iOS build. Signed-off-by: Dirk Hohndel --- scripts/mobilecomponents.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/mobilecomponents.sh b/scripts/mobilecomponents.sh index 6e1178496..1bd14a98b 100755 --- a/scripts/mobilecomponents.sh +++ b/scripts/mobilecomponents.sh @@ -33,7 +33,7 @@ if [ "$NOPULL" = "" ] ; then git checkout master git pull origin master # if we want to pin a specific Kirigami version, we can do this here - git checkout 71e0b7ca2aee5b2381e07baedc0affcd367758b7 + git checkout 6a16e00a692914b1d3918ba57e658342de4d2c23 popd fi if [ ! -d breeze-icons ] ; then