c-ares: bump to v1.14
Changelog at: https://c-ares.haxx.se/changelog.html mostly android and windows fixes, but some minor fixes for all systems. Signed-off-by: Karl Palsson <karlp@tweak.net.au>
This commit is contained in:
parent
572a717274
commit
a0855d59fd
1 changed files with 2 additions and 2 deletions
|
@ -9,13 +9,13 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=c-ares
|
PKG_NAME:=c-ares
|
||||||
PKG_VERSION:=1.13.0
|
PKG_VERSION:=1.14.0
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
PKG_LICENSE:=MIT
|
PKG_LICENSE:=MIT
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://c-ares.haxx.se/download
|
PKG_SOURCE_URL:=https://c-ares.haxx.se/download
|
||||||
PKG_HASH:=03f708f1b14a26ab26c38abd51137640cb444d3ec72380b21b20f1a8d2861da7
|
PKG_HASH:=45d3c1fd29263ceec2afc8ff9cd06d5f8f889636eb4e80ce3cc7f0eaf7aadc6e
|
||||||
|
|
||||||
PKG_FIXUP:=autoreconf
|
PKG_FIXUP:=autoreconf
|
||||||
PKG_INSTALL:=1
|
PKG_INSTALL:=1
|
||||||
|
|
Loading…
Reference in a new issue