diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-10-15 17:59:44 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-10-15 17:59:44 +0200 |
commit | ad6ee50185a8a2c93c7d26be654b8d6bfca2ab40 (patch) | |
tree | 820043dc0a5d27141a1efa64a563b296e822172c | |
parent | 5736332c7b815e1051a946812b41f2f0c70aca9b (diff) |
c-ares: update to 1.12.0
-rw-r--r-- | package/c-ares/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/package/c-ares/Makefile b/package/c-ares/Makefile index e0b79ca90..5e8a99dc9 100644 --- a/package/c-ares/Makefile +++ b/package/c-ares/Makefile @@ -4,16 +4,15 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= c-ares -PKG_VERSION:= 1.10.0 +PKG_VERSION:= 1.12.0 PKG_RELEASE:= 1 -PKG_HASH:= 3d701674615d1158e56a59aaede7891f2dde3da0f46a6d3c684e0ae70f52d3db -PKG_DESCR:= c-ares asynchronous dns lib +PKG_HASH:= 8692f9403cdcdf936130e045c84021665118ee9bfea905d1a76f04d4e6f365fb +PKG_DESCR:= asynchronous dns library PKG_SECTION:= libs/net PKG_URL:= http://c-ares.haxx.se PKG_SITES:= http://c-ares.haxx.se/download/ PKG_OPTS:= dev -# if downloaded package is not ending with .tar.xz use following DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz include $(ADK_TOPDIR)/mk/package.mk |