Skip to content

Commit 1ef212f

Browse files
committed
lakekeeper: add 0.9.2 bottle.
1 parent 84752a0 commit 1ef212f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Formula/l/lakekeeper.rb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ class Lakekeeper < Formula
66
license "Apache-2.0"
77
head "https://github.com/lakekeeper/lakekeeper.git", branch: "main"
88

9+
bottle do
10+
sha256 cellar: :any, arm64_sequoia: "c0fa5a90d67cb682bb86aeda90bcc9eeb401ea5b23c29e4deb1a96f711054a2c"
11+
sha256 cellar: :any, arm64_sonoma: "415eeac806a17163df776577ccccf9d1b563e6fea14b3c1e8ba2fdce080fe723"
12+
sha256 cellar: :any, arm64_ventura: "74be363ec979cb61a8fff6df7748b7fbf1a65bc8b2cdade9a5d590358c0dd941"
13+
sha256 cellar: :any, sonoma: "ca749b0b25ed835cd689ccf863088d94de4ff137237b47d28dc635f94c517cae"
14+
sha256 cellar: :any, ventura: "ab8621f0fcd75d386e0b127472c35b2043819c4de818abcc9309ba42ad635fdf"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "8db376229cfb85fb924828e9e582369ea53cf7439b510d7befd53daab15c1403"
16+
end
17+
918
depends_on "cmake" => :build
1019
depends_on "rust" => :build
1120
depends_on "postgresql@17" => :test

0 commit comments

Comments
 (0)