Skip to content

Commit

Permalink
Update libcurl to version 8.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danyeaw authored and nacho committed Dec 10, 2023
1 parent 38be896 commit 6e41b29
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.4.0",
version="8.5.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="16c62a9c4af0f703d28bda6d7bbf37ba47055ad3414d70dec63e2e6336f2a82d",
hash="42ab8db9e20d8290a3b633e7fbb3cec15db34df65fd1015ef8ac1e4723750eeb",
dependencies=[
"perl",
"cmake",
Expand Down

0 comments on commit 6e41b29

Please sign in to comment.