wgetpaste: add missing wget dependency

Closes Homebrew/homebrew#42175.

Signed-off-by: Alex Dunn <dunn.alex@gmail.com>
This commit is contained in:
Doug Goldstein 2015-07-27 12:02:45 -05:00 committed by Alex Dunn
parent d2cb73820a
commit de02cdf176

View file

@ -4,6 +4,8 @@ class Wgetpaste < Formula
url "http://wgetpaste.zlin.dk/wgetpaste-2.26.tar.bz2"
sha256 "9265cd0718c815cce19a12c4745f74b288cafce404a26d64daf85ddcbadc8f86"
depends_on "wget"
def install
bin.install "wgetpaste"
end