wgetpaste: add missing wget dependency
Closes Homebrew/homebrew#42175. Signed-off-by: Alex Dunn <dunn.alex@gmail.com>
This commit is contained in:
parent
d2cb73820a
commit
de02cdf176
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue