diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2019-10-05 14:26:21 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-10-13 11:32:27 -0700 |
commit | 272cb43c4e6b358e7d4ed7515534d8c772e3aae9 (patch) | |
tree | fbd18a34d5ddef931fb00b0e9c2f19700246c067 /scripts | |
parent | 57d50d01019a4498973fce1448dbd249e69b77ba (diff) | |
download | subsurface-272cb43c4e6b358e7d4ed7515534d8c772e3aae9.tar.gz |
Mobile: update Kirigami to v5.62
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 ef1d2beda..0ae39880c 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="8691651c1f0d09430416ba5fe2130647554b06a9" +CURRENT_KIRIGAMI="v5.62.0" CURRENT_BREEZE_ICONS="" CURRENT_GRANTLEE="master" CURRENT_MDBTOOLS="master" |