aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ohcount.rb
diff options
context:
space:
mode:
authorMatias Korhonen2013-07-16 16:33:47 +0300
committerJack Nagel2013-07-17 16:25:53 -0500
commitf635c65bcbee338adcc163fa5f4587764d12d63c (patch)
treec51ab9b8dacc68da7916d8a1ca43615c26550f0a /Library/Formula/ohcount.rb
parentad159e54aca9dca9b6c8182d1c44283a3460fd5f (diff)
downloadhomebrew-f635c65bcbee338adcc163fa5f4587764d12d63c.tar.bz2
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 <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/ohcount.rb')
-rw-r--r--Library/Formula/ohcount.rb9
1 files changed, 6 insertions, 3 deletions
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