Skip to content

Commit 07f6d88

Browse files
committed
elb-log-parser: 0.2.3
1 parent cd08e91 commit 07f6d88

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Formula/elb-log-parser.rb

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
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/v0.2.2.tar.gz"
5-
sha256 "6d015751667592feab0f9eb1e3b0c1cc3220fbc440434cd83ffcb6c9cc05ed4e"
4+
url "https://github.com/simnalamburt/elb-log-parser/archive/v0.2.3.tar.gz"
5+
sha256 "0caf5b3a0d8cdaac72c4147807e34deb68ed76846a96fff962c9ea33c187c4cf"
66
license "AGPL-3.0-or-later"
77

88
bottle do
9-
root_url "https://github.com/simnalamburt/homebrew-x/releases/download/elb-log-parser-0.2.2"
10-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "23c063a5ee0874cca0d9a4fa56391ea2b2fc2e9dcc0d8747372d7548047ac47a"
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"
1111
end
1212

1313
depends_on "rust" => :build

0 commit comments

Comments
 (0)