gnu: wget: Update to 1.19.

* gnu/packages/wget.scm (wget): Update to 1.19.
[home-page]: Use HTTPS.
This commit is contained in:
Marius Bakke 2017-02-04 10:14:43 +01:00
parent 182dde82ed
commit 38eefbb185
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@
(define-public wget
(package
(name "wget")
(version "1.18")
(version "1.19")
(source
(origin
(method url-fetch)
@ -41,7 +41,7 @@
version ".tar.xz"))
(sha256
(base32
"1hcwx8ww3sxzdskkx3l7q70a7wd6569yrnjkw9pw013cf9smpddm"))))
"1133c14g19ysv74j7am66jwgwrr0rdn0rdyxw7rikbnsyjxmf48g"))))
(build-system gnu-build-system)
(inputs
`(("gnutls" ,gnutls)
@ -53,7 +53,7 @@
("python" ,python) ;for testenv suite
("perl-http-daemon" ,perl-http-daemon)
("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")
(description
"GNU Wget is a non-interactive tool for fetching files using the HTTP,