unsigned_kext_req: use new cask/download DSL.

This commit is contained in:
Mike McQuaid 2014-12-25 20:44:23 +00:00
parent 5ac6e13209
commit c331edd7f1
2 changed files with 2 additions and 2 deletions

View file

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

View file

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