diff --git a/Formula/gutenberg.rb b/Formula/gutenberg.rb index e59fabb1ae..545a1ffc04 100644 --- a/Formula/gutenberg.rb +++ b/Formula/gutenberg.rb @@ -5,6 +5,12 @@ class Gutenberg < Formula sha256 "407097164b1d6807e7dca94d68fba7538b0a85f8cf08448c4a5ca3357cfd00ca" head "https://github.com/Keats/gutenberg.git" + bottle do + sha256 "4ea2becfbc50d6a9b3f925f0cc8fd4e91560f4c997577c558de0be52413d7f32" => :high_sierra + sha256 "5b3ac8f7f1d77da03c2a5e80d7b544f95b490f2b2415de992264992d92182f3c" => :sierra + sha256 "71b50c921bc8e0bbaa01c263577dfb0c3e15421d447082bc21673f3bd6591a6a" => :el_capitan + end + depends_on "cmake" => :build depends_on "rust" => :build