From f2005e268fa012a69b5b19af70fb8e2a018fcef5 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 29 Feb 2016 20:27:02 +0100 Subject: [PATCH] libdvdnav: use secure head url --- Formula/libdvdnav.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/libdvdnav.rb b/Formula/libdvdnav.rb index 003917934f..6ed186b937 100644 --- a/Formula/libdvdnav.rb +++ b/Formula/libdvdnav.rb @@ -5,7 +5,7 @@ class Libdvdnav < Formula sha256 "5097023e3d2b36944c763f1df707ee06b19dc639b2b68fb30113a5f2cbf60b6d" head do - url "git://git.videolan.org/libdvdnav.git" + url "https://git.videolan.org/git/libdvdnav.git" depends_on "autoconf" => :build depends_on "automake" => :build depends_on "libtool" => :build