Skip to content

Commit 4335b47

Browse files
committed
elb-log-parser: add 0.2.6 bottle.
1 parent b4d99e0 commit 4335b47

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Formula/elb-log-parser.rb

+8
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ class ElbLogParser < Formula
55
sha256 "33933432ca2a0869dae5185ff5a4e3d9c3a86bd6ac798be321c2f689a2947f8b"
66
license "AGPL-3.0-or-later"
77

8+
bottle do
9+
root_url "https://github.com/simnalamburt/homebrew-x/releases/download/elb-log-parser-0.2.6"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "63e412f935ac4371bbc29bd762963973d6db9d394050db0850e25d179a050324"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "5ce7a5f86befb0836c077387ce7e472d67cdd9f7ef71254788a1202af921fa62"
12+
sha256 cellar: :any_skip_relocation, ventura: "46d4c3544843936cd9dbc57e3cccb77d714279ff1c7026c6ea347ce6d2e4d420"
13+
sha256 cellar: :any_skip_relocation, x86_64_linux: "e3cc7ce4d5efe5cd3995e411d7f052ffcadda009f9661536a40a34a72fca2924"
14+
end
15+
816
depends_on "rust" => :build
917

1018
def install

0 commit comments

Comments
 (0)