Skip to content

Commit

Permalink
win32_deps_build.sh: bump curl to curl-7_84_0
Browse files Browse the repository at this point in the history
to silence warnings like:

```
configure.ac:3671: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:3671: You should run autoupdate.
```

Signed-off-by: Kefu Chai <[email protected]>
  • Loading branch information
tchaikov committed Aug 4, 2022
1 parent c1062a0 commit 6b43df3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion win32_deps_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ sslTag="OpenSSL_1_1_1c"
sslDir="${depsToolsetDir}/openssl"
sslSrcDir="${depsSrcDir}/openssl"

curlTag="curl-7_66_0"
curlTag="curl-7_84_0"
curlSrcDir="${depsSrcDir}/curl"
curlDir="${depsToolsetDir}/curl"

Expand Down

0 comments on commit 6b43df3

Please sign in to comment.