diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 14:44:11 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 14:44:26 +0200 |
commit | 974e0c5b8993ca2aec5378af89ba5d09c05c9ec6 (patch) | |
tree | 8cbcf6d69e64b0116e80e636611a4907fb3a8f5c /solenv | |
parent | c1e2bcca09c325b47136cb730749d39c1af99a99 (diff) |
Fix prev. commit
Change-Id: I1cb5947952afce330075b97f4106c59e14fbbb14
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 95fef85cf84f..3da499405e58 100644 --- a/solenv/flatpak-manifest.in +++ b/solenv/flatpak-manifest.in @@ -202,10 +202,10 @@ "dest-filename": "external/tarballs/libe-book-0.1.2.tar.bz2" }, { - "url": "https://dev-www.libreoffice.org/src/libetonyek-0.1.7.tar.bz2", + "url": "https://dev-www.libreoffice.org/src/libetonyek-0.1.7.tar.xz", "sha256": "69dbe10d4426d52f09060d489f8eb90dfa1df592e82eb0698d9dbaf38cc734ac", "type": "file", - "dest-filename": "external/tarballs/libetonyek-0.1.7.tar.bz2" + "dest-filename": "external/tarballs/libetonyek-0.1.7.tar.xz" }, { "url": "https://dev-www.libreoffice.org/src/libexttextcat-3.4.5.tar.xz", |