Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

oxipng/9.1.4 package update #42760

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
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: 2 additions & 6 deletions oxipng.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,17 @@
package:
name: oxipng
version: 9.1.3
version: "9.1.4"
epoch: 0
description: Multithreaded PNG optimizer written in Rust
copyright:
- license: MIT

environment:
environment:
RUSTFLAGS: "-C linker=/usr/local/bin/gcc"

pipeline:
- uses: git-checkout
with:
repository: https://github.com/shssoichiro/oxipng
tag: v${{package.version}}
expected-commit: e8e8309c2da99676d2be0859df66314fa4fd42c3
expected-commit: bc8c36456858fe4678460bdea520a4ec0bc50dc4

- uses: cargo/build
with:
Expand Down
Loading