gst-plugins-base 1.0.8
Closes Homebrew/homebrew#21208. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
2cec10d270
commit
fe12283c0b
1 changed files with 3 additions and 3 deletions
|
@ -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.7.tar.xz'
|
||||
mirror 'http://ftp.osuosl.org/pub/blfs/svn/g/gst-plugins-base-1.0.7.tar.xz'
|
||||
sha256 '014805e50b696bc06c3862ea656df079fc0b5fef0c10f16e9f085f290545677a'
|
||||
url 'http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-1.0.8.tar.xz'
|
||||
mirror 'http://ftp.osuosl.org/pub/blfs/svn/g/gst-plugins-base-1.0.8.tar.xz'
|
||||
sha256 'b55c9deea00acf789f82845c088b7c7c17b3ecef24a94831a819071b3dd8ef0d'
|
||||
|
||||
depends_on 'pkg-config' => :build
|
||||
depends_on 'xz' => :build
|
||||
|
|
Loading…
Reference in a new issue