diff options
| -rw-r--r-- | Library/Formula/gst-plugins-bad.rb | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/gst-plugins-bad.rb b/Library/Formula/gst-plugins-bad.rb index 3e03fd0d0..98dd35acb 100644 --- a/Library/Formula/gst-plugins-bad.rb +++ b/Library/Formula/gst-plugins-bad.rb @@ -2,9 +2,9 @@ require 'formula'  class GstPluginsBad < Formula    homepage 'http://gstreamer.freedesktop.org/' -  url 'http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.2.4.tar.xz' -  mirror 'http://ftp.osuosl.org/pub/blfs/svn/g/gst-plugins-bad-1.2.4.tar.xz' -  sha256 '984c133ec9d5d705e313d9e2bbd1472b93c6567460602a9a316578925ffe2eca' +  url 'http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.4.0.tar.xz' +  mirror 'http://ftp.osuosl.org/pub/blfs/svn/g/gst-plugins-bad-1.4.0.tar.xz' +  sha256 'ff2cb754f7725b205aec66002b1406e440f3a03194b6cad2d126ef5cd00902f9'    head do      url 'git://anongit.freedesktop.org/gstreamer/gst-plugins-bad'  | 
