diff options
author | Stephan Bergmann <stephan.bergmann@allotropia.de> | 2024-07-09 08:04:57 +0200 |
---|---|---|
committer | Stephan Bergmann <stephan.bergmann@allotropia.de> | 2024-07-09 15:19:44 +0200 |
commit | 371e574ffb938a45578c2ecda85343383fca5c23 (patch) | |
tree | 6174f3e03df0c3023edf29bb96b8bbb18ec72548 /solenv | |
parent | 0cbb17b4cc2af9cdebebb20126a3459be70f09d2 (diff) |
Adapt flatpak build to upstream changes
<https://github.com/flathub/org.libreoffice.LibreOffice/commit/4bed50e14d9d106093b027bc8bb780023fb42b55>
"gvfs: Update gvfs-1.54.1.tar.xz to 1.54.2 (#295)"
<https://github.com/flathub/org.libreoffice.LibreOffice/commit/88a0d0718a9ddcd75a0842b5173e6d6ecd4d3bde>
"--enable-ext-nlpsolver (#297)"
Change-Id: Ie39c22c2611a31a8e2a82ae200b7a3836393dff3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170177
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <stephan.bergmann@allotropia.de>
(cherry picked from commit 6b80e0554e4b11f9c1eb955c2d26445bc6855371)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170121
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/flatpak-manifest.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in index c6e9d4f8e874..3aef4468fa0d 100644 --- a/solenv/flatpak-manifest.in +++ b/solenv/flatpak-manifest.in @@ -51,8 +51,8 @@ "sources": [ { "type": "archive", - "url": "https://download.gnome.org/sources/gvfs/1.54/gvfs-1.54.1.tar.xz", - "sha256": "ac4a3bccb7fe1502158ef0fde5c979ab44712557d028a8e4f30a29f0fbd9d19f", + "url": "https://download.gnome.org/sources/gvfs/1.54/gvfs-1.54.2.tar.xz", + "sha256": "54908f4e10b5f1c231e90330c8c15b7f21f2bb610f194c034b338e379c508e3c", "x-checker-data": { "type": "gnome", "name": "gvfs", |