Skip to content

Commit

Permalink
c-ares: update to 1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Biswa96 committed Oct 9, 2023
1 parent f428bf1 commit d0a0f7f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions mingw-w64-c-ares/0003-fix-cmake-targets.patch
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- c-ares-cares-1_17_1/src/lib/CMakeLists.txt
+++ c-ares-cares-1_17_1/src/lib/CMakeLists.txt
@@ -68,7 +68,7 @@
--- a/src/lib/CMakeLists.txt
+++ b/src/lib/CMakeLists.txt
@@ -75,7 +75,7 @@

SET_TARGET_PROPERTIES (${LIBNAME} PROPERTIES
EXPORT_NAME cares${STATIC_SUFFIX}
Expand Down
6 changes: 3 additions & 3 deletions mingw-w64-c-ares/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
_realname=c-ares
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=1.20.0
pkgver=1.20.1
pkgrel=1
pkgdesc="C library that performs DNS requests and name resolves asynchronously (mingw-w64)"
arch=('any')
Expand All @@ -20,10 +20,10 @@ source=(#"https://c-ares.org/download/${_realname}-${pkgver}.tar.gz"{,.asc}
0003-fix-cmake-targets.patch)
validpgpkeys=('914C533DF9B2ADA2204F586D78E11C6B279D5C91'
'27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2')
sha256sums=('cde8433e9bf6c6a0d9e7e69947745ee649256d76009d6c23b9555f84c5c13988'
sha256sums=('de24a314844cb157909730828560628704f4f896d167dd7da0fa2fb93ea18b10'
'SKIP'
'7ae54fbb701885a78bf3cb4a1a81f1a1ff4cf125991e26fd7a85a05a74396fab'
'a263f019a158fad0b36a81481ae1b4f02d686afbf8da09a22522f5cd99162c0f')
'9408ee10c770bcb5132c49c8df33f0e78518a09b658db0ac4556e6b69270e8ae')

# Helper macros to help make tasks easier #
apply_patch_with_msg() {
Expand Down

0 comments on commit d0a0f7f

Please sign in to comment.