aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-10-15 21:36:06 -0400
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-10-15 21:36:06 -0400
commit8f6827ab122bb2ae4926ed4a692fe6e02731acd7 (patch)
tree17ebbf9e6dad4acd435c5b4c390bafc56eead85e
parent4d283bdd5faba0a4409ac6a23b60916ea30f4dc1 (diff)
downloadsubsurface-8f6827ab122.tar.gz
Update known-good Kirigami SHA
This way we get the kirigami.pri fix for the iOS build. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rwxr-xr-xscripts/mobilecomponents.sh2
1 files changed, 1 insertions, 1 deletions
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