From 56db76945e1bbc6fae8548582fe9cf44c95f1420 Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Wed, 5 Apr 2017 14:05:12 +0000 Subject: [PATCH] libcares: bump to 1.12.0 Full changelog available at: https://c-ares.haxx.se/changelog.html#1_12_0 Mostly minor bugfixes and documentation improvements Signed-off-by: Karl Palsson Signed-off-by: Karl Palsson --- libs/c-ares/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/c-ares/Makefile b/libs/c-ares/Makefile index ec822f5e0..2f4890f2c 100644 --- a/libs/c-ares/Makefile +++ b/libs/c-ares/Makefile @@ -9,13 +9,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=c-ares -PKG_VERSION:=1.11.0 +PKG_VERSION:=1.12.0 PKG_RELEASE:=1 PKG_LICENSE:=MIT PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://c-ares.haxx.se/download -PKG_MD5SUM:=d5c6d522cfc54bb6f215a0b7912d46be +PKG_HASH:=8692f9403cdcdf936130e045c84021665118ee9bfea905d1a76f04d4e6f365fb PKG_FIXUP:=autoreconf PKG_INSTALL:=1 @@ -30,7 +30,7 @@ define Package/libcares CATEGORY:=Libraries TITLE:=Library for asyncronous DNS Requests (including name resolves) URL:=http://c-ares.haxx.se/ - MAINTAINER:=Karl Palsson + MAINTAINER:=Karl Palsson endef define Package/libcares/description