aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/dfu-util.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/dfu-util.rb')
-rw-r--r--Library/Formula/dfu-util.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/dfu-util.rb b/Library/Formula/dfu-util.rb
index e6d5815e5..d9650e268 100644
--- a/Library/Formula/dfu-util.rb
+++ b/Library/Formula/dfu-util.rb
@@ -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'