From 78d132b423a4c76d883189f0a743592078f360a1 Mon Sep 17 00:00:00 2001 From: Douglas Rhine <59268455+dgcampea@users.noreply.github.com> Date: Fri, 4 Sep 2020 13:14:25 +0100 Subject: [PATCH] chore(flatpak): update deps and bump runtime to 5.15 --- flatpak/build.sh | 2 +- flatpak/io.github.qtox.qTox.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flatpak/build.sh b/flatpak/build.sh index bb2fb7bcf..33af1f480 100755 --- a/flatpak/build.sh +++ b/flatpak/build.sh @@ -45,7 +45,7 @@ flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flat for i in {1..5} do echo "Download try $i" - flatpak --system install flathub -y org.kde.Sdk/x86_64/5.14 || true + flatpak --system install flathub -y org.kde.Sdk/x86_64/5.15 || true done ## Workaround end diff --git a/flatpak/io.github.qtox.qTox.json b/flatpak/io.github.qtox.qTox.json index 9745c3492..7251dbf98 100644 --- a/flatpak/io.github.qtox.qTox.json +++ b/flatpak/io.github.qtox.qTox.json @@ -2,7 +2,7 @@ "app-id": "io.github.qtox.qTox", "runtime": "org.kde.Platform", "sdk": "org.kde.Sdk", - "runtime-version": "5.14", + "runtime-version": "5.15", "command": "qtox", "rename-icon": "qtox", "finish-args": [ @@ -24,7 +24,7 @@ "add-extensions": { "org.freedesktop.Platform.ffmpeg-full": { "directory": "lib/ffmpeg", - "version": "19.08", + "version": "20.08", "add-ld-path": "." } }, @@ -75,8 +75,8 @@ { "type": "git", "url": "https://github.com/sqlcipher/sqlcipher", - "tag": "v4.3.0", - "commit": "ece66fdcbb6b43876d25e8e6308991a097fa8661", + "tag": "v4.4.0", + "commit": "4a81bea61e1da6fec222d713852830f1fd01aed2", "disable-fsckobjects" : true } ]