Skip to content

Commit

Permalink
elb-log-parser: 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
simnalamburt committed May 3, 2023
1 parent 4f9168d commit d791787
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Formula/elb-log-parser.rb
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
class ElbLogParser < Formula
desc "Simple AWS ELB log parser which parses Classic LB and ALB logs into JSONs"
homepage "https://github.com/simnalamburt/elb-log-parser"
url "https://github.com/simnalamburt/elb-log-parser/archive/v0.1.1.tar.gz"
sha256 "4762a8a7dd8e946699358a0a8d26ffdec88996ccf509ecdcd54ff39814820940"
url "https://github.com/simnalamburt/elb-log-parser/archive/v0.1.2.tar.gz"
sha256 "6294869c0f59880226f90753719028a253ba9753e3ec18e13776b82c61dc4eb2"
license "AGPL-3.0-or-later"

bottle do
root_url "https://github.com/simnalamburt/homebrew-x/releases/download/elb-log-parser-0.1.1"
root_url "https://github.com/simnalamburt/homebrew-x/releases/download/elb-log-parser-0.1.2"
sha256 cellar: :any_skip_relocation, arm64_ventura: "2a061150b551859009ec4dec8cd524e62e5ef9374a215f335368165c687295c4"
sha256 cellar: :any_skip_relocation, arm64_monterey: "0f9b5c78422325e63cb73fbe6a4ff8b03b04f79fb748b209dd1b8c4c41598ffd"
sha256 cellar: :any_skip_relocation, arm64_monterey: "28f9fefda18b462bc8728ac072404aac068b680f3449965bea69c34487379a87"
end

depends_on "rust" => :build
Expand Down

0 comments on commit d791787

Please sign in to comment.