Commit b4d99e0 1 parent ee7e8ac commit b4d99e0 Copy full SHA for b4d99e0
File tree 1 file changed +4
-7
lines changed
1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 1
1
class ElbLogParser < Formula
2
2
desc "Simple AWS ELB log parser which parses Classic LB and ALB logs into JSONs"
3
3
homepage "https://github.com/simnalamburt/elb-log-parser"
4
- url "https://github.com/simnalamburt/elb-log-parser/archive/refs/tags/v0.2.3 .tar.gz"
5
- sha256 "0caf5b3a0d8cdaac72c4147807e34deb68ed76846a96fff962c9ea33c187c4cf "
4
+ url "https://github.com/simnalamburt/elb-log-parser/archive/refs/tags/v0.2.6 .tar.gz"
5
+ sha256 "33933432ca2a0869dae5185ff5a4e3d9c3a86bd6ac798be321c2f689a2947f8b "
6
6
license "AGPL-3.0-or-later"
7
7
8
- bottle do
9
- root_url "https://github.com/simnalamburt/homebrew-x/releases/download/elb-log-parser-0.2.3"
10
- sha256 cellar : :any_skip_relocation , arm64_sonoma : "623c545fbf9f170bdb8d5bf9a6f14d95192c95368a716b8cc4b86138c822f6ce"
11
- end
12
-
13
8
depends_on "rust" => :build
14
9
15
10
def install
16
11
system "cargo" , "install" , *std_cargo_args
12
+
13
+ generate_completions_from_executable ( bin /"elb-log-parser" , "completion" )
17
14
end
18
15
end
You can’t perform that action at this time.
0 commit comments