From 19cbe27570f7cd155c5f188e0e530855d6b44301 Mon Sep 17 00:00:00 2001 From: Nick Hainke Date: Thu, 7 Dec 2023 18:38:40 +0100 Subject: [PATCH] libxslt: update to 1.1.39 Release Notes: - https://gitlab.gnome.org/GNOME/libxslt/-/releases/v1.1.38 - https://gitlab.gnome.org/GNOME/libxslt/-/releases/v1.1.39 Fixes: #22836 Signed-off-by: Nick Hainke --- libs/libxslt/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/libxslt/Makefile b/libs/libxslt/Makefile index 1edc610b95..d9c0873c96 100644 --- a/libs/libxslt/Makefile +++ b/libs/libxslt/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libxslt -PKG_VERSION:=1.1.37 +PKG_VERSION:=1.1.39 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNOME/libxslt/$(basename $(PKG_VERSION)) -PKG_HASH:=3a4b27dc8027ccd6146725950336f1ec520928f320f144eb5fa7990ae6123ab4 +PKG_HASH:=2a20ad621148339b0759c4d4e96719362dee64c9a096dbba625ba053846349f0 PKG_MAINTAINER:=Jiri Slachta PKG_LICENSE:=MIT