aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/exodriver.rb
diff options
context:
space:
mode:
authoriandol2012-05-03 12:26:23 +0100
committerCharlie Sharpsteen2012-05-03 11:12:16 -0700
commit2402da4463dff92c7611de4c6df1765ff05f3f34 (patch)
tree536fc4949a04acec414abbe6129a753b7238bb3b /Library/Formula/exodriver.rb
parent967d2256815a9560d20248e368d71686e334a8bb (diff)
downloadhomebrew-2402da4463dff92c7611de4c6df1765ff05f3f34.tar.bz2
Exodriver: update to 2.5
Closes #12034. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
Diffstat (limited to 'Library/Formula/exodriver.rb')
-rw-r--r--Library/Formula/exodriver.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/exodriver.rb b/Library/Formula/exodriver.rb
index eaab0809e..4e0beba55 100644
--- a/Library/Formula/exodriver.rb
+++ b/Library/Formula/exodriver.rb
@@ -2,8 +2,8 @@ require 'formula'
class Exodriver < Formula
homepage 'http://labjack.com/support/linux-and-mac-os-x-drivers'
- url 'https://github.com/labjack/exodriver/tarball/v2.0.4'
- md5 '9208085ee8a9166898dc812b9d7e1905'
+ url 'https://github.com/labjack/exodriver/tarball/v2.5.0'
+ md5 '85e8782d81ecd49012bbcf51c72d9ef8'
head 'https://github.com/labjack/exodriver.git'
@@ -17,7 +17,7 @@ class Exodriver < Formula
ENV.universal_binary if ARGV.build_universal?
cd 'liblabjackusb'
- system "make", "-f", "Makefile.MacOSX",
+ system "make", "-f", "Makefile",
"DESTINATION=#{lib}",
"HEADER_DESTINATION=#{include}",
"install"