Skip to content

Commit

Permalink
Update libcurl to version 8.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danyeaw authored and nacho committed Aug 2, 2023
1 parent 6ae4ce6 commit 9f8564d
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 @@ -29,10 +29,10 @@ def __init__(self):
Project.__init__(
self,
"libcurl",
version="8.2.0",
version="8.2.1",
repository="https://github.com/curl/curl",
archive_url="https://github.com/curl/curl/releases/download/curl-{major}_{minor}_{micro}/curl-{version}.tar.xz",
hash="2859ec79e2cd96e976a99493547359b8001af1d1e21f3a3a3b846544ef54500f",
hash="dd322f6bd0a20e6cebdfd388f69e98c3d183bed792cf4713c8a7ef498cba4894",
dependencies=[
"perl",
"cmake",
Expand Down

0 comments on commit 9f8564d

Please sign in to comment.