libdvdnav: use secure head url
This commit is contained in:
parent
5bdbe8ea99
commit
f2005e268f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue