diff options
author | Jan Mulder <jlmulder@xs4all.nl> | 2017-11-19 11:53:27 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-11-19 12:20:43 -0800 |
commit | 8ed53ab5a6ef9c6aa1394e6b854f5deda7e4e303 (patch) | |
tree | 541ced61f4dfb883f4c038a5877af9f85053727e /scripts | |
parent | fea111cb3aeb625b6ed334524441109f54066c95 (diff) | |
download | subsurface-8ed53ab5a6ef9c6aa1394e6b854f5deda7e4e303.tar.gz |
mobile: new Kirigami SHA
Notice this is not the current master. Do not go there
right now. Kirigami SHA f8ee631aac787b60 introduces
a failing load of our main.qml (tested with both
Kirigami 2.0 and 2.2).
This SHA is safe.
Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
Diffstat (limited to 'scripts')
-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 5a1fec025..b912f1805 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 162b877ad4b03d4843e21e7e4674f5b74c7688fe + git checkout 2f5b6fc2a2fa9fb6578a6a709d2d7c51582f2e29 popd fi if [ ! -d breeze-icons ] ; then |