diff options
| author | Thijs Vermeir | 2014-04-23 10:53:57 +0200 | 
|---|---|---|
| committer | Jack Nagel | 2014-04-23 11:09:13 -0500 | 
| commit | a94ba758a2596fbe6bd56ca6cfd73e6ba37a2ac4 (patch) | |
| tree | 96c67624031653c110530d11b9c7d3f477ad111c /Library/Formula | |
| parent | 3abae6adcb04f8c43f97e6ba278a241e5763705b (diff) | |
| download | homebrew-a94ba758a2596fbe6bd56ca6cfd73e6ba37a2ac4.tar.bz2 | |
gst-plugins-bad 1.2.4
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -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 d2165dbba..4aa550063 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.3.tar.xz' -  mirror 'http://ftp.osuosl.org/pub/blfs/svn/g/gst-plugins-bad-1.2.3.tar.xz' -  sha256 '595d7911a9e6207dea37200587724bdbf841b81a5eb0730118be36976684278c' +  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'    head do      url 'git://anongit.freedesktop.org/gstreamer/gst-plugins-bad'  | 
