Redact cliweather.
Upstream doesn't respond. Closes Homebrew/homebrew#14675.
This commit is contained in:
parent
c284815ef9
commit
9ce32ea022
1 changed files with 0 additions and 15 deletions
|
@ -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
|
Loading…
Reference in a new issue