From dbc5c0b45d12140eb0166d4c4017301423824305 Mon Sep 17 00:00:00 2001 From: dashslash Date: Sun, 22 May 2022 20:00:05 -0500 Subject: [PATCH] libstrophe: update to 0.12.0. --- srcpkgs/libstrophe/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libstrophe/template b/srcpkgs/libstrophe/template index 5dad32e3826..b3947a91e38 100644 --- a/srcpkgs/libstrophe/template +++ b/srcpkgs/libstrophe/template @@ -1,7 +1,7 @@ # Template file for 'libstrophe' pkgname=libstrophe -version=0.10.1 -revision=2 +version=0.12.0 +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=5bf0bbc555cb6059008f1b748370d4d2ee1e1fabd3eeab68475263556405ba39 +checksum=f645819d8d93711c92454974dd9007c9b9e98ea0b59cb708dc626dd4c6b9d0a8 build_options="cares tls" build_options_default="tls"