From 58edeaba277372dc5515936b0e822e035e0e69eb Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 20 Nov 2022 00:58:28 +0000 Subject: [PATCH] llama: add 1.1.1 bottle. --- Formula/llama.rb | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Formula/llama.rb b/Formula/llama.rb index 76f43b6fb42..103af40a94c 100644 --- a/Formula/llama.rb +++ b/Formula/llama.rb @@ -5,6 +5,16 @@ class Llama < Formula sha256 "fbe387c567d4be018c7b031a87c311d866fb892a306c8d0619e5ce800a466bb6" license "MIT" + bottle do + sha256 cellar: :any_skip_relocation, arm64_ventura: "9073910ed891d81f9fd5507b457e7cb9dde3d4fc79967d152b293743d1f90921" + sha256 cellar: :any_skip_relocation, arm64_monterey: "9073910ed891d81f9fd5507b457e7cb9dde3d4fc79967d152b293743d1f90921" + sha256 cellar: :any_skip_relocation, arm64_big_sur: "9073910ed891d81f9fd5507b457e7cb9dde3d4fc79967d152b293743d1f90921" + sha256 cellar: :any_skip_relocation, monterey: "306440628604a10d958aa92109831598cbe795536399a33d318805021855706f" + sha256 cellar: :any_skip_relocation, big_sur: "306440628604a10d958aa92109831598cbe795536399a33d318805021855706f" + sha256 cellar: :any_skip_relocation, catalina: "306440628604a10d958aa92109831598cbe795536399a33d318805021855706f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "bd362a0613cead61493dcae5ee212c732f4d0fbdd5a19cdbbbbcaa8850b2e7f9" + end + depends_on "go" => :build def install