From c0c77af1918245a0f50fe1c827bb558d04976444 Mon Sep 17 00:00:00 2001 From: chrysos349 Date: Tue, 5 Mar 2024 09:41:15 +0300 Subject: [PATCH] libsigc++: update to 2.12.1 --- srcpkgs/libsigc++/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libsigc++/template b/srcpkgs/libsigc++/template index af89ef2db31c6a..4037552c906a48 100644 --- a/srcpkgs/libsigc++/template +++ b/srcpkgs/libsigc++/template @@ -1,6 +1,6 @@ # Template file for 'libsigc++' pkgname=libsigc++ -version=2.12.0 +version=2.12.1 revision=1 build_style=meson configure_args="-Dbuild-examples=false -Dwarnings=max" @@ -9,8 +9,9 @@ short_desc="Type-safe callback system for C++ programs" maintainer="Enno Boland " license="LGPL-2.1-or-later" homepage="https://libsigcplusplus.github.io/libsigcplusplus/" +changelog="https://raw.githubusercontent.com/libsigcplusplus/libsigcplusplus/libsigc%2B%2B-2-12/NEWS" distfiles="${GNOME_SITE}/libsigc++/${version%.*}/libsigc++-${version}.tar.xz" -checksum=1c466d2e64b34f9b118976eb21b138c37ed124d0f61497df2a90ce6c3d9fa3b5 +checksum=a9dbee323351d109b7aee074a9cb89ca3e7bcf8ad8edef1851f4cf359bd50843 if [ -z "$XBPS_CHECK_PKGS" ]; then configure_args+=" -Dbuild-tests=false"