From 59f1a985f68be110d9d5248f258070e4a0ea9440 Mon Sep 17 00:00:00 2001 From: Oliver <8862627+onbjerg@users.noreply.github.com> Date: Tue, 27 Aug 2024 20:55:21 +0000 Subject: [PATCH] cryo: add 0.2.0 bottle. --- Formula/cryo.rb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Formula/cryo.rb b/Formula/cryo.rb index 56268f5..f8cf58d 100644 --- a/Formula/cryo.rb +++ b/Formula/cryo.rb @@ -12,6 +12,12 @@ class Cryo < Formula strategy :github_latest end + bottle do + root_url "https://github.com/paradigmxyz/homebrew-brew/releases/download/cryo-0.2.0" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "6d4e71d850a45df1bc0ac7c437740106e0aa51f5e8d2fa13ce7ca2e8ad10d95e" + sha256 cellar: :any_skip_relocation, ventura: "9ff80aad437bd2000a3284a3a3b2e95dab559af1cc8d82863dc9e495c73ce0eb" + end + depends_on "rust" => :build def install