diff options
| author | Thijs Vermeir | 2013-09-24 15:54:49 +0200 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-09-30 20:37:24 -0700 | 
| commit | 6e1a23d1de3710c96306b56f50e69dac6f11bb3d (patch) | |
| tree | 96d75c166543087ded7cbc5034b591a98ebffc52 /Library/Formula/gst-plugins-base.rb | |
| parent | 46245a863ea3f504f1bdf6b1e54e5dc798b35898 (diff) | |
| download | homebrew-6e1a23d1de3710c96306b56f50e69dac6f11bb3d.tar.bz2 | |
gst-plugins-base 1.2.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/gst-plugins-base.rb')
| -rw-r--r-- | Library/Formula/gst-plugins-base.rb | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/gst-plugins-base.rb b/Library/Formula/gst-plugins-base.rb index b002da6ee..d1d6eced7 100644 --- a/Library/Formula/gst-plugins-base.rb +++ b/Library/Formula/gst-plugins-base.rb @@ -2,9 +2,9 @@ require 'formula'  class GstPluginsBase < Formula    homepage 'http://gstreamer.freedesktop.org/' -  url 'http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-1.0.10.tar.xz' -  mirror 'http://ftp.osuosl.org/pub/blfs/svn/g/gst-plugins-base-1.0.10.tar.xz' -  sha256 '9754e83b2a3ff61266112915bfc84c895c4d145519ad9a3381edceb216bc97e8' +  url 'http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-1.2.0.tar.xz' +  mirror 'http://ftp.osuosl.org/pub/blfs/svn/g/gst-plugins-base-1.2.0.tar.xz' +  sha256 '8656e20bf4b675e5696fb4af193793351926d428ca02826c5667a6384729a45d'    head do      url 'git://anongit.freedesktop.org/gstreamer/gst-plugins-base'  | 
