aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrewTestBot2014-10-28 05:55:56 +0000
committerMike McQuaid2014-10-28 08:26:18 +0000
commita5cc7e0aa60bb2610d82d8b8ee08d11695ba73cf (patch)
tree72198a462c21c6a7996a384ee6f8ba16b63593b6
parent0a2bd5fcec326c0879c775931ce4dba4e25fdec6 (diff)
downloadhomebrew-a5cc7e0aa60bb2610d82d8b8ee08d11695ba73cf.tar.bz2
synfig: add 0.64.2 bottle.
-rw-r--r--Library/Formula/synfig.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/synfig.rb b/Library/Formula/synfig.rb
index 8f57ef1d9..436a210db 100644
--- a/Library/Formula/synfig.rb
+++ b/Library/Formula/synfig.rb
@@ -7,6 +7,12 @@ class Synfig < Formula
head "git://synfig.git.sourceforge.net/gitroot/synfig/synfig"
+ bottle do
+ sha1 "1353dc1b8855ae972fe5b2aa74c4725c919ec233" => :yosemite
+ sha1 "f5d93ec9e09a37b0d9529d6282395facba82d9e0" => :mavericks
+ sha1 "0feeffbb682c86a11fae0a405232fb3f5d67f51d" => :mountain_lion
+ end
+
depends_on "pkg-config" => :build
depends_on "gettext"
depends_on "etl"