Closes #116778.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
Signed-off-by: Michael Cho <20700669+cho-m@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
Patrick Linnane 2022-11-30 13:24:53 -08:00 committed by BrewTestBot
parent 8810b73d9f
commit 2e948eaf90
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 5 additions and 5 deletions

View File

@ -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",