diff options
author | Jan Mulder <jlmulder@xs4all.nl> | 2018-02-17 09:42:11 +0100 |
---|---|---|
committer | Jan Mulder <jlmulder@xs4all.nl> | 2018-02-17 21:05:33 +0100 |
commit | 36b8594ccea5f72fc24041eae6a0dc69a9b5bc51 (patch) | |
tree | e8c94f7e46698d906ac5ce2979d9ea380a5d6608 /scripts/mobilecomponents.sh | |
parent | 6700715b5dc1d314bc73800d8f8ec387d4d20d16 (diff) | |
download | subsurface-36b8594ccea5f72fc24041eae6a0dc69a9b5bc51.tar.gz |
Mobile: again new Kirigami SHA
While we are at this, just go to current master. Only QML
improvements, and safe to upgrade.
Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
Diffstat (limited to 'scripts/mobilecomponents.sh')
-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 3f4e5f31e..b5baf5861 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 3023536f809b165eb90300aa356407f4079c6507 + git checkout 389f4c29acc3629a900dd5e1e52ef8b0bfe3519f popd fi if [ ! -d breeze-icons ] ; then |