Skip to content
Open
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 leptonica.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: leptonica
version: "1.86.0"
epoch: 1
version: "1.87.0"
epoch: 0
description: Leptonica is an open source library containing software that is broadly useful for image processing and image analysis applications.
copyright:
- license: BSD-2-Clause
Expand Down Expand Up @@ -29,9 +29,7 @@ pipeline:
with:
repository: https://github.com/danbloomberg/leptonica
tag: ${{package.version}}
expected-commit: dbb48b0fd0e10e943ecd9bab7439701842894733
cherry-picks: |
master/e0936377f9094b72f7f2ea6bc34311ccc69b2f71: cmake: fix pkg-config entry requires
expected-commit: 13275a278eb55b5746e33f95fbf5a2c8f604b3ab

- uses: cmake/configure
with:
Expand Down
Loading