Received: from out2.migadu.com (out2.migadu.com [188.165.223.204]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 78A28780E58 for <~alpine/aports@lists.alpinelinux.org>; Sat, 23 Oct 2021 18:37:31 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amk.ie; s=key1; t=1635013736; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=fEHbpV7UvQFXmGPFTkMjStzo//Jtrk3da3F9nH2Kzvg=; b=W/O7czfNAE4p7DftAVwjhUhHl1wTbk3OwuhmrG8/F0vLWVr7saW39ZXJ8UTY8hng4vgSj1 jJpemC9hGFQmbZ8lkjDg3V0OdDvKJzKdqeri02VlV1zCqP1eJo0eySuxzAWqnPt1ENDNSQ shzAVcNRwVH948etgmKZvL2c7Ug0L3jAMCnW2Vo27qG9nAm10KDbc8KyUQmPA5pBsnFeFu Ae+IcxDITXn+MU0cZ9W7ctSvj8V43FIyw+Iba85wPMe7xvavfCIJ4JDPHj6XOBSuY8dXT1 +nRqIzU6NeTuqVE3CAHRjQ65Q2XMV+YmK3NAztmq7sGsqDg6XloMIooKv6nXvg== From: Alex McGrath To: ~alpine/aports@lists.alpinelinux.org Cc: Alex McGrath Subject: [PATCH] community/fcft: upgrade to 2.4.6 Date: Sat, 23 Oct 2021 19:28:53 +0100 Message-Id: <20211023182853.20516-1-amk@amk.ie> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: amk@amk.ie --- community/fcft/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/fcft/APKBUILD b/community/fcft/APKBUILD index 3a43b53b25..8fc55b46a3 100644 --- a/community/fcft/APKBUILD +++ b/community/fcft/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Alex McGrath pkgname=fcft -pkgver=2.4.5 +pkgver=2.4.6 pkgrel=0 pkgdesc="A simple library for font loading and glyph rasterization using FontConfig, FreeType and pixman." url="https://codeberg.org/dnkl/fcft.git" @@ -26,5 +26,5 @@ package() { } sha512sums=" -e29cabcb76357c91a93b63eaac1d548a7e4a4c05f6db39448bef6949c5e42965493b588b5c1d5cd2a223bce29e6f2a673ed63ebfa2d0d59a7edc453df06c5c8d fcft-2.4.5.tar.gz +554d4e01a24aba36eb44c195eef8b82aac08e8e32ddae3dabc45bef20428d02aee981610edecfb9f8311250b5c2c783664b0929305a857dd2910431512a91d95 fcft-2.4.6.tar.gz " -- 2.33.1