Skip to content

Commit

Permalink
Update libcurl to version 8.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danyeaw authored and pbor committed Sep 18, 2024
1 parent 5b05409 commit 356a24c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gvsbuild/projects/libcurl.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ def __init__(self):
Project.__init__(
self,
"libcurl",
version="8.9.1",
version="8.10.0",
repository="https://github.com/curl/curl",
archive_url="https://github.com/curl/curl/releases/download/curl-{major}_{minor}_{micro}/curl-{version}.tar.xz",
hash="f292f6cc051d5bbabf725ef85d432dfeacc8711dd717ea97612ae590643801e5",
hash="e6b142f0e85e954759d37e26a3627e2278137595be80e3a860c4353e4335e5a0",
dependencies=[
"perl",
"cmake",
Expand Down

0 comments on commit 356a24c

Please sign in to comment.