From 603fcfc89b61a13409d27c7804ee2f8b116da88d Mon Sep 17 00:00:00 2001 From: Baptiste Fontaine Date: Tue, 27 Jan 2015 14:55:26 +0100 Subject: horndis 7 Closes #36277. Signed-off-by: Mike McQuaid --- Library/Formula/horndis.rb | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/horndis.rb b/Library/Formula/horndis.rb index c31795af1..f0183d732 100644 --- a/Library/Formula/horndis.rb +++ b/Library/Formula/horndis.rb @@ -1,9 +1,7 @@ -require "formula" - class Horndis < Formula homepage "http://joshuawise.com/horndis" - url "https://github.com/jwise/HoRNDIS/archive/rel6.tar.gz" - sha1 "e41ed0c5c06ee555a4a418696b112c955a356ce0" + url "https://github.com/jwise/HoRNDIS/archive/rel7.tar.gz" + sha1 "b3186de7c43ff0398e429f1af8e73cb3a255e5cd" bottle do cellar :any @@ -16,7 +14,11 @@ class Horndis < Formula depends_on :xcode => :build def install - xcodebuild "-configuration", "Release", "SDKROOT=", "MACOSX_DEPLOYMENT_TARGET=", "GCC_VERSION=", "ONLY_ACTIVE_ARCH=YES", "SYMROOT=build" + xcodebuild "-configuration", "Release", "SDKROOT=", + "MACOSX_DEPLOYMENT_TARGET=", + "GCC_VERSION=", + "ONLY_ACTIVE_ARCH=YES", + "SYMROOT=build" kext_prefix.install "build/Release/HoRNDIS.kext" end -- cgit v1.2.3