diff options
| author | Thijs Vermeir | 2014-07-21 15:17:03 +0200 | 
|---|---|---|
| committer | Mike McQuaid | 2014-07-21 20:39:29 +0100 | 
| commit | 5d69f27e1fb59c34705c29fc982a18371ab73e67 (patch) | |
| tree | 5b14d81dde56c92b33bbfe16961e54d08abb3b2e /Library | |
| parent | cf30e777bf43e3349f767e4d7117bc06ad27ac95 (diff) | |
| download | homebrew-5d69f27e1fb59c34705c29fc982a18371ab73e67.tar.bz2 | |
gst-plugins-bad 1.4.0
Diffstat (limited to 'Library')
| -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'  | 
