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
6 changes: 3 additions & 3 deletions freetype.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: freetype
version: 2.13.0
epoch: 1
version: 2.13.1
epoch: 0
description: TrueType font rendering library
copyright:
- license: FTL GPL-2.0-or-later
Expand All @@ -23,7 +23,7 @@ environment:
pipeline:
- uses: fetch
with:
expected-sha256: 5ee23abd047636c24b2d43c6625dcafc66661d1aca64dec9e0d05df29592624c
expected-sha256: ea67e3b019b1104d1667aa274f5dc307d8cbd606b399bc32df308a77f1a564bf
uri: https://download.savannah.gnu.org/releases/freetype/freetype-${{package.version}}.tar.xz

- uses: autoconf/configure
Expand Down