aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gst-validate.rb
diff options
context:
space:
mode:
authorBrewTestBot2015-04-13 07:13:52 +0100
committerXu Cheng2015-04-13 16:10:43 +0800
commite3edfcc857b9f55240765a34cd67477624cd28e6 (patch)
treefa3cdc308ba010fea74a195152ce2bba0d133b6f /Library/Formula/gst-validate.rb
parent1a242ecc969be0d733fc77a6127272d634f0bad4 (diff)
downloadhomebrew-e3edfcc857b9f55240765a34cd67477624cd28e6.tar.bz2
gst-validate: add 1.4.0 bottle.
Diffstat (limited to 'Library/Formula/gst-validate.rb')
-rw-r--r--Library/Formula/gst-validate.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/gst-validate.rb b/Library/Formula/gst-validate.rb
index 714abb960..b4e341581 100644
--- a/Library/Formula/gst-validate.rb
+++ b/Library/Formula/gst-validate.rb
@@ -3,6 +3,12 @@ class GstValidate < Formula
url "http://gstreamer.freedesktop.org/src/gst-validate/gst-validate-1.4.0.tar.xz"
sha256 "ac30d1041a8cfe5d268439f5cedee7e9753ba49080fc67bff1266581198438d0"
+ bottle do
+ sha256 "f5dca749834de5b432007b4c2f3d88dd1aaf1b144b5209318c62fa62a75d8c51" => :yosemite
+ sha256 "3f916cd3acd23dac5159684f709c0944c0977a057b25aec0072bd2312a62fb25" => :mavericks
+ sha256 "a19857658ef39937d9702c20d271068edad58f31e2e9d7fa64278c672d920694" => :mountain_lion
+ end
+
head do
url "git://anongit.freedesktop.org/gstreamer/gst-devtools"