From 16f416242790a711483427bd35b40bcd5cc972b4 Mon Sep 17 00:00:00 2001 From: tranzystorekk Date: Sat, 8 Mar 2025 20:45:41 +0100 Subject: [PATCH] libutf8proc: update to 2.10.0 --- srcpkgs/libutf8proc/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libutf8proc/template b/srcpkgs/libutf8proc/template index 68d69abaea6..42816cbd3e7 100644 --- a/srcpkgs/libutf8proc/template +++ b/srcpkgs/libutf8proc/template @@ -1,6 +1,6 @@ # Template file for 'libutf8proc' pkgname=libutf8proc -version=2.9.0 +version=2.10.0 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=18c1626e9fc5a2e192311e36b3010bfc698078f692888940f1fa150547abb0c1 +checksum=6f4f1b639daa6dca9f80bc5db1233e9cbaa31a67790887106160b33ef743f136 if [ -n "$XBPS_CHECK_PKGS" ]; then configure_args+=" -DUTF8PROC_ENABLE_TESTING=ON"