Skip to content
Snippets Groups Projects
Unverified Commit b02b9a52 authored by Efraim Flashner's avatar Efraim Flashner
Browse files

gnu: libmicrohttpd: Update to 0.9.52.

* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.52.
[home-page]: Use https.
parent f5a077b1
No related branches found
No related tags found
No related merge requests found
......@@ -131,14 +131,14 @@ (define-public libextractor
(define-public libmicrohttpd
(package
(name "libmicrohttpd")
(version "0.9.51")
(version "0.9.52")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/libmicrohttpd/libmicrohttpd-"
version ".tar.gz"))
(sha256
(base32
"1ir3ga328zkyynznnw71dj64wsaz7pmbhl82lqp1y1hrl85vn01h"))))
"1smgxw6jv81yybg86bzr4c2sn7a31apf8q4zz0kpch9xfrp7yyal"))))
(build-system gnu-build-system)
(inputs
`(("curl" ,curl)
......@@ -158,7 +158,7 @@ (define-public libmicrohttpd
also features security features such as basic and digest authentication
and support for SSL3 and TLS.")
(license license:lgpl2.1+)
(home-page "http://www.gnu.org/software/libmicrohttpd/")))
(home-page "https://www.gnu.org/software/libmicrohttpd/")))
(define-public gnurl
(package
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment