unsigned_kext_req: use new cask/download DSL.
This commit is contained in:
parent
5ac6e13209
commit
c331edd7f1
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ class Osxfuse < Formula
|
|||
|
||||
depends_on ConflictsWithBinaryOsxfuse
|
||||
depends_on UnsignedKextRequirement => [ :cask => "osxfuse",
|
||||
:binary => "http://sourceforge.net/projects/osxfuse/files/" ]
|
||||
:download => "http://sourceforge.net/projects/osxfuse/files/" ]
|
||||
|
||||
depends_on "autoconf" => :build
|
||||
depends_on "automake" => :build
|
||||
|
|
|
@ -24,7 +24,7 @@ class Tuntap < Formula
|
|||
end
|
||||
|
||||
depends_on UnsignedKextRequirement => [ :cask => "tuntap",
|
||||
:binary => "http://sourceforge.net/projects/tuntaposx/files/tuntap/" ]
|
||||
:download => "http://sourceforge.net/projects/tuntaposx/files/tuntap/" ]
|
||||
|
||||
def install
|
||||
cd "tuntap" if build.head?
|
||||
|
|
Loading…
Reference in a new issue