From 650bbba7229e060e8255dad7e0e8957382e54457 Mon Sep 17 00:00:00 2001 From: Matt Pruitt Date: Sun, 27 Jun 2021 13:19:41 +0000 Subject: [PATCH] smaug: add 0.3.2 bottle. --- Formula/smaug.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Formula/smaug.rb b/Formula/smaug.rb index 7531326..5cc1774 100644 --- a/Formula/smaug.rb +++ b/Formula/smaug.rb @@ -5,6 +5,11 @@ class Smaug < Formula sha256 "930422e0e210e7ecafd87a8baf57a1482ef891783f6da0877035dd6d93ba0b9e" license "AGPL-3.0-or-later" + bottle do + root_url "https://github.com/ereborstudios/homebrew-tap/releases/download/smaug-0.3.2" + sha256 cellar: :any, catalina: "652fc7efc299ded791e23b4905094a2c88563f9b40fe987a7d13c9ba836dd59b" + end + depends_on "rust" => :build depends_on "openssl@1.1"