File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,15 @@ class Lazysql < Formula
1010 regex ( /^v?(\d +(?:\. \d +)+)$/i )
1111 end
1212
13+ bottle do
14+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "b39c736b95ed324b0cdf0053829afbda0796b858b70b43d1f1a1233b00c0960e"
15+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "b39c736b95ed324b0cdf0053829afbda0796b858b70b43d1f1a1233b00c0960e"
16+ sha256 cellar : :any_skip_relocation , arm64_ventura : "b39c736b95ed324b0cdf0053829afbda0796b858b70b43d1f1a1233b00c0960e"
17+ sha256 cellar : :any_skip_relocation , sonoma : "b2c989d974d85f2bf369c684e86e31e83e83d86a2a0f70dea8593c9a5df605b8"
18+ sha256 cellar : :any_skip_relocation , ventura : "b2c989d974d85f2bf369c684e86e31e83e83d86a2a0f70dea8593c9a5df605b8"
19+ sha256 cellar : :any_skip_relocation , x86_64_linux : "0a017abc286d60d26ad804e35f22da4aeba2c0c01ae3fb4bf6e11d5f7459417b"
20+ end
21+
1322 depends_on "go" => :build
1423 uses_from_macos "sqlite" => :test
1524
You can’t perform that action at this time.
0 commit comments