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: 4 additions & 4 deletions libxi.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: libxi
version: 1.8
epoch: 3
version: 1.8.1
epoch: 0
description: X11 Input extension library
copyright:
- license: MIT AND X11
Expand All @@ -25,8 +25,8 @@ environment:
pipeline:
- uses: fetch
with:
expected-sha256: 2ed181446a61c7337576467870bc5336fc9e222a281122d96c4d39a3298bba00
uri: https://www.x.org/releases/individual/lib/libXi-${{package.version}}.tar.bz2
expected-sha256: 89bfc0e814f288f784202e6e5f9b362b788ccecdeb078670145eacd8749656a7
uri: https://www.x.org/releases/individual/lib/libXi-${{package.version}}.tar.xz

- uses: autoconf/configure
with:
Expand Down