Kirigami: newer SHA

Switch to a newer SHA, so that at least my commit is in. Checked
the newer version, and no other artefacts seen. I think we
should try to follow master where we can (but controlled).

Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
This commit is contained in:
Jan Mulder 2017-10-28 09:01:14 +02:00
parent 1095b78071
commit bdf6dc7828

View file

@ -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 6a16e00a692914b1d3918ba57e658342de4d2c23
git checkout 162b877ad4b03d4843e21e7e4674f5b74c7688fe
popd
fi
if [ ! -d breeze-icons ] ; then