From 329c4dc5a46942f15d7f35de2e5e4414c7cca752 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Tue, 16 Jan 2024 13:59:50 -0500 Subject: [PATCH] Quaternion: update to 0.0.96. --- srcpkgs/Quaternion/template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/srcpkgs/Quaternion/template b/srcpkgs/Quaternion/template index 33ad8361181aee..8f5eb751596562 100644 --- a/srcpkgs/Quaternion/template +++ b/srcpkgs/Quaternion/template @@ -1,8 +1,7 @@ # Template file for 'Quaternion' pkgname=Quaternion -version=0.0.96.beta4 +version=0.0.96 revision=1 -_gitversion=0.0.96-beta4 build_style=cmake configure_args="-DBUILD_WITH_QT6=OFF" hostmakedepends="qt5-qmake qt5-host-tools" @@ -15,7 +14,7 @@ short_desc="Qt-based IM client for the Matrix protocol" maintainer="Julio Galvan " license="GPL-3.0-or-later" homepage="https://github.com/quotient-im/Quaternion" -distfiles="https://github.com/quotient-im/Quaternion/archive/${_gitversion}.tar.gz" -checksum=c3a49ea5af3800528690c827dd3bf266d04ad165561807e9a117c8718769deeb +distfiles="https://github.com/quotient-im/Quaternion/archive/${version}.tar.gz" +checksum=39868fbae40c36ebcd1a955cb65e953c4a1b9b74e9c1b9e2c838a0ce77ce5ac0 CXXFLAGS="-Wno-deprecated-declarations"