Commit 4335b47 1 parent b4d99e0 commit 4335b47 Copy full SHA for 4335b47
File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ class ElbLogParser < Formula
5
5
sha256 "33933432ca2a0869dae5185ff5a4e3d9c3a86bd6ac798be321c2f689a2947f8b"
6
6
license "AGPL-3.0-or-later"
7
7
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
+
8
16
depends_on "rust" => :build
9
17
10
18
def install
You can’t perform that action at this time.
0 commit comments