Commit 07f6d88 1 parent cd08e91 commit 07f6d88 Copy full SHA for 07f6d88
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
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/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 "
6
6
license "AGPL-3.0-or-later"
7
7
8
8
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 "
11
11
end
12
12
13
13
depends_on "rust" => :build
You can’t perform that action at this time.
0 commit comments