Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions gflags.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: gflags
version: 2.2.2
epoch: 4
version: "2.3.0"
epoch: 0
description: "The gflags package contains a C++ library that implements commandline flags processing."
copyright:
- license: "BSD-3-Clause"
Expand All @@ -19,9 +19,7 @@ pipeline:
with:
repository: https://github.com/gflags/gflags/
tag: v${{package.version}}
expected-commit: e171aa2d15ed9eb17054558e0b3a6a413bb01067
cherry-picks: |
master/70c01a642f08734b7bddc9687884844ca117e080: build: support cmake 4.0
expected-commit: 33bb3461e10864b5406353d3a1fb7ff34c2314b8

- uses: cmake/configure
with:
Expand Down
Loading