Skip to content

Commit

Permalink
xz 5.2.9
Browse files Browse the repository at this point in the history
Closes #116778.

Signed-off-by: FX Coudert <[email protected]>
Signed-off-by: Michael Cho <[email protected]>
Signed-off-by: BrewTestBot <[email protected]>
  • Loading branch information
p-linnane authored and BrewTestBot committed Dec 4, 2022
1 parent 8810b73 commit 2e948ea
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Formula/xz.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ class Xz < Formula
desc "General-purpose data compression with high compression ratio"
homepage "https://tukaani.org/xz/"
# The archive.org mirror below needs to be manually created at `archive.org`.
url "https://downloads.sourceforge.net/project/lzmautils/xz-5.2.7.tar.gz"
mirror "https://tukaani.org/xz/xz-5.2.7.tar.gz"
mirror "https://archive.org/download/xz-5.2.7/xz-5.2.7.tar.gz"
mirror "http://archive.org/download/xz-5.2.7/xz-5.2.7.tar.gz"
sha256 "06327c2ddc81e126a6d9a78b0be5014b976a2c0832f492dcfc4755d7facf6d33"
url "https://downloads.sourceforge.net/project/lzmautils/xz-5.2.9.tar.gz"
mirror "https://tukaani.org/xz/xz-5.2.9.tar.gz"
mirror "https://archive.org/download/xz-5.2.9/xz-5.2.9.tar.gz"
mirror "http://archive.org/download/xz-5.2.9/xz-5.2.9.tar.gz"
sha256 "e982ea31b81543d7ee2b6fa34c2ad11760e1c50c6f4475add8ba0f2f005f07b4"
license all_of: [
:public_domain,
"LGPL-2.1-or-later",
Expand Down

0 comments on commit 2e948ea

Please sign in to comment.