From: Hannu Nyman Date: Sun, 31 May 2026 15:40:35 +0000 (+0300) Subject: fontconfig: update to 2.17.1 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=ba65841dd5534f7b2d90818ffcbcdef1f25305dc;p=openwrt-packages.git fontconfig: update to 2.17.1 Update to the newest stable version * adjust download URL to gitlab * add license info Signed-off-by: Hannu Nyman --- diff --git a/utils/fontconfig/Makefile b/utils/fontconfig/Makefile index e1eb0073e..982ae3675 100644 --- a/utils/fontconfig/Makefile +++ b/utils/fontconfig/Makefile @@ -8,15 +8,15 @@ include $(TOPDIR)/rules.mk PKG_NAME:=fontconfig -PKG_VERSION:=2.16.0 -PKG_RELEASE:=2 +PKG_VERSION:=2.17.1 +PKG_RELEASE:=1 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz -PKG_SOURCE_URL:=https://www.freedesktop.org/software/fontconfig/release/ -PKG_HASH:=6a33dc555cc9ba8b10caf7695878ef134eeb36d0af366041f639b1da9b6ed220 +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 +PKG_SOURCE_URL:=https://gitlab.freedesktop.org/fontconfig/fontconfig/-/archive/$(PKG_VERSION) +PKG_HASH:=bc1a90697eb8ec6c3eed118105ef9cbdfdd676e563905bf1cb571a705598300e PKG_MAINTAINER:=Alexandru Ardelean -PKG_LICENSE:= +PKG_LICENSE:=MIT-Modern-Variant PKG_LICENSE_FILES:= PKG_CPE_ID:=cpe:/a:fontconfig_project:fontconfig