gnu: libntlm: Update to 1.5.
* gnu/packages/gsasl.scm (libntlm): Update to 1.5. [source]: Use HTTPS.
This commit is contained in:
parent
f96ed06805
commit
4fca5a44f6
|
@ -2,6 +2,7 @@
|
||||||
;;; Copyright © 2012 Andreas Enge <andreas@enge.fr>
|
;;; Copyright © 2012 Andreas Enge <andreas@enge.fr>
|
||||||
;;; Copyright © 2017 Ricardo Wurmus <rekado@elephly.net>
|
;;; Copyright © 2017 Ricardo Wurmus <rekado@elephly.net>
|
||||||
;;; Copyright © 2017 Eric Bavier <bavier@member.fsf.org>
|
;;; Copyright © 2017 Eric Bavier <bavier@member.fsf.org>
|
||||||
|
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -33,14 +34,14 @@
|
||||||
(define-public libntlm
|
(define-public libntlm
|
||||||
(package
|
(package
|
||||||
(name "libntlm")
|
(name "libntlm")
|
||||||
(version "1.4")
|
(version "1.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://www.nongnu.org/libntlm/releases/"
|
(uri (string-append "https://www.nongnu.org/libntlm/releases/"
|
||||||
"libntlm-" version ".tar.gz"))
|
"libntlm-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"129532iiip2cjr5h03bgz184v64v27sfm1r70v3ms4yk65gdf5c4"))))
|
"1gcvv7f9rggpxay81qv6kw5hr6gd4qiyzkbwhzz02fx9jvv9kmsk"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(synopsis "Library that implements NTLM authentication")
|
(synopsis "Library that implements NTLM authentication")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue