From bf3c6aa844ec852f3db702047c66ca749f1fea60 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 30 Mar 2013 14:19:30 -0500 Subject: cloc: remove hardcoded version --- Library/Formula/cloc.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/cloc.rb b/Library/Formula/cloc.rb index b53e024ff..6479ffbd5 100644 --- a/Library/Formula/cloc.rb +++ b/Library/Formula/cloc.rb @@ -6,6 +6,6 @@ class Cloc < ScriptFileFormula sha1 'bf2b4478343da50d0eea83ad0ed3f126ff210d39' def install - bin.install 'cloc-1.58.pl' => 'cloc' + bin.install "cloc-#{version}.pl" => "cloc" end end -- cgit v1.2.3