Skip to content

Commit 4eabdde

Browse files
committed
lavat: add 2.1.0 bottle.
1 parent 58679a5 commit 4eabdde

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Formula/l/lavat.rb

+9
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ class Lavat < Formula
66
license "MIT"
77
head "https://github.com/AngelJumbo/lavat.git", branch: "main"
88

9+
bottle do
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "38711addd8f972b79986ae0bbaa31468cf7d90ce859835bf7a48e25a97c5b93e"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "fa92f862f00dff1a0d2e8d0c54ae9b3ca03e3318b84926fc191159a3705ea13a"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "aa35b73d1492a19eafc5bbd3302a1077edaa9b278e693d9794bc277e3612ec48"
13+
sha256 cellar: :any_skip_relocation, sonoma: "2e47c15c73dd362b47bf2cbf6a41a331f74d2e52d66a8ce400799f22cb832457"
14+
sha256 cellar: :any_skip_relocation, ventura: "374fe07d517384128561390cb971d836add8956932030f29062df39e97f3e23e"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "25c91db37d725ae7e134e65cc7151e104e57dc0fd0adf2b431feb1593bb00a9b"
16+
end
17+
918
def install
1019
system "make" # `make install` doesn't work on macOS
1120
bin.install "lavat"

0 commit comments

Comments
 (0)