dfu-util 0.7

Closes Homebrew/homebrew#15767.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Lasse Bang Mikkelsen 2012-10-30 21:11:53 +01:00 committed by Jack Nagel
parent 79d14215f7
commit eadbc948a0

View file

@ -2,8 +2,8 @@ require 'formula'
class DfuUtil < Formula
homepage 'http://dfu-util.gnumonks.org/'
url 'http://dfu-util.gnumonks.org/releases/dfu-util-0.6.tar.gz'
sha1 '9cb8d27427216f80679141b142be05222407ab95'
url 'http://dfu-util.gnumonks.org/releases/dfu-util-0.7.tar.gz'
sha1 'a6f621a17a164bd86d2752e2fcd3903f94a8925b'
depends_on 'pkg-config' => :build
depends_on 'libusb'