aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorEmmanuel Blot2010-07-28 12:35:21 +0200
committerAdam Vandenberg2010-07-28 08:12:15 -0700
commit7f6b987e7ceba674f6717b6de2aab2013aa9aac1 (patch)
tree8df07fa2f571119f8abfe770ca725a729385d480 /Library/Formula
parente794acfe5ddeb123c6fc3fcc7d3fb1e2dac7f561 (diff)
downloadhomebrew-7f6b987e7ceba674f6717b6de2aab2013aa9aac1.tar.bz2
Update cppcheck to v1.44
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/cppcheck.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/cppcheck.rb b/Library/Formula/cppcheck.rb
index 409d7d4b4..d37d32436 100644
--- a/Library/Formula/cppcheck.rb
+++ b/Library/Formula/cppcheck.rb
@@ -1,9 +1,9 @@
require 'formula'
class Cppcheck < Formula
- url 'http://downloads.sourceforge.net/project/cppcheck/cppcheck/1.43/cppcheck-1.43.tar.bz2'
+ url 'http://downloads.sourceforge.net/project/cppcheck/cppcheck/1.44/cppcheck-1.44.tar.bz2'
homepage 'http://sourceforge.net/apps/mediawiki/cppcheck/index.php?title=Main_Page'
- md5 '303792836a890be1cda84d13efaf7e9b'
+ md5 'c8d24c0e7a3db99660f81b8a0568e050'
head 'git://github.com/danmar/cppcheck.git'
# Do not strip binaries, or else it fails to run.