diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/gst-plugins-base.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/gst-plugins-base.rb b/Library/Formula/gst-plugins-base.rb index 84426e12f..b002da6ee 100644 --- a/Library/Formula/gst-plugins-base.rb +++ b/Library/Formula/gst-plugins-base.rb @@ -6,9 +6,9 @@ class GstPluginsBase < Formula mirror 'http://ftp.osuosl.org/pub/blfs/svn/g/gst-plugins-base-1.0.10.tar.xz' sha256 '9754e83b2a3ff61266112915bfc84c895c4d145519ad9a3381edceb216bc97e8' - head 'git://anongit.freedesktop.org/gstreamer/gst-plugins-base' + head do + url 'git://anongit.freedesktop.org/gstreamer/gst-plugins-base' - if build.head? depends_on :automake depends_on :libtool end |
