We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36440c5 commit ba853feCopy full SHA for ba853fe
protobuf-c.yaml
@@ -1,7 +1,7 @@
1
package:
2
name: protobuf-c
3
- version: 1.5.0 # On update, please check if -fdelete-null-pointer-checks is still required
4
- epoch: 14
+ version: "1.5.1" # On update, please check if -fdelete-null-pointer-checks is still required
+ epoch: 0
5
description: Protocol Buffers implementation in C
6
copyright:
7
- license: BSD-2-Clause
@@ -24,7 +24,7 @@ environment:
24
pipeline:
25
- uses: git-checkout
26
with:
27
- expected-commit: 8c201f6e47a53feaab773922a743091eb6c8972a
+ expected-commit: 185beed28e65494be7505b30c1afeaf199e19b23
28
repository: https://github.com/protobuf-c/protobuf-c.git
29
tag: v${{package.version}}
30
0 commit comments