diff options
| author | BrewTestBot | 2014-07-21 20:33:07 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-07-21 20:40:07 +0100 |
| commit | 33327c7e11f910490850a25c5df68a46bcc9e3af (patch) | |
| tree | 74fad5d7892ce1249653642b6c55e3f7ec47db37 /Library/Formula | |
| parent | f020f3b47bc86d51456a444481b730f65bf7b8df (diff) | |
| download | homebrew-33327c7e11f910490850a25c5df68a46bcc9e3af.tar.bz2 | |
gst-plugins-good: add 1.4.0 bottle.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/gst-plugins-good.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/gst-plugins-good.rb b/Library/Formula/gst-plugins-good.rb index 95c1087ed..93235e735 100644 --- a/Library/Formula/gst-plugins-good.rb +++ b/Library/Formula/gst-plugins-good.rb @@ -11,6 +11,12 @@ class GstPluginsGood < Formula depends_on 'check' => :optional end + bottle do + sha1 "e4962534c01fa90443ebc05fcc153b8d1a17e3f9" => :mavericks + sha1 "9be1005b6db6ad4877547262b1277c3dbe9dd43e" => :mountain_lion + sha1 "13d6763c57af2fc6eb7f515b28d020048761a603" => :lion + end + head do url 'git://anongit.freedesktop.org/gstreamer/gst-plugins-good' |
