aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/synfigstudio.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/synfigstudio.rb b/Library/Formula/synfigstudio.rb
index b9985530d..1efe0837a 100644
--- a/Library/Formula/synfigstudio.rb
+++ b/Library/Formula/synfigstudio.rb
@@ -5,6 +5,12 @@ class Synfigstudio < Formula
url "https://downloads.sourceforge.net/project/synfig/releases/0.64.2/source/synfigstudio-0.64.2.tar.gz"
sha1 "632a3cb09c384c0ced398a2de00e7dc4ecfd481f"
+ bottle do
+ sha1 "feaa6217d845867d674f81f4380f46b98daf9aef" => :yosemite
+ sha1 "08ee70dd675457e4664cfc091f094ac34b485a40" => :mavericks
+ sha1 "ea2bf39df2c1798ac479c3a3c08c73b4815724cf" => :mountain_lion
+ end
+
depends_on "pkg-config" => :build
depends_on "intltool" => :build
depends_on "gettext"