Commit c9e9f5ea authored by Ed Reel's avatar Ed Reel Committed by Chris Thurber

Add libmetalink dependency to wget (#3362)

parent f77ab842
...@@ -3,7 +3,7 @@ require 'package' ...@@ -3,7 +3,7 @@ require 'package'
class Wget < Package class Wget < Package
description 'GNU Wget is a free software package for retrieving files using HTTP, HTTPS, FTP and FTPS.' description 'GNU Wget is a free software package for retrieving files using HTTP, HTTPS, FTP and FTPS.'
homepage 'https://www.gnu.org/software/wget/' homepage 'https://www.gnu.org/software/wget/'
version '1.20.3' version '1.20.3-1'
source_url 'https://ftpmirror.gnu.org/wget/wget-1.20.3.tar.lz' source_url 'https://ftpmirror.gnu.org/wget/wget-1.20.3.tar.lz'
source_sha256 '69607ce8216c2d1126b7a872db594b3f21e511e660e07ca1f81be96650932abb' source_sha256 '69607ce8216c2d1126b7a872db594b3f21e511e660e07ca1f81be96650932abb'
...@@ -22,6 +22,7 @@ class Wget < Package ...@@ -22,6 +22,7 @@ class Wget < Package
depends_on 'gnutls' depends_on 'gnutls'
depends_on 'libpsl' depends_on 'libpsl'
depends_on 'libmetalink'
def self.build def self.build
system './configure', system './configure',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment