Exodriver: update to 2.5

Closes Homebrew/homebrew#12034.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
This commit is contained in:
iandol 2012-05-03 12:26:23 +01:00 committed by Charlie Sharpsteen
parent 605d8dfc5e
commit 0d32ffb979

View file

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