aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/cppcheck.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/cppcheck.rb')
-rw-r--r--Library/Formula/cppcheck.rb5
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