Skip to content

Commit

Permalink
c-ares: 1.29.0 -> 1.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sighook committed Jun 19, 2024
1 parent 6b0f058 commit b538ae4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions c-ares/.footprint
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ drwxr-xr-x root/root usr/lib/cmake/c-ares/
-rw-r--r-- root/root usr/lib/cmake/c-ares/c-ares-targets-release.cmake
-rw-r--r-- root/root usr/lib/cmake/c-ares/c-ares-targets.cmake
lrwxrwxrwx root/root usr/lib/libcares.so -> libcares.so.2
lrwxrwxrwx root/root usr/lib/libcares.so.2 -> libcares.so.2.14.0
-rwxr-xr-x root/root usr/lib/libcares.so.2.14.0
lrwxrwxrwx root/root usr/lib/libcares.so.2 -> libcares.so.2.16.0
-rwxr-xr-x root/root usr/lib/libcares.so.2.16.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libcares.pc
drwxr-xr-x root/root usr/share/
Expand Down Expand Up @@ -48,6 +48,7 @@ drwxr-xr-x root/root usr/share/man/man3/
-rw-r--r-- root/root usr/share/man/man3/ares_dns_rcode_tostr.3.gz
-rw-r--r-- root/root usr/share/man/man3/ares_dns_rec_type_fromstr.3.gz
-rw-r--r-- root/root usr/share/man/man3/ares_dns_rec_type_t.3.gz
-rw-r--r-- root/root usr/share/man/man3/ares_dns_rec_type_tostr.3.gz
-rw-r--r-- root/root usr/share/man/man3/ares_dns_record.3.gz
-rw-r--r-- root/root usr/share/man/man3/ares_dns_record_create.3.gz
-rw-r--r-- root/root usr/share/man/man3/ares_dns_record_destroy.3.gz
Expand Down
2 changes: 1 addition & 1 deletion c-ares/.md5sum
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0768b7b8a7318be4576a68a7c31db6fb c-ares-1.29.0.tar.gz
b9242a02e953be37ede680f268ab38cc c-ares-1.31.0.tar.gz
4 changes: 2 additions & 2 deletions c-ares/Pkgfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# URL: https://c-ares.haxx.se/

name=c-ares
version=1.29.0
version=1.31.0
release=1
source=https://$name.haxx.se/download/$name-$version.tar.gz
source=https://github.com/c-ares/c-ares/releases/download/v$version/$name-$version.tar.gz

build() {
cmake -S $name-$version -B build -G Ninja \
Expand Down

0 comments on commit b538ae4

Please sign in to comment.