Skip to content

Commit 1bc804d

Browse files
committed
xz 5.8.1
1 parent 49feb55 commit 1bc804d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Formula/x/xz.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
class Xz < Formula
22
desc "General-purpose data compression with high compression ratio"
33
homepage "https://tukaani.org/xz/"
4-
url "https://github.com/tukaani-project/xz/releases/download/v5.8.0/xz-5.8.0.tar.gz"
5-
mirror "https://downloads.sourceforge.net/project/lzmautils/xz-5.8.0.tar.gz"
6-
mirror "http://downloads.sourceforge.net/project/lzmautils/xz-5.8.0.tar.gz"
7-
sha256 "b523c5e47d1490338c5121bdf2a6ecca2bcf0dce05a83ad40a830029cbe6679b"
4+
url "https://github.com/tukaani-project/xz/releases/download/v5.8.1/xz-5.8.1.tar.gz"
5+
mirror "https://downloads.sourceforge.net/project/lzmautils/xz-5.8.1.tar.gz"
6+
mirror "http://downloads.sourceforge.net/project/lzmautils/xz-5.8.1.tar.gz"
7+
sha256 "507825b599356c10dca1cd720c9d0d0c9d5400b9de300af00e4d1ea150795543"
88
license all_of: [
99
"0BSD",
1010
"GPL-2.0-or-later",

0 commit comments

Comments
 (0)