dosbox: restore https for svn url(s)

This commit is contained in:
Viktor Szakats 2019-01-23 23:09:49 +00:00 committed by FX Coudert
parent fc700da29c
commit 3eb172ff65

View file

@ -13,7 +13,7 @@ class Dosbox < Formula
end
head do
url "http://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk"
url "https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk"
depends_on "autoconf" => :build
depends_on "automake" => :build
end