lzip 1.21
Closes #39781. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
9cdf5ca3c6
commit
9f8e5b7546
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
class Lzip < Formula
|
class Lzip < Formula
|
||||||
desc "LZMA-based compression program similar to gzip or bzip2"
|
desc "LZMA-based compression program similar to gzip or bzip2"
|
||||||
homepage "https://www.nongnu.org/lzip/"
|
homepage "https://www.nongnu.org/lzip/"
|
||||||
url "https://download-mirror.savannah.gnu.org/releases/lzip/lzip-1.20.tar.gz"
|
url "https://download-mirror.savannah.gnu.org/releases/lzip/lzip-1.21.tar.gz"
|
||||||
sha256 "c93b81a5a7788ef5812423d311345ba5d3bd4f5ebf1f693911e3a13553c1290c"
|
sha256 "e48b5039d3164d670791f9c5dbaa832bf2df080cb1fbb4f33aa7b3300b670d8b"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
cellar :any_skip_relocation
|
cellar :any_skip_relocation
|
||||||
|
|
Loading…
Reference in a new issue