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 <karlp@etactica.com> Signed-off-by: Karl Palsson <karlp@remake.is>
This commit is contained in:
parent
cef1ff256b
commit
56db76945e
1 changed files with 3 additions and 3 deletions
|
@ -9,13 +9,13 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=c-ares
|
PKG_NAME:=c-ares
|
||||||
PKG_VERSION:=1.11.0
|
PKG_VERSION:=1.12.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:=http://c-ares.haxx.se/download
|
PKG_SOURCE_URL:=http://c-ares.haxx.se/download
|
||||||
PKG_MD5SUM:=d5c6d522cfc54bb6f215a0b7912d46be
|
PKG_HASH:=8692f9403cdcdf936130e045c84021665118ee9bfea905d1a76f04d4e6f365fb
|
||||||
|
|
||||||
PKG_FIXUP:=autoreconf
|
PKG_FIXUP:=autoreconf
|
||||||
PKG_INSTALL:=1
|
PKG_INSTALL:=1
|
||||||
|
@ -30,7 +30,7 @@ define Package/libcares
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE:=Library for asyncronous DNS Requests (including name resolves)
|
TITLE:=Library for asyncronous DNS Requests (including name resolves)
|
||||||
URL:=http://c-ares.haxx.se/
|
URL:=http://c-ares.haxx.se/
|
||||||
MAINTAINER:=Karl Palsson <karlp@remake.is>
|
MAINTAINER:=Karl Palsson <karlp@etactica.com>
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libcares/description
|
define Package/libcares/description
|
||||||
|
|
Loading…
Reference in a new issue