aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/uncrustify.rb
diff options
context:
space:
mode:
authorLouis Gerbarg2010-04-18 00:23:44 -0400
committerAdam Vandenberg2010-04-18 09:02:25 -0700
commit7648c39bc60ac0ebb4897d857aecd93a540264ff (patch)
tree40e560a14e4a69fec21b0892ae581d2854aae095 /Library/Formula/uncrustify.rb
parentea3712588f3ca875356d98601a8bc98845301c5f (diff)
downloadhomebrew-7648c39bc60ac0ebb4897d857aecd93a540264ff.tar.bz2
uncrustify update to 0.56.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/uncrustify.rb')
-rw-r--r--Library/Formula/uncrustify.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/uncrustify.rb b/Library/Formula/uncrustify.rb
index af920a099..16449cf25 100644
--- a/Library/Formula/uncrustify.rb
+++ b/Library/Formula/uncrustify.rb
@@ -1,9 +1,9 @@
require 'formula'
class Uncrustify <Formula
- url 'http://downloads.sourceforge.net/project/uncrustify/uncrustify/uncrustify-0.55/uncrustify-0.55.tar.gz'
+ url 'http://downloads.sourceforge.net/project/uncrustify/uncrustify/uncrustify-0.56/uncrustify-0.56.tar.gz'
homepage 'http://uncrustify.sourceforge.net/'
- md5 'ecf61c26d5206bbc81367468827b55ac'
+ md5 '991ee882a265fa28f23f747737bce740'
def install
system "./configure", "--prefix=#{prefix}", "--disable-dependency-tracking"