From 8692979901a9a5c0f8f47302d2effd723649de8a Mon Sep 17 00:00:00 2001 From: Piraty Date: Sat, 14 Jun 2025 22:19:32 +0200 Subject: [PATCH] libstrophe: update to 0.14.0. --- srcpkgs/libstrophe/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libstrophe/template b/srcpkgs/libstrophe/template index c95a954690c..a5cd7e5da9b 100644 --- a/srcpkgs/libstrophe/template +++ b/srcpkgs/libstrophe/template @@ -1,6 +1,6 @@ # Template file for 'libstrophe' pkgname=libstrophe -version=0.13.1 +version=0.14.0 revision=1 build_style=gnu-configure configure_args="$(vopt_enable cares) $(vopt_enable tls)" @@ -13,7 +13,7 @@ license="GPL-3.0-only" homepage="http://strophe.im/libstrophe/" changelog="https://raw.githubusercontent.com/strophe/libstrophe/master/ChangeLog" distfiles="https://github.com/strophe/libstrophe/archive/${version}.tar.gz" -checksum=0268509f150d72ef63e830db9e6f0d4ecff9727ee0976ffb99a6feb6eb4100c7 +checksum=adeb9e673d7f8b8cd20a2437cc220a8de581abf6e46594896b622e3e0dfa5c1f build_options="cares tls" build_options_default="tls"