File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed
Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change 11class UtilLinux < Formula
22 desc "Collection of Linux utilities"
33 homepage "https://github.com/util-linux/util-linux"
4- url "https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.41/util-linux-2.41.1 .tar.xz"
5- sha256 "be9ad9a276f4305ab7dd2f5225c8be1ff54352f565ff4dede9628c1aaa7dec57 "
4+ url "https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.41/util-linux-2.41.2 .tar.xz"
5+ sha256 "6062a1d89b571a61932e6fc0211f36060c4183568b81ee866cf363bce9f6583e "
66 license all_of : [
77 "BSD-3-Clause" ,
88 "BSD-4-Clause-UC" ,
@@ -12,7 +12,6 @@ class UtilLinux < Formula
1212 "LGPL-2.1-or-later" ,
1313 :public_domain ,
1414 ]
15- revision 1
1615
1716 # The directory listing where the `stable` archive is found uses major/minor
1817 # version directories, where it's necessary to check inside a directory to
@@ -71,12 +70,6 @@ class UtilLinux < Formula
7170 sha256 "b372a7578ff397787f37e1aa1c03c8299c9b3e3f7ab8620c4af68c93ab2103b5"
7271 end
7372
74- # fix bash completion, upstream pr ref, https://github.com/util-linux/util-linux/pull/3627
75- patch do
76- url "https://github.com/util-linux/util-linux/commit/565eb6370c76721bbd0d7fa292d9315a6856f627.patch?full_index=1"
77- sha256 "3945234bcfbf4d9126e92b4f808029971ab26330618da53671941ba1a52d8427"
78- end
79-
8073 def install
8174 system "autoreconf" , "--force" , "--install" , "--verbose"
8275
You can’t perform that action at this time.
0 commit comments