From e5738c3660c108c17c274fa5f34f813cc3993d2d Mon Sep 17 00:00:00 2001 From: Pieter Nicolai Date: Tue, 29 Nov 2011 00:01:55 +0100 Subject: [PATCH] whohas 0.29 update whohas to 0.29. Changelog here: http://www.philippwesche.org/200811/whohas/Changelog Closes Homebrew/homebrew#8849. Signed-off-by: Charlie Sharpsteen --- Formula/whohas.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/whohas.rb b/Formula/whohas.rb index cafc22d4cd..56675df3f1 100644 --- a/Formula/whohas.rb +++ b/Formula/whohas.rb @@ -1,9 +1,9 @@ require 'formula' class Whohas < Formula - url 'http://www.philippwesche.org/200811/whohas/whohas-0.23.tar.gz' + url 'http://www.philippwesche.org/200811/whohas/whohas-0.29.tar.gz' homepage 'http://www.philippwesche.org/200811/whohas/intro.html' - md5 '0895fb6353950fe2e686fa867aaf0416' + md5 'd12590e7d2c3c123b4cfb5b93ed4e902' depends_on 'LWP::UserAgent' => :perl