telegram-desktop: update to 1.5.11.

[ci skip]
This commit is contained in:
John Zimmermann 2019-01-31 23:08:09 +01:00
parent 026c448693
commit 6d98eb908d
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'telegram-desktop'
pkgname=telegram-desktop
version=1.5.8
version=1.5.11
revision=1
_libtgvoip_commit=59a975bf66c19ebddd8c82d9d501fddc02584d7c
_GSL_commit=d846fe50a3f0bb7767c7e087a05f4be95f4da0ec
@ -29,7 +29,7 @@ distfiles="https://github.com/telegramdesktop/tdesktop/archive/v${version}.tar.g
https://github.com/mapbox/variant/archive/${_variant_commit}.tar.gz
https://github.com/telegramdesktop/crl/archive/${_crl_commit}.tar.gz
https://github.com/catchorg/Catch2/archive/${_Catch_commit}.tar.gz"
checksum="f5f2c4a772f6964a7cc31c8b284da7d3e1cc9308a9a0c094c5f06c91c312c94b
checksum="e7dde48fc0bb9d5e5a94d5f4300b68033700bb8bf7926d710334e0ba9b7d6af8
def54b1aa4f9e0fcd8d1134eec8a86cbe804247ed9270cb479ceee5adc05383a
be81db4ab1b57102a0fa1cd0c4a6469294eb9daf24294347592245b754f65ff6
aa794dfefe0a90501587e36d977b958d0df888503117a8d9aa43dc14f8526d9d
@ -117,6 +117,6 @@ pre_configure() {
post_install() {
for i in 16 32 48 64 128 256 512; do
vinstall Resources/art/icon$i.png 644 usr/share/icons/hicolor/${i}x${i} telegram.png
vinstall Resources/art/icon$i.png 644 usr/share/icons/hicolor/${i}x${i}/apps telegram.png
done
}