dfu-util 0.5
Closes Homebrew/homebrew#11704. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
04d4ac373a
commit
ad60f9c1d9
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
require 'formula'
|
||||
|
||||
class DfuUtil < Formula
|
||||
url 'http://dfu-util.gnumonks.org/releases/dfu-util-0.4.tar.gz'
|
||||
homepage 'http://dfu-util.gnumonks.org/'
|
||||
md5 '2cf466fabb881e8598fa02f286d3242c'
|
||||
url 'http://dfu-util.gnumonks.org/releases/dfu-util-0.5.tar.gz'
|
||||
md5 '36426e5eaedec4866576e6b3bd3eeafc'
|
||||
|
||||
depends_on 'pkg-config' => :build
|
||||
depends_on 'libusb'
|
||||
|
|
Loading…
Reference in a new issue