telegram-desktop: update to 4.6.5.
- Update patches to reflect changes Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
parent
9a9f7c2c0f
commit
432403a225
|
@ -6,6 +6,6 @@
|
|||
if (DESKTOP_APP_USE_PACKAGED)
|
||||
- if (DESKTOP_APP_USE_PACKAGED_LAZY)
|
||||
+ if (TRUE)
|
||||
find_package(Microsoft.GSL QUIET)
|
||||
find_package(Microsoft.GSL 4.0.0 QUIET)
|
||||
else()
|
||||
find_package(Microsoft.GSL)
|
||||
find_package(Microsoft.GSL 4.0.0)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'telegram-desktop'
|
||||
pkgname=telegram-desktop
|
||||
version=4.6.2
|
||||
version=4.6.5
|
||||
revision=1
|
||||
build_style=cmake
|
||||
build_helper="qemu"
|
||||
|
@ -25,7 +25,7 @@ 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=f4cff5ec547c8aa5da7912c66a171afa048c933c93cd07e98ea7bf4c1e784db1
|
||||
checksum=3448d879afdc7c5c06d2b0f9cabe339b08093cb25f380a3e398d32daa96a9c36
|
||||
|
||||
build_options="spellcheck"
|
||||
build_options_default="spellcheck"
|
||||
|
|
Loading…
Reference in New Issue