diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2018-06-16 19:47:58 +0900 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-06-18 06:32:23 +0900 |
commit | 1501c8fbc7c783e5ee716ace872565774644317d (patch) | |
tree | f27bbdd74fcc33bbc88e48b975754e969a3231a4 /scripts | |
parent | 238d47710eabf357434807adc6b8940263b5a047 (diff) | |
download | subsurface-1501c8fbc7c783e5ee716ace872565774644317d.tar.gz |
QML UI: update to newer Kirigami
This seems equally stable to what we have and doesn't appear to
introduce any new breakage.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/get-dep-lib.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/get-dep-lib.sh b/scripts/get-dep-lib.sh index 0280b1be1..909913c2d 100755 --- a/scripts/get-dep-lib.sh +++ b/scripts/get-dep-lib.sh @@ -13,7 +13,7 @@ CURRENT_XSLT="v1.1.29" CURRENT_SQLITE="3190200" CURRENT_LIBXML2="v2.9.4" CURRENT_LIBFTDI="1.3" -CURRENT_KIRIGAMI="70c025ef6f6dc63c85180867f70f5e00ba5a8dba" +CURRENT_KIRIGAMI="8b803828ad9ea67559a64a93c927862d6b19c96e" CURRENT_BREEZE_ICONS="" # Checkout library from git |