summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-11-03 17:19:21 -0700
committerKhem Raj <raj.khem@gmail.com>2023-11-06 08:47:16 -0800
commit107b6767336ec55650db8bb043b8b196c81b84ec (patch)
tree5a0e957a21263d54db0123a04ee3864f5e9950db
parent5645d60086a2d710dfb582ff9b54564bd3e36354 (diff)
downloadmeta-openembedded-107b6767336ec55650db8bb043b8b196c81b84ec.tar.gz
c-ares: upgrade 1.20.1 -> 1.21.0
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/c-ares/c-ares_1.21.0.bb (renamed from meta-oe/recipes-support/c-ares/c-ares_1.20.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/c-ares/c-ares_1.20.1.bb b/meta-oe/recipes-support/c-ares/c-ares_1.21.0.bb
index 85379dc40d..d334e111c7 100644
--- a/meta-oe/recipes-support/c-ares/c-ares_1.20.1.bb
+++ b/meta-oe/recipes-support/c-ares/c-ares_1.21.0.bb
@@ -6,7 +6,7 @@ LICENSE = "MIT"
6LIC_FILES_CHKSUM = "file://LICENSE.md;md5=fdbc58a6da11a9f68aa73c453818decc" 6LIC_FILES_CHKSUM = "file://LICENSE.md;md5=fdbc58a6da11a9f68aa73c453818decc"
7 7
8SRC_URI = "git://github.com/c-ares/c-ares.git;branch=main;protocol=https" 8SRC_URI = "git://github.com/c-ares/c-ares.git;branch=main;protocol=https"
9SRCREV = "e8fe27eaa841ed32a4f82bef7a72c4e04e7f86a7" 9SRCREV = "71f8e16e5091952c60fb72b2d990db7724c3e8f5"
10 10
11UPSTREAM_CHECK_GITTAGREGEX = "cares-(?P<pver>\d+_(\d_?)+)" 11UPSTREAM_CHECK_GITTAGREGEX = "cares-(?P<pver>\d+_(\d_?)+)"
12 12