aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/astyle.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/astyle.rb b/Library/Formula/astyle.rb
index f6aed85f9..d81632c9d 100644
--- a/Library/Formula/astyle.rb
+++ b/Library/Formula/astyle.rb
@@ -1,8 +1,8 @@
require 'formula'
class Astyle <Formula
- url 'http://downloads.sourceforge.net/sourceforge/astyle/astyle_1.24_macosx.tar.gz'
- md5 '9b63dadac58e867f14b3894befbdc9b3'
+ url 'http://downloads.sourceforge.net/sourceforge/astyle/astyle_2.01_macosx.tar.gz'
+ md5 'f81408554bf93ea4ad4feb008a76202c'
homepage 'http://astyle.sourceforge.net/'
def install
@@ -12,4 +12,4 @@ class Astyle <Formula
bin.install "bin/astyle"
end
end
-end \ No newline at end of file
+end