mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-10 07:57:59 -05:00
Add libmetalink dependency to wget (#3362)
This commit is contained in:
@@ -3,7 +3,7 @@ require 'package'
|
||||
class Wget < Package
|
||||
description 'GNU Wget is a free software package for retrieving files using HTTP, HTTPS, FTP and FTPS.'
|
||||
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_sha256 '69607ce8216c2d1126b7a872db594b3f21e511e660e07ca1f81be96650932abb'
|
||||
|
||||
@@ -22,6 +22,7 @@ class Wget < Package
|
||||
|
||||
depends_on 'gnutls'
|
||||
depends_on 'libpsl'
|
||||
depends_on 'libmetalink'
|
||||
|
||||
def self.build
|
||||
system './configure',
|
||||
|
||||
Reference in New Issue
Block a user