diff options
| author | Heiko Becker <[email protected]> | 2026-03-02 18:47:22 +0100 |
|---|---|---|
| committer | Heiko Becker <[email protected]> | 2026-03-03 13:07:50 +0100 |
| commit | d323471ed84c603c8fa0ea85be7385a26362ed92 (patch) | |
| tree | 3b9046c1b79574300fac85e3e938cbdc6628ac01 | |
| parent | fe94f594efce4da83b5751db17310a9e23e53e80 (diff) | |
flatpak: Bump libarchive to 3.8.5, use github
The download from libarchive.org returns 504 for some time now.
| -rw-r--r-- | .flatpak-manifest.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.flatpak-manifest.json b/.flatpak-manifest.json index 659272785..40d31a9a0 100644 --- a/.flatpak-manifest.json +++ b/.flatpak-manifest.json @@ -77,8 +77,8 @@ "sources": [ { "type": "archive", - "url": "https://www.libarchive.org/downloads/libarchive-3.8.1.tar.xz", - "sha256": "19f917d42d530f98815ac824d90c7eaf648e9d9a50e4f309c812457ffa5496b5" + "url": "https://github.com/libarchive/libarchive/releases/download/v3.8.5/libarchive-3.8.5.tar.xz", + "sha256": "d68068e74beee3a0ec0dd04aee9037d5757fcc651591a6dcf1b6d542fb15a703" } ] }, |
