libdvdread: use secure head url
Closes Homebrew/homebrew#49661. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
f2005e268f
commit
f1b2d4bf32
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ class Libdvdread < Formula
|
||||||
sha256 "321cdf2dbdc83c96572bc583cd27d8c660ddb540ff16672ecb28607d018ed82b"
|
sha256 "321cdf2dbdc83c96572bc583cd27d8c660ddb540ff16672ecb28607d018ed82b"
|
||||||
|
|
||||||
head do
|
head do
|
||||||
url "git://git.videolan.org/libdvdread.git"
|
url "https://git.videolan.org/git/libdvdread.git"
|
||||||
depends_on "autoconf" => :build
|
depends_on "autoconf" => :build
|
||||||
depends_on "automake" => :build
|
depends_on "automake" => :build
|
||||||
depends_on "libtool" => :build
|
depends_on "libtool" => :build
|
||||||
|
|
Loading…
Reference in a new issue