diff options
| author | Brett Koonce | 2014-02-20 22:58:28 -0600 |
|---|---|---|
| committer | Brett Koonce | 2014-02-20 23:04:28 -0600 |
| commit | f45dd349ddde91626b4c669d7d04d7afeab035c4 (patch) | |
| tree | 0be9f1fdb6992768218995b364d5d047d8a4cdb4 /Library/Formula | |
| parent | 48bbb413e53a3a9b3608d63648eee6819809a9c9 (diff) | |
| download | homebrew-f45dd349ddde91626b4c669d7d04d7afeab035c4.tar.bz2 | |
lpc21isp 1.97
Closes #26879.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/lpc21isp.rb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Library/Formula/lpc21isp.rb b/Library/Formula/lpc21isp.rb index f6b941369..a8a3f1768 100644 --- a/Library/Formula/lpc21isp.rb +++ b/Library/Formula/lpc21isp.rb @@ -2,13 +2,11 @@ require 'formula' class Lpc21isp < Formula homepage 'http://lpc21isp.sourceforge.net/' - url 'http://downloads.sourceforge.net/project/lpc21isp/lpc21isp/1.94/lpc21isp_194.tar.gz' - sha1 'e80a9a9518e7dc94d29ba43933a7985a0727b4da' - version '1.94' + url 'http://downloads.sourceforge.net/project/lpc21isp/lpc21isp/1.97/lpc21isp_197.tar.gz' + sha1 '7e83c13889d56c20ab1a807975f212eac3bfdfd1' + version '1.97' 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 |
