Redact cliweather.

Upstream doesn't respond.

Closes Homebrew/homebrew#14675.
This commit is contained in:
Adam Vandenberg 2012-09-04 10:05:00 -07:00
parent c284815ef9
commit 9ce32ea022

View file

@ -1,15 +0,0 @@
require 'formula'
class Cliweather < Formula
url 'http://pub.lambda.ath.cx/patrick/cliweather/static/downloads/cliweather-2011.05.05.tar.gz'
homepage 'http://closure.ath.cx/cliweather'
md5 'faf9f16e86e48906708b07f381cedebc'
def install
bin.install "cliweather"
end
def test
system "#{bin}/cliweather", "98027"
end
end