From 9927ca22a5c7c219e66b3b1be7ca52456d7555e9 Mon Sep 17 00:00:00 2001 From: dogknowsnx Date: Tue, 17 Feb 2026 10:20:59 +0100 Subject: [PATCH] libutf8proc: update to 2.11.3 --- srcpkgs/libutf8proc/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libutf8proc/template b/srcpkgs/libutf8proc/template index d9194215447d0b..2be6406be4c3ef 100644 --- a/srcpkgs/libutf8proc/template +++ b/srcpkgs/libutf8proc/template @@ -1,6 +1,6 @@ # Template file for 'libutf8proc' pkgname=libutf8proc -version=2.11.2 +version=2.11.3 revision=1 build_style=cmake configure_args="-DBUILD_SHARED_LIBS=ON" @@ -10,7 +10,7 @@ license="MIT" homepage="http://juliastrings.github.io/utf8proc/" changelog="https://raw.githubusercontent.com/JuliaStrings/utf8proc/master/NEWS.md" distfiles="https://github.com/JuliaStrings/utf8proc/archive/refs/tags/v${version}.tar.gz" -checksum=a9b8d8fd57fb3aeca2aede62fd58958036d3bd29871afc1b871e3916c48420a7 +checksum=abfed50b6d4da51345713661370290f4f4747263ee73dc90356299dfc7990c78 if [ -n "$XBPS_CHECK_PKGS" ]; then configure_args+=" -DUTF8PROC_ENABLE_TESTING=ON"