Skip to content

Commit

Permalink
use git-checkout
Browse files Browse the repository at this point in the history
Signed-off-by: James Petersen <[email protected]>
  • Loading branch information
found-it committed Jan 26, 2024
1 parent 0adcc6e commit ca410b9
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions jbig2dec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ environment:
- pkgconf-dev

pipeline:
- uses: fetch
- uses: git-checkout
with:
expected-sha256: 7b63ff6470289547e7a3a0f145cb8ea6c2afffdd65645b7d87d3b7febc96fb3a
uri: https://github.com/ArtifexSoftware/jbig2dec/releases/download/${{package.version}}/jbig2dec-${{package.version}}.tar.gz
repository: https://github.com/ArtifexSoftware/jbig2dec.git
expected-commit: 1d1347e38a55e657dcc4c8f1c77bb3a26bfc9ff3
tag: ${{package.version}}

- runs: |
autoreconf -vif
Expand Down Expand Up @@ -58,5 +59,5 @@ subpackages:

update:
enabled: true
release-monitor:
identifier: 1431
github:
identifier: ArtifexSoftware/jbig2dec

0 comments on commit ca410b9

Please sign in to comment.