Skip to content

Commit c78ef07

Browse files
ococharddaeho-ro
authored andcommitted
ipmitool: add patch to fix lan print
1 parent 27299b1 commit c78ef07

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

Formula/i/ipmitool.rb

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ class Ipmitool < Formula
44
url "https://codeberg.org/IPMITool/ipmitool/archive/IPMITOOL_1_8_19.tar.gz"
55
sha256 "ce13c710fea3c728ba03a2a65f2dd45b7b13382b6f57e25594739f2e4f20d010"
66
license "BSD-3-Clause"
7-
revision 2
7+
revision 3
88

99
livecheck do
1010
url :stable
@@ -36,8 +36,15 @@ class Ipmitool < Formula
3636
depends_on "readline"
3737
end
3838

39-
# fix enterprise-number URL due to IANA URL scheme change
40-
# remove in next release
39+
# Patch to fix lan print
40+
# https://github.com/ipmitool/ipmitool/issues/388
41+
patch do
42+
url "https://github.com/ipmitool/ipmitool/commit/a61349b443c16821e4884cde5ad8c031d619631a.patch?full_index=1"
43+
sha256 "e026b8a5a5128714a0f36d05b4b26428dca3522dc889ebc21dc8888a2d3f1505"
44+
end
45+
46+
# Patch to fix enterprise-number URL due to IANA URL scheme change
47+
# https://github.com/ipmitool/ipmitool/issues/377
4148
patch do
4249
url "https://codeberg.org/IPMITool/ipmitool/commit/1edb0e27e44196d1ebe449aba0b9be22d376bcb6.patch?full_index=1"
4350
sha256 "044363a930cf6a9753d8be2a036a0ee8c4243ce107eebc639dcb93e1e412e0ed"

0 commit comments

Comments
 (0)