diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-09-10 08:38:42 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-09-10 09:34:21 +0200 |
commit | 06e7d988b3099d545dd61f6e9c6b4f6e1ad66dae (patch) | |
tree | fad96f75d9231f9a96e682d8318db315b708245b /solenv/flatpak-manifest.in | |
parent | 13e0c7258b28c4c4c4453e38f04d975c01a0f07e (diff) |
Update Flatpak to org.freedesktop.Platform//20.08
...see <https://github.com/flathub/org.libreoffice.LibreOffice/issues/129>
"Update runtime to 20.08"
Change-Id: I3eb60e7c020857209f30cbed24c60f6a0627f938
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102353
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'solenv/flatpak-manifest.in')
-rw-r--r-- | solenv/flatpak-manifest.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in index 7e03227622c7..b1ead376e2e5 100644 --- a/solenv/flatpak-manifest.in +++ b/solenv/flatpak-manifest.in @@ -1,7 +1,7 @@ { "id": "org.libreoffice.LibreOffice", "runtime": "org.freedesktop.Platform", - "runtime-version": "19.08", + "runtime-version": "20.08", "sdk": "org.freedesktop.Sdk", "sdk-extensions": [ "org.freedesktop.Sdk.Extension.openjdk11" |