gnu: wget: Update to 1.19.
* gnu/packages/wget.scm (wget): Update to 1.19. [home-page]: Use HTTPS.
This commit is contained in:
parent
182dde82ed
commit
38eefbb185
|
@ -33,7 +33,7 @@
|
||||||
(define-public wget
|
(define-public wget
|
||||||
(package
|
(package
|
||||||
(name "wget")
|
(name "wget")
|
||||||
(version "1.18")
|
(version "1.19")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -41,7 +41,7 @@
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1hcwx8ww3sxzdskkx3l7q70a7wd6569yrnjkw9pw013cf9smpddm"))))
|
"1133c14g19ysv74j7am66jwgwrr0rdn0rdyxw7rikbnsyjxmf48g"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("gnutls" ,gnutls)
|
`(("gnutls" ,gnutls)
|
||||||
|
@ -53,7 +53,7 @@
|
||||||
("python" ,python) ;for testenv suite
|
("python" ,python) ;for testenv suite
|
||||||
("perl-http-daemon" ,perl-http-daemon)
|
("perl-http-daemon" ,perl-http-daemon)
|
||||||
("perl-io-socket-ssl" ,perl-io-socket-ssl)))
|
("perl-io-socket-ssl" ,perl-io-socket-ssl)))
|
||||||
(home-page "http://www.gnu.org/software/wget/")
|
(home-page "https://www.gnu.org/software/wget/")
|
||||||
(synopsis "Non-interactive command-line utility for downloading files")
|
(synopsis "Non-interactive command-line utility for downloading files")
|
||||||
(description
|
(description
|
||||||
"GNU Wget is a non-interactive tool for fetching files using the HTTP,
|
"GNU Wget is a non-interactive tool for fetching files using the HTTP,
|
||||||
|
|
Loading…
Reference in New Issue