libdvdread: use secure head url

Closes Homebrew/homebrew#49661.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
Viktor Szakats 2016-02-29 20:27:14 +01:00 committed by Xu Cheng
parent f2005e268f
commit f1b2d4bf32

View file

@ -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