diff options
| author | Adam Lickel | 2011-10-13 22:26:03 -0700 |
|---|---|---|
| committer | Charlie Sharpsteen | 2011-10-14 19:02:53 -0700 |
| commit | f5280d9a6ac27ff2084a7eec72c2aa40127d0a5c (patch) | |
| tree | 9bf41d33035fc3b65afca20e3fa76642b530786e | |
| parent | f0a4c491c1d2a80ff4942df3ad5f7627a01b8c18 (diff) | |
| download | homebrew-f5280d9a6ac27ff2084a7eec72c2aa40127d0a5c.tar.bz2 | |
uncrustify: Update to v0.59
Closes #8109.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
| -rw-r--r-- | Library/Formula/uncrustify.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/uncrustify.rb b/Library/Formula/uncrustify.rb index 2ff7197e8..2d4a02299 100644 --- a/Library/Formula/uncrustify.rb +++ b/Library/Formula/uncrustify.rb @@ -1,10 +1,10 @@ require 'formula' class Uncrustify < Formula - url 'http://downloads.sourceforge.net/project/uncrustify/uncrustify/uncrustify-0.58/uncrustify-0.58.tar.gz' + url 'http://downloads.sourceforge.net/project/uncrustify/uncrustify/uncrustify-0.59/uncrustify-0.59.tar.gz' head 'https://github.com/bengardner/uncrustify.git' homepage 'http://uncrustify.sourceforge.net/' - md5 '9fa275570a4422aa1cb90fbbdde79a76' + md5 'ebd8607286073c5234371aa35e085754' def install system "./configure", "--prefix=#{prefix}", "--disable-dependency-tracking" |
