aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/uncrustify.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/uncrustify.rb')
-rw-r--r--Library/Formula/uncrustify.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/uncrustify.rb b/Library/Formula/uncrustify.rb
index 2d4a02299..291f770f9 100644
--- a/Library/Formula/uncrustify.rb
+++ b/Library/Formula/uncrustify.rb
@@ -4,7 +4,7 @@ class Uncrustify < Formula
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 'ebd8607286073c5234371aa35e085754'
+ sha1 '233e4f6cb34ef7020ce49e5b5d14f0d46f277e31'
def install
system "./configure", "--prefix=#{prefix}", "--disable-dependency-tracking"