aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBaptiste Fontaine2015-01-27 14:55:26 +0100
committerMike McQuaid2015-01-27 14:22:47 +0000
commit603fcfc89b61a13409d27c7804ee2f8b116da88d (patch)
tree291837b7e0d0186283d95fa699c53fed05ed219b /Library/Formula
parentbcb52f2d44f2b8cb70e87c472c92bf8062f19315 (diff)
downloadhomebrew-603fcfc89b61a13409d27c7804ee2f8b116da88d.tar.bz2
horndis 7
Closes #36277. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/horndis.rb12
1 files changed, 7 insertions, 5 deletions
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