We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b3b987 commit 6b3eeb9Copy full SHA for 6b3eeb9
Formula/xz.rb
@@ -2,9 +2,9 @@
2
# https://github.com/Homebrew/homebrew/pull/21419
3
class Xz < Formula
4
desc "General-purpose data compression with high compression ratio"
5
- homepage "http://tukaani.org/xz/"
+ homepage "https://tukaani.org/xz/"
6
url "https://fossies.org/linux/misc/xz-5.2.3.tar.gz"
7
- mirror "http://tukaani.org/xz/xz-5.2.3.tar.gz"
+ mirror "https://tukaani.org/xz/xz-5.2.3.tar.gz"
8
sha256 "71928b357d0a09a12a4b4c5fafca8c31c19b0e7d3b8ebb19622e96f26dbf28cb"
9
10
bottle do
0 commit comments