* Remove `require "formula"`
* Replace Gitorious URLs with Sourceforge URLs (Gitorious closing at end of May)
* Replace SHA-1 hash with SHA-2(256) hash
* Break up arguments to `system` call
* Add test block for basic validation
ClosesHomebrew/homebrew#39181.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Upstream site has disappeared. Development has moved to new site, but
no releases yet. Using debian mirror of latest version in interim.
FixesHomebrew/homebrew#34047.
ClosesHomebrew/homebrew#34050.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Dfu-util is the host side implementation of the DFU 1.0 specification of
the USB forum. DFU is intended to download and upload firmware to
devices connected over USB. It ranges from small devices like micro-
controller boards up to mobile phones. Also used with the Maple
development board and other open source hardware platforms.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>