Skip to content

Commit cd08e91

Browse files
committed
elb-log-parser: 0.2.2
1 parent 3411560 commit cd08e91

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.1.tar.gz"
5-
sha256 "8554c5f571e3f6f29514cfabb788481f61b966d6020bbcd78a1d08a3254aaf4c"
4+
url "https://github.com/simnalamburt/elb-log-parser/archive/v0.2.2.tar.gz"
5+
sha256 "6d015751667592feab0f9eb1e3b0c1cc3220fbc440434cd83ffcb6c9cc05ed4e"
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.1"
10-
sha256 cellar: :any_skip_relocation, arm64_ventura: "0c25d30543e3a660b96b0ca70f9892241ffbab9639999637b0e7718ff826de89"
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"
1111
end
1212

1313
depends_on "rust" => :build

0 commit comments

Comments
 (0)