Skip to content

Commit

Permalink
Revert "Update nghttp2 to version 1.60.0"
Browse files Browse the repository at this point in the history
The CMake build is broken:
```
ninja: error: build.ninja:661: multiple rules generate lib/nghttp2.lib
```

This reverts commit 4196db5.
  • Loading branch information
AlessandroBono authored and nacho committed Mar 18, 2024
1 parent 451d171 commit 40a92e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gvsbuild/projects/nghttp2.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ def __init__(self):
Project.__init__(
self,
"nghttp2",
version="1.60.0",
version="1.59.0",
archive_url="https://github.com/nghttp2/nghttp2/releases/download/v{version}/nghttp2-{version}.tar.xz",
hash="625d6c3da1d9ca4fd643a638256431ae68fd1901653b2a61a245eea7b261bf4e",
hash="fdc9bd71f5cf8d3fdfb63066b89364c10eb2fdeab55f3c6755cd7917b2ec4ffb",
dependencies=[
"cmake",
"zlib",
Expand Down

0 comments on commit 40a92e4

Please sign in to comment.