telegram-desktop: update to 4.14.1.

This commit is contained in:
juef 2023-12-29 18:42:54 +02:00 committed by John Zimmermann
parent 8bbe1253e0
commit 4001b6d87c

View file

@ -1,6 +1,6 @@
# Template file for 'telegram-desktop'
pkgname=telegram-desktop
version=4.11.2
version=4.14.1
revision=1
build_style=cmake
build_helper="qemu gir"
@ -25,12 +25,13 @@ license="GPL-3.0-or-later, OpenSSL"
homepage="https://desktop.telegram.org/"
changelog="https://github.com/telegramdesktop/tdesktop/blob/v${version}/changelog.txt"
distfiles="https://github.com/telegramdesktop/tdesktop/releases/download/v${version}/tdesktop-${version}-full.tar.gz"
checksum=76540f544023daaeae2633f0f7975ba2d5f4778bcead8a316abdfd20b72ebff8
checksum=18a2b606c9cf63defdf3809db6c111ce00b7880f6b92b8cb8848a71f4583af8e
build_options="spellcheck"
build_options_default="spellcheck"
case $XBPS_TARGET_MACHINE in
armv6*) configure_args+=" -DDESKTOP_APP_DISABLE_SCUDO=true";; # Requires armv6k+ due to yield
mips*) broken="unsupported";;
esac