diff options
| author | Pedro Vanzella | 2012-09-06 10:58:02 -0300 |
|---|---|---|
| committer | Adam Vandenberg | 2012-09-07 07:24:00 -0700 |
| commit | 51bf3e46a710a200260046b2570c75dd0cb48080 (patch) | |
| tree | 0e97b44c51f0b7879e3b856ebfc9ce8e7908ce41 /Library/Formula | |
| parent | d65333920e11784ce3c02a6c3fd8c3bc15049c50 (diff) | |
| download | homebrew-51bf3e46a710a200260046b2570c75dd0cb48080.tar.bz2 | |
lpc21isp 1.83
Closes #14763.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/lpc21isp.rb | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Library/Formula/lpc21isp.rb b/Library/Formula/lpc21isp.rb index 3a5814d2a..4fcb08964 100644 --- a/Library/Formula/lpc21isp.rb +++ b/Library/Formula/lpc21isp.rb @@ -1,12 +1,14 @@ require 'formula' class Lpc21isp < Formula - url 'http://sourceforge.net/projects/lpc21isp/files/lpc21isp/1.79/lpc21isp_179.zip' - version '1.79' homepage 'http://lpc21isp.sourceforge.net/' - sha1 '71e90bb67af44bdf56d58942dcc4e4fc0ff89b26' + url 'http://sourceforge.net/projects/lpc21isp/files/lpc21isp/1.83/lpc21isp_183.tar.gz' + sha1 'b251105cec7a0a65f271c233c94e0fe3fab42082' + version '1.83' def install + # Can't statically link on OSX, so we'll remove that from the Makefile + inreplace 'Makefile', "CFLAGS += -Wall -static", "CFLAGS += -Wall" system "make" bin.install ["lpc21isp"] end |
