From 5567c56b83123a8084cd8c1fdba31fa844699d0a Mon Sep 17 00:00:00 2001 From: elbachir-one Date: Mon, 28 Jul 2025 10:32:05 +0100 Subject: [PATCH] Ice: update to 3.7.10 --- srcpkgs/Ice/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/Ice/template b/srcpkgs/Ice/template index d4318ea81c4..4efe188c9c7 100644 --- a/srcpkgs/Ice/template +++ b/srcpkgs/Ice/template @@ -1,7 +1,7 @@ # Template file for 'Ice' pkgname=Ice -version=3.7.8 -revision=3 +version=3.7.10 +revision=1 build_style=gnu-makefile make_build_args="LANGUAGES=cpp OPTIMIZE=yes USR_DIR_INSTALL=yes CONFIGS=shared CONFIGS+=cpp11-shared" @@ -14,7 +14,7 @@ license="GPL-2.0-only, custom:ICE" homepage="https://www.zeroc.com" changelog="https://doc.zeroc.com/ice/latest/release-notes" distfiles="https://github.com/zeroc-ice/ice/archive/v${version}.tar.gz" -checksum=f2ab6b151ab0418fab30bafc2524d9ba4c767a1014f102df88d735fc775f9824 +checksum=b90e9015ca9124a9eadfdfc49c5fba24d3550c547f166f3c9b2b5914c00fb1df if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then makedepends+=" libxcrypt-devel"