diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-10-15 21:36:06 -0400 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-10-15 21:36:06 -0400 |
commit | 8f6827ab122bb2ae4926ed4a692fe6e02731acd7 (patch) | |
tree | 17ebbf9e6dad4acd435c5b4c390bafc56eead85e | |
parent | 4d283bdd5faba0a4409ac6a23b60916ea30f4dc1 (diff) | |
download | subsurface-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-x | scripts/mobilecomponents.sh | 2 |
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 |