diff options
author | Michał Polański <michal@polanski.me> | 2021-05-08 17:12:46 +0200 |
---|---|---|
committer | Michał Polański <michal@polanski.me> | 2021-05-08 20:14:53 +0200 |
commit | 43536f66f0e7549792efae04d2d76cfd313b6456 (patch) | |
tree | 819396bc013eb6fa613c6b178a2192783d351bdc | |
parent | fa7b78d4401325b5e76639219427727a51f3e618 (diff) |
community/fcft: upgrade to 2.4.0
-rw-r--r-- | community/fcft/APKBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/community/fcft/APKBUILD b/community/fcft/APKBUILD index fb8d60a288e..c9506363404 100644 --- a/community/fcft/APKBUILD +++ b/community/fcft/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Alex McGrath <amk@amk.ie> pkgname=fcft -pkgver=2.3.3 +pkgver=2.4.0 pkgrel=0 pkgdesc="A simple library for font loading and glyph rasterization using FontConfig, FreeType and pixman." url="https://codeberg.org/dnkl/fcft.git" @@ -25,4 +25,6 @@ package() { DESTDIR="$pkgdir" meson install --no-rebuild -C output } -sha512sums="91f3c1292889c2fd1cdce439e0168a37a932d3a05ea78fff93ce69ea7b1adc33424e67a0b2c36931d26128e1169e6f784f16445475c94690dedf608f92278009 fcft-2.3.3.tar.gz" +sha512sums=" +0904344cf69875e5ed2b0543911cfcbd7fddafcc19ef611ff6abb30004515eb61a69f5add25f9576132dcd60bc0c2cc7f6461fade9124a32c4026154e56d8e64 fcft-2.4.0.tar.gz +" |