[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: c-ares: Update to 1.14.0.
From: |
Efraim Flashner |
Subject: |
01/01: gnu: c-ares: Update to 1.14.0. |
Date: |
Sun, 18 Feb 2018 06:17:16 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit c9b7ed7de9f6f79c0e90bf7b88d61598fd07b958
Author: Efraim Flashner <address@hidden>
Date: Sun Feb 18 12:57:54 2018 +0200
gnu: c-ares: Update to 1.14.0.
* gnu/packages/adns.scm (c-ares): Update to 1.14.0.
[license]: Use https.
---
gnu/packages/adns.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/adns.scm b/gnu/packages/adns.scm
index cb37635..6e3af8b 100644
--- a/gnu/packages/adns.scm
+++ b/gnu/packages/adns.scm
@@ -1,6 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2014 Ludovic Courtès <address@hidden>
-;;; Copyright © 2015, 2016 Efraim Flashner <address@hidden>
+;;; Copyright © 2015, 2016, 2018 Efraim Flashner <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -59,7 +59,7 @@ scripts.")
(define-public c-ares
(package
(name "c-ares")
- (version "1.13.0")
+ (version "1.14.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -67,7 +67,7 @@ scripts.")
".tar.gz"))
(sha256
(base32
- "19qxhv9aiw903fr808y77r6l9js0fq9m3gcaqckan9jan7qhixq3"))))
+ "0vnwmbvymw677k780kpb6sb8i3szdp89rzy8mz1fwg1657yw3ls5"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))
@@ -79,4 +79,4 @@ asynchronously. It is intended for applications which need
to perform DNS
queries without blocking, or need to perform multiple DNS queries in parallel.
The primary examples of such applications are servers which communicate with
multiple clients and programs with graphical user interfaces.")
- (license (x11-style "http://c-ares.haxx.se/license.html"))))
+ (license (x11-style "https://c-ares.haxx.se/license.html"))))