From 2c950fe2f078def54a61df5e4db79a93c363b87a Mon Sep 17 00:00:00 2001 From: Luca Matei Pintilie Date: Wed, 3 Jan 2024 18:13:57 +0100 Subject: [PATCH] libstrophe: update to 0.12.3. --- srcpkgs/libstrophe/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libstrophe/template b/srcpkgs/libstrophe/template index 617d333766e..3179a2c25db 100644 --- a/srcpkgs/libstrophe/template +++ b/srcpkgs/libstrophe/template @@ -1,7 +1,7 @@ # Template file for 'libstrophe' pkgname=libstrophe -version=0.12.2 -revision=2 +version=0.12.3 +revision=1 build_style=gnu-configure configure_args="$(vopt_enable cares) $(vopt_enable tls)" hostmakedepends="automake libtool pkg-config" @@ -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=049232e3968ad65c65e08601cb3de171d3a25d154b6f14332c35a7bf961e2c9d +checksum=e93a77b78f228201ee0278dbdd29142a943263df7e62278e25eacfe814e0bb34 build_options="cares tls" build_options_default="tls"