Skip to content

Commit

Permalink
protobuf-c: Update to version 1.5.0
Browse files Browse the repository at this point in the history
Add abseil-cpp as a dependency since it is now required.
  • Loading branch information
AlessandroBono committed Dec 13, 2023
1 parent 22a813e commit 4db5a4d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions gvsbuild/projects/protobuf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,11 @@ def __init__(self):
Project.__init__(
self,
"protobuf-c",
version="1.4.1",
version="1.5.0",
archive_url="https://github.com/protobuf-c/protobuf-c/releases/download/v{version}/protobuf-c-{version}.tar.gz",
hash="4cc4facd508172f3e0a4d3a8736225d472418aee35b4ad053384b137b220339f",
hash="7b404c63361ed35b3667aec75cc37b54298d56dd2bcf369de3373212cc06fd98",
dependencies=[
"abseil-cpp",
"cmake",
"protobuf",
"ninja",
Expand Down

0 comments on commit 4db5a4d

Please sign in to comment.