diff options
| author | Jorge Luis Mendez | 2010-02-25 21:36:08 -0500 |
|---|---|---|
| committer | Adam Vandenberg | 2010-03-02 09:38:00 -0800 |
| commit | 6a8d9960a73e842e4aba7ede2a5b2a80dfb73a48 (patch) | |
| tree | af08b94d56dd97ef40bb42b6f1849327154c77e7 | |
| parent | 2262100a94f60654d25a945875c6d6a5f723769d (diff) | |
| download | homebrew-6a8d9960a73e842e4aba7ede2a5b2a80dfb73a48.tar.bz2 | |
Updated astyle formula to version 1.24
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/astyle.rb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Library/Formula/astyle.rb b/Library/Formula/astyle.rb index 7a655bf9b..afc4a3bc0 100644 --- a/Library/Formula/astyle.rb +++ b/Library/Formula/astyle.rb @@ -1,15 +1,15 @@ require 'formula' class Astyle <Formula - @url='http://downloads.sourceforge.net/sourceforge/astyle/astyle_1.23_macosx.tar.gz' - @md5='9f7f3237996776d01bc6837cd445a442' + @url='http://downloads.sourceforge.net/sourceforge/astyle/astyle_1.24_macosx.tar.gz' + @md5='9b63dadac58e867f14b3894befbdc9b3' @homepage='http://astyle.sourceforge.net/' def install Dir.chdir 'src' do ENV['prefix']=prefix - system "make -f ../buildmac/Makefile" - bin.install "../bin/astyle" + system "make -f ../build/mac/Makefile" + bin.install "./bin/astyle" end end -end +end
\ No newline at end of file |
