aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorPhil Smith2011-09-26 22:45:53 -0700
committerCharlie Sharpsteen2011-09-27 00:49:49 -0700
commit0a7fcbe6ab9889fe202e42767c60111f3daf1dde (patch)
tree9f74337a65db233a13014d56220fc48badf4dbf6 /Library
parent85f98314bf37c7e22a95eff4e339b9f483f27046 (diff)
downloadhomebrew-0a7fcbe6ab9889fe202e42767c60111f3daf1dde.tar.bz2
cppcheck: Update to version 1.50
Tarball location and md5 changed. It seems pcre is now a dependency of cppcheck, it has been declared as so. Without this it fails to compile. Closes #7845. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/cppcheck.rb6
1 files changed, 4 insertions, 2 deletions
diff --git a/Library/Formula/cppcheck.rb b/Library/Formula/cppcheck.rb
index 953476c21..fe73567d5 100644
--- a/Library/Formula/cppcheck.rb
+++ b/Library/Formula/cppcheck.rb
@@ -1,11 +1,13 @@
require 'formula'
class Cppcheck < Formula
- url 'http://downloads.sourceforge.net/project/cppcheck/cppcheck/1.44/cppcheck-1.44.tar.bz2'
+ url 'http://downloads.sourceforge.net/project/cppcheck/cppcheck/1.50/cppcheck-1.50.tar.bz2'
homepage 'http://sourceforge.net/apps/mediawiki/cppcheck/index.php?title=Main_Page'
- md5 'c8d24c0e7a3db99660f81b8a0568e050'
+ md5 '79ef3898b246ba9c143155d5ad23dbd1'
head 'https://github.com/danmar/cppcheck.git'
+ depends_on 'pcre'
+
# Do not strip binaries, or else it fails to run.
skip_clean :all