diff options
| author | Brett Koonce | 2013-09-15 18:13:33 -0500 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-09-15 17:03:36 -0700 | 
| commit | 3129e2b2dce91bcff16c67908af2438ca3550685 (patch) | |
| tree | aade13604bc28bc21ed4634ccff9c25db278af6e | |
| parent | 2a61b3cb0626627d00c49dfea7401d21773bd80c (diff) | |
| download | homebrew-3129e2b2dce91bcff16c67908af2438ca3550685.tar.bz2 | |
libusbx 1.0.17
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/libusbx.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Library/Formula/libusbx.rb b/Library/Formula/libusbx.rb index 5bdee9cf3..06a9e32e6 100644 --- a/Library/Formula/libusbx.rb +++ b/Library/Formula/libusbx.rb @@ -2,8 +2,8 @@ require 'formula'  class Libusbx < Formula    homepage 'http://libusbx.org' -  url 'http://downloads.sourceforge.net/project/libusbx/releases/1.0.16/source/libusbx-1.0.16.tar.bz2' -  sha1 'ec164f02e6732c373e5a24be6b33a59142435615' +  url 'http://downloads.sourceforge.net/project/libusbx/releases/1.0.17/source/libusbx-1.0.17.tar.bz2' +  sha1 'a491054e7f4f3f52b12bd567335180586a54ae16'    head 'https://github.com/libusbx/libusbx.git' | 
