diff --git a/Formula/smaug.rb b/Formula/smaug.rb index c6eb930..1588ae2 100644 --- a/Formula/smaug.rb +++ b/Formula/smaug.rb @@ -5,6 +5,11 @@ class Smaug < Formula sha256 "1f7403246a4d490e525edb278aa7928a337f88d2ef496374c9e0d9c57129ad14" license "AGPL-3.0-or-later" + bottle do + root_url "https://github.com/ereborstudios/homebrew-tap/releases/download/smaug-0.5.0" + sha256 cellar: :any, big_sur: "7e440b1b47e71570f9592ef067436b7a17d5bc6566a3b2dc4f328e5eee349436" + end + depends_on "rust" => :build depends_on "openssl@1.1"