Skip to content

Commit

Permalink
avrdude 6.1
Browse files Browse the repository at this point in the history
Also added a libhid option, but having trouble installing it via Homebrew for now.  Compiles on Mavericks.  This also gets rid of the bug where the H and E fuse values are swapped in the debug output.
  • Loading branch information
jveitchmichaelis authored and MikeMcQuaid committed Mar 23, 2014
1 parent 77baf27 commit fb5ccb7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Formula/avrdude.rb
Expand Up @@ -2,8 +2,8 @@

class Avrdude < Formula
homepage 'http://savannah.nongnu.org/projects/avrdude/'
url 'http://download.savannah.gnu.org/releases/avrdude/avrdude-6.0.1.tar.gz'
sha1 'b0f440f1b1ba3890da6e5b752003ca99e550e3bf'
url 'http://download.savannah.gnu.org/releases/avrdude/avrdude-6.1.tar.gz'
sha1 '15525cbff5918568ef3955d871dbb94feaf83c79'

head do
url 'svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude/'
Expand All @@ -17,6 +17,7 @@ class Avrdude < Formula
depends_on 'libusb-compat'
depends_on 'libftdi0'
depends_on 'libelf'
depends_on 'libhid' => :optional

def install
system "./bootstrap" if build.head?
Expand Down

0 comments on commit fb5ccb7

Please sign in to comment.