aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrewTestBot2014-10-28 05:55:57 +0000
committerMike McQuaid2014-10-28 08:26:18 +0000
commit0190e1e2dfe111a644a42c009ab0d0f8118b916c (patch)
treeea18acf3d89effb6f43b151d867103fda08bd9eb
parenta5cc7e0aa60bb2610d82d8b8ee08d11695ba73cf (diff)
downloadhomebrew-0190e1e2dfe111a644a42c009ab0d0f8118b916c.tar.bz2
synfigstudio: add 0.64.2 bottle.
Closes #33673. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
-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"