fuse-emulator: use secure head url
This commit is contained in:
parent
d06f48fa1c
commit
1d239d6a80
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ class FuseEmulator < Formula
|
|||
end
|
||||
|
||||
head do
|
||||
url "http://svn.code.sf.net/p/fuse-emulator/code/trunk/fuse"
|
||||
url "https://svn.code.sf.net/p/fuse-emulator/code/trunk/fuse"
|
||||
depends_on "automake" => :build
|
||||
depends_on "autoconf" => :build
|
||||
depends_on "libtool" => :build
|
||||
|
|
Loading…
Reference in a new issue