Commit cd08e91 1 parent 3411560 commit cd08e91 Copy full SHA for cd08e91
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.1 .tar.gz"
5
- sha256 "8554c5f571e3f6f29514cfabb788481f61b966d6020bbcd78a1d08a3254aaf4c "
4
+ url "https://github.com/simnalamburt/elb-log-parser/archive/v0.2.2 .tar.gz"
5
+ sha256 "6d015751667592feab0f9eb1e3b0c1cc3220fbc440434cd83ffcb6c9cc05ed4e "
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.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 "
11
11
end
12
12
13
13
depends_on "rust" => :build
You can’t perform that action at this time.
0 commit comments