diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2021-12-16 19:49:55 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2021-12-16 22:33:13 +0100 |
commit | 5a7eb9cb97ce58d212348d46fad3a1755b54db64 (patch) | |
tree | 0e44c0532b1edd24b95c44b2e0047f6d8fbd36fb /solenv/flatpak-manifest.in | |
parent | 045665d7760f14b36f9971f8b736d5dee6189b0a (diff) |
NEON_{SHA256SUM,TARBALL} are gone from download.lst
...since 023ebf17898db4bca63129f079fd90b5cf76c1a9 "ucb: remove
--with-webdav=neon"
Change-Id: I6744cc853d5c12bf29751bb6c1815d5de507d0fb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126961
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'solenv/flatpak-manifest.in')
-rw-r--r-- | solenv/flatpak-manifest.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in index b56111126b80..43dcbf331746 100644 --- a/solenv/flatpak-manifest.in +++ b/solenv/flatpak-manifest.in @@ -404,13 +404,6 @@ "dest-filename": "@MDDS_TARBALL@" }, { - "url": "https://dev-www.libreoffice.org/src/@NEON_TARBALL@", - "sha256": "@NEON_SHA256SUM@", - "type": "file", - "dest": "external/tarballs", - "dest-filename": "@NEON_TARBALL@" - }, - { "url": "https://dev-www.libreoffice.org/src/@FONT_NOTO_TARBALL@", "sha256": "@FONT_NOTO_SHA256SUM@", "type": "file", |