Skip to content

Commit

Permalink
Revert "Update protobuf-c to version 1.5.0"
Browse files Browse the repository at this point in the history
Like 457db7c, now also protobuf-c
requires abseil-cpp as a dependency[1]:
```
Building project protobuf-c (1.5.0)
Generating/updating cmake files
Debug: running cmake -G "Ninja"
[...]
-- Found Protobuf: C:/build/gtk/x64/debug/lib/libprotobuf.lib (found version "3.21.12")
-- Could NOT find absl (missing: absl_DIR)
-- Configuring incomplete, errors occurred!
```

Revert to the previous version for now.

This reverts commit a91cadd.

[1] protobuf-c/protobuf-c@5db0ca5
  • Loading branch information
AlessandroBono authored and nacho committed Dec 13, 2023
1 parent 58b94e4 commit ed01590
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gvsbuild/projects/protobuf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ def __init__(self):
Project.__init__(
self,
"protobuf-c",
version="1.5.0",
version="1.4.1",
archive_url="https://github.com/protobuf-c/protobuf-c/releases/download/v{version}/protobuf-c-{version}.tar.gz",
hash="7b404c63361ed35b3667aec75cc37b54298d56dd2bcf369de3373212cc06fd98",
hash="4cc4facd508172f3e0a4d3a8736225d472418aee35b4ad053384b137b220339f",
dependencies=[
"cmake",
"protobuf",
Expand Down

0 comments on commit ed01590

Please sign in to comment.