aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimone Carletti2011-03-13 02:10:35 +0100
committerAdam Vandenberg2011-03-12 17:42:37 -0800
commit28e32c8a4e8cb0a2fc3a6866091505196de70ea2 (patch)
treed0ef00b87c6924acd092ed40a8732c98c1d3acbc
parentf85a8355e28aff5744802ebbef0254fe05fa7cb6 (diff)
downloadhomebrew-28e32c8a4e8cb0a2fc3a6866091505196de70ea2.tar.bz2
Update cloc recipe to 1.53
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-rw-r--r--Library/Formula/cloc.rb10
1 files changed, 7 insertions, 3 deletions
diff --git a/Library/Formula/cloc.rb b/Library/Formula/cloc.rb
index 270984605..afe0dc583 100644
--- a/Library/Formula/cloc.rb
+++ b/Library/Formula/cloc.rb
@@ -1,8 +1,12 @@
require 'formula'
class Cloc <ScriptFileFormula
- url "http://cloc.svn.sourceforge.net/viewvc/cloc/tags/1.51/cloc"
- md5 'c491922de2bad911fbc2047b336c91b5'
- version '1.51'
+ url 'http://downloads.sourceforge.net/project/cloc/cloc/v1.53/cloc-1.53.pl'
+ md5 '47f13134a3b2b0c18dede35132cc15b4'
+ version '1.53'
homepage 'http://cloc.sourceforge.net/'
+
+ def install
+ bin.install 'cloc-1.53.pl' => 'cloc'
+ end
end