From eadbc948a0471d49a00259388e95a5f8122b6824 Mon Sep 17 00:00:00 2001 From: Lasse Bang Mikkelsen Date: Tue, 30 Oct 2012 21:11:53 +0100 Subject: [PATCH] dfu-util 0.7 Closes Homebrew/homebrew#15767. Signed-off-by: Jack Nagel --- Formula/dfu-util.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/dfu-util.rb b/Formula/dfu-util.rb index 95dbc9f2d7..6974314a88 100644 --- a/Formula/dfu-util.rb +++ b/Formula/dfu-util.rb @@ -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'