From e65d385c8765a7f93928fa4d168bfa05be405d70 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Mon, 28 Jan 2013 21:06:08 -0800 Subject: psgrep: style nits --- Library/Formula/psgrep.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Library') diff --git a/Library/Formula/psgrep.rb b/Library/Formula/psgrep.rb index 782a5a97b..39177401a 100644 --- a/Library/Formula/psgrep.rb +++ b/Library/Formula/psgrep.rb @@ -1,11 +1,12 @@ require 'formula' class Psgrep < Formula - url 'http://psgrep.googlecode.com/files/psgrep-1.0.6.tar.bz2' - head 'http://psgrep.googlecode.com/hg/', :using => :hg homepage 'http://code.google.com/p/psgrep/' + url 'http://psgrep.googlecode.com/files/psgrep-1.0.6.tar.bz2' sha1 'fe1102546971358a5eff2cff613d70ee63395444' + head 'http://psgrep.googlecode.com/hg/', :using => :hg + def install bin.install "psgrep" man1.install "psgrep.1" -- cgit v1.2.3