diff options
author | Karl Palsson <karlp@etactica.com> | 2020-05-18 09:38:45 +0000 |
---|---|---|
committer | Karl Palsson <karlp@etactica.com> | 2020-05-18 13:02:36 +0000 |
commit | 34a4678db31dc194a07c5ddd74ef350574acd593 (patch) | |
tree | b6c44aa43e18509b0297c6ed0e651328e3688150 | |
parent | d5e9dfffa7e8fb41203bd6d1cb65d2612dcd68c6 (diff) |
c-ares: update to 1.16.1
Various fixes, nothing particularly standout as of particular interest
to OpenWrt. Full changelog at https://c-ares.haxx.se/changelog.html
Signed-off-by: Karl Palsson <karlp@etactica.com>
-rw-r--r-- | libs/c-ares/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/c-ares/Makefile b/libs/c-ares/Makefile index b2138461d..dcc3789e2 100644 --- a/libs/c-ares/Makefile +++ b/libs/c-ares/Makefile @@ -9,14 +9,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=c-ares -PKG_VERSION:=1.15.0 -PKG_RELEASE:=4 +PKG_VERSION:=1.16.1 +PKG_RELEASE:=1 PKG_LICENSE:=MIT PKG_CPE_ID:=cpe:/a:c-ares_project:c-ares PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://c-ares.haxx.se/download -PKG_HASH:=6cdb97871f2930530c97deb7cf5c8fa4be5a0b02c7cea6e7c7667672a39d6852 +PKG_HASH:=d08312d0ecc3bd48eee0a4cc0d2137c9f194e0a28de2028928c0f6cae85f86ce PKG_FIXUP:=autoreconf PKG_INSTALL:=1 |