From c34d9578f093812cc9348a7aeb986d30d2c70058 Mon Sep 17 00:00:00 2001 From: Carlo Cabrera <30379873+carlocab@users.noreply.github.com> Date: Sat, 1 Jan 2022 08:08:56 +0000 Subject: [PATCH] rune: add 0.10.3 bottle. --- Formula/rune.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/rune.rb b/Formula/rune.rb index 597ef1a847e..c5223e16a98 100644 --- a/Formula/rune.rb +++ b/Formula/rune.rb @@ -6,6 +6,15 @@ class Rune < Formula license any_of: ["Apache-2.0", "MIT"] head "https://github.com/rune-rs/rune.git", branch: "main" + bottle do + sha256 cellar: :any_skip_relocation, arm64_monterey: "470720dc802a9d771b735348b6b70f99d0a7922884780b4d2d2331fb9cd36e0e" + sha256 cellar: :any_skip_relocation, arm64_big_sur: "4dc6f0ac6d1c50d26dce9969acc9844fba4449f4a23e884a5f3dd371c5379c72" + sha256 cellar: :any_skip_relocation, monterey: "e5a6df8228e395fe4d5903aa7ffd1882df568f4f0d2e5c80f173bcd265d5de3e" + sha256 cellar: :any_skip_relocation, big_sur: "f06875e2bac0153db0f01ce2ba26e83a1383be95ee62dba2b68202c1c79f1cac" + sha256 cellar: :any_skip_relocation, catalina: "50012e39e8d7e32827c38e90ec51189e3d98ea92d16b534844a9e58630479197" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e49d1d808cda3a62096c5182f4c8a6b2607de99dc36ad9ec9b6e031dac995186" + end + depends_on "rust" => :build def install