diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2023-06-03 12:59:09 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2023-06-03 12:59:09 +0200 |
commit | 8f2291a21c2b463784721dc03f2603f63701307d (patch) | |
tree | 93a36696b527931f176c4c55275e8f1b6a7b4816 /print | |
parent | 8c6f81904c92046e1c2d7737b8d0bf959cd91355 (diff) |
print/freetype: upgrade to 2.13.0
Diffstat (limited to 'print')
-rw-r--r-- | print/freetype2/Makefile | 4 | ||||
-rw-r--r-- | print/freetype2/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/print/freetype2/Makefile b/print/freetype2/Makefile index 0574061..1dfc034 100644 --- a/print/freetype2/Makefile +++ b/print/freetype2/Makefile @@ -1,9 +1,9 @@ COMMENT = software library to render fonts. -V= 2.12.1 +V= 2.13.0 DISTNAME = freetype-${V} PKGNAME = freetype2-${V} -SHARED_LIBS = freetype 30.2 +SHARED_LIBS = freetype 30.3 CATEGORIES = print diff --git a/print/freetype2/distinfo b/print/freetype2/distinfo index 07c9a60..3657d18 100644 --- a/print/freetype2/distinfo +++ b/print/freetype2/distinfo @@ -1,2 +1,2 @@ -SHA256 (freetype-2.12.1.tar.xz) = R2byAVfMTPDNKS+Av5F/ktHEObJDrDAY3r9rkUDEGn8= -SIZE (freetype-2.12.1.tar.xz) = 2471916 +SHA256 (freetype-2.13.0.tar.xz) = XuI6vQR2NsJLLUPGYl3K/GZmHRrKZN7J4NBd8pWSYkw= +SIZE (freetype-2.13.0.tar.xz) = 2492440 |