aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2013-03-30 14:19:30 -0500
committerJack Nagel2013-03-30 14:19:30 -0500
commitbf3c6aa844ec852f3db702047c66ca749f1fea60 (patch)
tree92633d83b62d2774c87ab645eaca5fd9f78073c4 /Library/Formula
parent285b894db492d0a9ffe81b41917fee0a74457655 (diff)
downloadhomebrew-bf3c6aa844ec852f3db702047c66ca749f1fea60.tar.bz2
cloc: remove hardcoded version
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/cloc.rb2
1 files changed, 1 insertions, 1 deletions
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