diff options
| author | Adam Vandenberg | 2012-10-14 12:41:29 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-10-14 12:41:29 -0700 |
| commit | 10b2790e2496af4669fead1e201cb232a4d05f2d (patch) | |
| tree | d00f47ddbd693b680de2148cd1b4fcca7b2e0854 /Library | |
| parent | c555733d3ac41018d6d1c23ff7a3fa8c84feae73 (diff) | |
| download | homebrew-10b2790e2496af4669fead1e201cb232a4d05f2d.tar.bz2 | |
svdlibc 1.4
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/svdlibc.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/svdlibc.rb b/Library/Formula/svdlibc.rb index 85e94f1f3..20f8b6734 100644 --- a/Library/Formula/svdlibc.rb +++ b/Library/Formula/svdlibc.rb @@ -1,10 +1,10 @@ require 'formula' class Svdlibc < Formula - url 'http://tedlab.mit.edu/~dr/SVDLIBC/svdlibc.tgz' homepage 'http://tedlab.mit.edu/~dr/SVDLIBC/' - md5 '0e1b3bc149f1da476fd81c58742b5ee9' - version '1.34' + url 'http://tedlab.mit.edu/~dr/SVDLIBC/svdlibc.tgz' + version '1.4' + sha1 '9243fbc0516af42b020423442212a025b3406dac' def install # make only builds - no configure or install targets, have to copy files manually |
