diff options
| author | Filip Gospodinov | 2014-08-05 10:19:11 +0200 |
|---|---|---|
| committer | Mike McQuaid | 2014-08-05 12:39:14 +0100 |
| commit | f03bf96ebf2ec2e67622727a6d9eeb1764f1f2a6 (patch) | |
| tree | a2815311d40131ac810ef6d1ec2910579342c3af /Library | |
| parent | 835155c3c525b84bde67a60c6c288fa564c86df6 (diff) | |
| download | homebrew-f03bf96ebf2ec2e67622727a6d9eeb1764f1f2a6.tar.bz2 | |
cppcheck 1.66
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/cppcheck.rb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/cppcheck.rb b/Library/Formula/cppcheck.rb index 34074402c..99fd8736c 100644 --- a/Library/Formula/cppcheck.rb +++ b/Library/Formula/cppcheck.rb @@ -2,8 +2,8 @@ require "formula" class Cppcheck < Formula homepage "http://sourceforge.net/apps/mediawiki/cppcheck/index.php?title=Main_Page" - url "https://github.com/danmar/cppcheck/archive/1.65.tar.gz" - sha1 "df1ebc45defb24c7f21af64bbf9515cedb5f2d8e" + url "https://github.com/danmar/cppcheck/archive/1.66.tar.gz" + sha1 "277a214aa8a2bf30180645aca09c1dc9d3069977" head "https://github.com/danmar/cppcheck.git" @@ -24,7 +24,6 @@ class Cppcheck < Formula end system "make", "DESTDIR=#{prefix}", "BIN=#{bin}", "CFGDIR=#{prefix}/cfg", "install" - prefix.install "cfg" if build.with? "gui" cd "gui" do |
