From f635c65bcbee338adcc163fa5f4587764d12d63c Mon Sep 17 00:00:00 2001 From: Matias Korhonen Date: Tue, 16 Jul 2013 16:33:47 +0300 Subject: ohcount: update URLs * Update the homepage to Github (http://git.io/Troz1g) * Use the packaged source from GitHub * Allow installation from HEAD Closes #21257. Signed-off-by: Jack Nagel --- Library/Formula/ohcount.rb | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'Library') diff --git a/Library/Formula/ohcount.rb b/Library/Formula/ohcount.rb index f8405fb99..9639726ae 100644 --- a/Library/Formula/ohcount.rb +++ b/Library/Formula/ohcount.rb @@ -1,12 +1,15 @@ require 'formula' class Ohcount < Formula - homepage 'http://sourceforge.net/apps/trac/ohcount/' - url 'http://downloads.sourceforge.net/project/ohcount/ohcount-3.0.0.tar.gz' - sha1 '5c1357b3094881ff9804fbf3002c9aaa16494cce' + homepage 'https://github.com/blackducksw/ohcount' + url 'https://github.com/blackducksw/ohcount/archive/3.0.0.tar.gz' + sha1 '7f3fce48bf2a522c5262215699c36625ca6d3d33' + + head 'https://github.com/blackducksw/ohcount.git' depends_on 'ragel' depends_on 'pcre' + depends_on 'libmagic' if build.head? def patches DATA -- cgit v1.2.3