diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-01-17 09:19:55 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-01-17 17:41:28 +0100 |
commit | bdc9aafd629d5234b8de62d995156b1c3ce75782 (patch) | |
tree | a22290e72b9f41c777bc2e3f42c051db70b0a426 /solenv | |
parent | 6561f24bf55c617efc8ac3aca503dee572f388ab (diff) |
Adapt solenv/flatpak-manifest.in to recent download.lst changes
Reviewed-on: https://gerrit.libreoffice.org/66496
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
(cherry picked from commit 5e89aad61e143ad6a52291ef7065f5b22e348c85)
Conflicts:
solenv/flatpak-manifest.in
Change-Id: I9400c8fa5b7763debc13274f7e001b6425d8392e
Reviewed-on: https://gerrit.libreoffice.org/66524
Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
Tested-by: Jenkins
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/flatpak-manifest.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in index b2339139c420..d3b2fea02d0a 100644 --- a/solenv/flatpak-manifest.in +++ b/solenv/flatpak-manifest.in @@ -356,10 +356,10 @@ "dest-filename": "external/tarballs/liborcus-0.14.1.tar.gz" }, { - "url": "https://dev-www.libreoffice.org/src/poppler-0.66.0.tar.xz", - "sha256": "2c096431adfb74bc2f53be466889b7646e1b599f28fa036094f3f7235cc9eae7", + "url": "https://dev-www.libreoffice.org/src/poppler-0.73.0.tar.xz", + "sha256": "e44b5543903128884ba4538c2a97d3bcc8889e97ffacc4636112101f0238db03", "type": "file", - "dest-filename": "external/tarballs/poppler-0.66.0.tar.xz" + "dest-filename": "external/tarballs/poppler-0.73.0.tar.xz" }, { "url": "https://dev-www.libreoffice.org/src/postgresql-9.2.24.tar.bz2", |