Browse Source

libs: c-ares: Bump to version 1.11

Full changelog at
https://raw.githubusercontent.com/c-ares/c-ares/cares-1_11_0/RELEASE-NOTES

Signed-off-by: Karl Palsson <karlp@etactica.com>
lilik-openwrt-22.03
Karl Palsson 9 years ago
parent
commit
db995186fc
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libs/c-ares/Makefile

+ 2
- 2
libs/c-ares/Makefile View File

@ -9,13 +9,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=c-ares
PKG_VERSION:=1.10.0
PKG_VERSION:=1.11.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:=1196067641411a75d3cbebe074fd36d8
PKG_MD5SUM:=d5c6d522cfc54bb6f215a0b7912d46be
PKG_FIXUP:=autoreconf
PKG_INSTALL:=1


Loading…
Cancel
Save