diff --git a/protobuf-c.yaml b/protobuf-c.yaml index de1ec8e7970..63c7ee702e1 100644 --- a/protobuf-c.yaml +++ b/protobuf-c.yaml @@ -1,7 +1,7 @@ package: name: protobuf-c - version: 1.5.0 # On update, please check if -fdelete-null-pointer-checks is still required - epoch: 14 + version: "1.5.1" # On update, please check if -fdelete-null-pointer-checks is still required + epoch: 0 description: Protocol Buffers implementation in C copyright: - license: BSD-2-Clause @@ -24,7 +24,7 @@ environment: pipeline: - uses: git-checkout with: - expected-commit: 8c201f6e47a53feaab773922a743091eb6c8972a + expected-commit: 185beed28e65494be7505b30c1afeaf199e19b23 repository: https://github.com/protobuf-c/protobuf-c.git tag: v${{package.version}}