diff --git a/yaml-cpp.yaml b/yaml-cpp.yaml index 7649a1408555..76ec12809d73 100644 --- a/yaml-cpp.yaml +++ b/yaml-cpp.yaml @@ -1,7 +1,7 @@ package: name: yaml-cpp - version: 0.8.0 - epoch: 10 + version: 0.9.0 + epoch: 0 description: "yaml-cpp is a YAML parser and emitter in C++ matching the YAML 1.2 spec." copyright: - license: MIT @@ -19,12 +19,8 @@ pipeline: - uses: git-checkout with: repository: https://github.com/jbeder/yaml-cpp - expected-commit: f7320141120f720aecc4c32be25586e7da9eb978 - tag: ${{package.version}} - # cherrypick this fix from upstream to fix build error with gcc 15 - # TODO: remove when upstream cut a new release - cherry-picks: | - master/7b469b4220f96fb3d036cf68cd7bd30bd39e61d2: emitterutils: Explicitly include + expected-commit: 56e3bb550c91fd7005566f19c079cb7a503223cf + tag: yaml-cpp-${{package.version}} - uses: cmake/configure with: