dfu-util 0.7
Closes Homebrew/homebrew#15767. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
79d14215f7
commit
eadbc948a0
1 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue