From fbc1bc3ed98f658dbc5a36400bee4e10a2b2c37d Mon Sep 17 00:00:00 2001 From: Colin Booth Date: Tue, 11 May 2021 12:11:29 -0700 Subject: [PATCH] qxmpp: update to 1.4.0 --- srcpkgs/qxmpp/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/qxmpp/template b/srcpkgs/qxmpp/template index 5283f8ea32ee..345624bccf73 100644 --- a/srcpkgs/qxmpp/template +++ b/srcpkgs/qxmpp/template @@ -1,6 +1,6 @@ # Template file for 'qxmpp' pkgname=qxmpp -version=1.3.2 +version=1.4.0 revision=1 build_style=cmake configure_args="-DBUILD_EXAMPLES=false" @@ -8,10 +8,10 @@ hostmakedepends="pkg-config" makedepends="qt5-devel opus-devel speex-devel libtheora-devel libvpx-devel" short_desc="Cross-platform C++ XMPP client and server library" maintainer="Orphaned " -license="LGPL-2.1" +license="LGPL-2.1-or-later" homepage="https://github.com/qxmpp-project/qxmpp/" distfiles="https://github.com/qxmpp-project/qxmpp/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz" -checksum=016e23c40c604dd43b15e1888e31d48729d0f80775fb6f7faef1130a52fe0641 +checksum=2148162138eaf4b431a6ee94104f87877b85a589da803dff9433c698b4cf4f19 build_options="opus speex theora vpx" build_options_default="opus speex theora vpx"