Skip to content

Commit b4d99e0

Browse files
committed
elb-log-parser: 0.2.6
Closes #17. Signed-off-by: Jihyeon Kim (김지현) <[email protected]>
1 parent ee7e8ac commit b4d99e0

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

Formula/elb-log-parser.rb

+4-7
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
11
class ElbLogParser < Formula
22
desc "Simple AWS ELB log parser which parses Classic LB and ALB logs into JSONs"
33
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"
66
license "AGPL-3.0-or-later"
77

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-
138
depends_on "rust" => :build
149

1510
def install
1611
system "cargo", "install", *std_cargo_args
12+
13+
generate_completions_from_executable(bin/"elb-log-parser", "completion")
1714
end
1815
end

0 commit comments

Comments
 (0)