diff options
| author | Thijs Vermeir | 2014-04-23 10:51:29 +0200 | 
|---|---|---|
| committer | Jack Nagel | 2014-04-23 11:09:12 -0500 | 
| commit | 3abae6adcb04f8c43f97e6ba278a241e5763705b (patch) | |
| tree | 611adc2323c7291a5c779707798c54f6e3f8d784 /Library/Formula/gst-plugins-good.rb | |
| parent | 682c3183ddb0777af9c17d1f8676f1e9dbd6219a (diff) | |
| download | homebrew-3abae6adcb04f8c43f97e6ba278a241e5763705b.tar.bz2 | |
gst-plugins-good 1.2.4
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/gst-plugins-good.rb')
| -rw-r--r-- | Library/Formula/gst-plugins-good.rb | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/gst-plugins-good.rb b/Library/Formula/gst-plugins-good.rb index 95dc9e126..6d18fdf63 100644 --- a/Library/Formula/gst-plugins-good.rb +++ b/Library/Formula/gst-plugins-good.rb @@ -4,9 +4,9 @@ class GstPluginsGood < Formula    homepage 'http://gstreamer.freedesktop.org/'    stable do -    url 'http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.2.3.tar.xz' -    mirror 'http://ftp.osuosl.org/pub/blfs/svn/g/gst-plugins-good-1.2.3.tar.xz' -    sha256 'bfb33536a515bdcc34482f64b8d9cc3e47c753878b254923b419bc2f7485e470' +    url 'http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.2.4.tar.xz' +    mirror 'http://ftp.osuosl.org/pub/blfs/svn/g/gst-plugins-good-1.2.4.tar.xz' +    sha256 'c9c90368393c2e5e78387e95c02ce7b19f48e793bba6d8547f2c4b51c6f420d3'      depends_on 'check' => :optional    end  | 
