Skip to content

Commit

Permalink
Update protobuf-c to version 1.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 6e41b29 commit a91cadd
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.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=[
"cmake",
"protobuf",
Expand Down

0 comments on commit a91cadd

Please sign in to comment.