From 4711ebf869f3fefa6d06a0581e1091508a647e80 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 17 Jul 2022 17:51:42 +0000 Subject: [PATCH] helix: add 22.05 bottle. --- Formula/helix.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/helix.rb b/Formula/helix.rb index addde17b9cb..8c6a4c803e1 100644 --- a/Formula/helix.rb +++ b/Formula/helix.rb @@ -6,6 +6,15 @@ class Helix < Formula license "MPL-2.0" head "https://github.com/helix-editor/helix.git", branch: "master" + bottle do + sha256 cellar: :any, arm64_monterey: "aec80ee34af08aa6a66782f58a280c5de3cdf30057eda4e9180b67a8762f06e7" + sha256 cellar: :any, arm64_big_sur: "d703cd9935cc5b8ab412ac243213e0b4e3fd043932ad2694c94b81cbb0ff51bd" + sha256 cellar: :any, monterey: "fd23f12160f10676dd9b618dd492bbf5f0ba198f88c290db6628ae2341ed16e1" + sha256 cellar: :any, big_sur: "8b173676046ad2d6e335da356d18e9ac61dee3ba994f47546ed6aa3041ae5d38" + sha256 cellar: :any, catalina: "5c6f80440d9028c97f63365832ab563b74b4c07c811542b335c25a7ef7d870dd" + sha256 x86_64_linux: "85bde91e1b582a795b17d5dec43195bdae8e22d5af28318055a446f48ffc79b6" + end + depends_on "rust" => :build on_linux do