From e8e48548e3d7e4960ec83a589e5acb4bcc10a07f Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Fri, 2 Aug 2024 00:12:40 +0000 Subject: [PATCH] AU: 3 updated - telegram telegram.install telegram.portable [skip ci] https://gist.github.com/SebastianK90/a80d008be848e4754c459284f24be9fa/eebcc614c53a8076008873d49e38247829f5544e --- telegram.install/legal/VERIFICATION.txt | 8 ++++---- telegram.install/telegram.install.nuspec | 2 +- telegram.install/tools/chocolateyInstall.ps1 | 4 ++-- telegram.portable/legal/VERIFICATION.txt | 8 ++++---- telegram.portable/telegram.portable.nuspec | 2 +- telegram.portable/tools/chocolateyInstall.ps1 | 4 ++-- telegram/telegram.nuspec | 4 ++-- 7 files changed, 16 insertions(+), 16 deletions(-) diff --git a/telegram.install/legal/VERIFICATION.txt b/telegram.install/legal/VERIFICATION.txt index bc27338..1d5eac1 100644 --- a/telegram.install/legal/VERIFICATION.txt +++ b/telegram.install/legal/VERIFICATION.txt @@ -7,8 +7,8 @@ Package can be verified like this: 1. Go to - x32: https://github.com/telegramdesktop/tdesktop/releases/download/v5.2.3/tsetup.5.2.3.exe - x64: https://github.com/telegramdesktop/tdesktop/releases/download/v5.2.3/tsetup-x64.5.2.3.exe + x32: https://github.com/telegramdesktop/tdesktop/releases/download/v5.3.1/tsetup.5.3.1.exe + x64: https://github.com/telegramdesktop/tdesktop/releases/download/v5.3.1/tsetup-x64.5.3.1.exe to download the installer. @@ -16,8 +16,8 @@ Package can be verified like this: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum32: 6D8184F90F865F7E3CCCEB4AD4EF8A6FA3DF9F0A7DFC912C325F0E92CD988DFA - checksum64: 1B31E3758C4B158143DC41C7C4617984D958760D8D7718E1E38492C67F6BBF65 + checksum32: 5758B014D07C05AF4566CE47A48D311EDD19F63CC804DAA9B90EF3303E5E6A98 + checksum64: E5C34B58C6081F0CEDB89075156429B35122B6535442E2203B65AA44DCAA00C7 File 'LICENSE.txt' is obtained from: diff --git a/telegram.install/telegram.install.nuspec b/telegram.install/telegram.install.nuspec index e8bee36..6f5e1f9 100644 --- a/telegram.install/telegram.install.nuspec +++ b/telegram.install/telegram.install.nuspec @@ -2,7 +2,7 @@ telegram.install - 5.2.3 + 5.3.1 https://github.com/SebastianK90/chocolateyautomaticpackages/tree/master/telegram.install/ SebastianK diff --git a/telegram.install/tools/chocolateyInstall.ps1 b/telegram.install/tools/chocolateyInstall.ps1 index 8f8e065..c2dcf5a 100644 --- a/telegram.install/tools/chocolateyInstall.ps1 +++ b/telegram.install/tools/chocolateyInstall.ps1 @@ -5,8 +5,8 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition $packageArgs = @{ packageName = 'telegram.install' fileType = 'exe' - FileFullPath = "$toolsPath\tsetup.5.2.3_x32.exe" - FileFullPath64 = "$toolsPath\tsetup-x64.5.2.3_x64.exe" + FileFullPath = "$toolsPath\tsetup.5.3.1_x32.exe" + FileFullPath64 = "$toolsPath\tsetup-x64.5.3.1_x64.exe" silentArgs = '/Verysilent' validExitCodes = @(0) } diff --git a/telegram.portable/legal/VERIFICATION.txt b/telegram.portable/legal/VERIFICATION.txt index a56ed28..9189a83 100644 --- a/telegram.portable/legal/VERIFICATION.txt +++ b/telegram.portable/legal/VERIFICATION.txt @@ -7,8 +7,8 @@ Package can be verified like this: 1. Go to - x32: https://github.com/telegramdesktop/tdesktop/releases/download/v5.2.3/tportable.5.2.3.zip - x64: https://github.com/telegramdesktop/tdesktop/releases/download/v5.2.3/tportable-x64.5.2.3.zip + x32: https://github.com/telegramdesktop/tdesktop/releases/download/v5.3.1/tportable.5.3.1.zip + x64: https://github.com/telegramdesktop/tdesktop/releases/download/v5.3.1/tportable-x64.5.3.1.zip to download the installer. @@ -16,8 +16,8 @@ Package can be verified like this: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum32: 8A349826AB055446D7AD10ABB83A21181AE69224EFA7E136D2B134BF176D890B - checksum64: 3829EC2951CF54C1EA756180C7AA793A257B971ECC98343F295D538C5DBE7EBB + checksum32: 99199E5EB08FF5C64E490C0BA16717ECA23F33A0F98764571628357D655762FF + checksum64: 5BE1F64719EDA52C85F457E3CEDFFE0C037416A37B93DF23B4B04E6A8FE9A2B1 File 'LICENSE.txt' is obtained from: https://raw.githubusercontent.com/telegramdesktop/tdesktop/master/LICENSE diff --git a/telegram.portable/telegram.portable.nuspec b/telegram.portable/telegram.portable.nuspec index 57ee6d4..8a37401 100644 --- a/telegram.portable/telegram.portable.nuspec +++ b/telegram.portable/telegram.portable.nuspec @@ -2,7 +2,7 @@ telegram.portable - 5.2.3 + 5.3.1 https://github.com/SebastianK90/chocolateyautomaticpackages/tree/master/telegram.portable/ SebastianK diff --git a/telegram.portable/tools/chocolateyInstall.ps1 b/telegram.portable/tools/chocolateyInstall.ps1 index 494b904..c58f5b8 100644 --- a/telegram.portable/tools/chocolateyInstall.ps1 +++ b/telegram.portable/tools/chocolateyInstall.ps1 @@ -4,8 +4,8 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition $packageArgs = @{ PackageName = 'telegram.portable' - FileFullPath = "$toolsPath\tportable.5.2.3_x32.zip" - FileFullPath64 = "$toolsPath\tportable-x64.5.2.3_x64.zip" + FileFullPath = "$toolsPath\tportable.5.3.1_x32.zip" + FileFullPath64 = "$toolsPath\tportable-x64.5.3.1_x64.zip" Destination = "C:\tools\telegram.portable" } diff --git a/telegram/telegram.nuspec b/telegram/telegram.nuspec index 58e0416..1f5c503 100644 --- a/telegram/telegram.nuspec +++ b/telegram/telegram.nuspec @@ -2,7 +2,7 @@ telegram - 5.2.3 + 5.3.1 https://github.com/SebastianK90/chocolateyautomaticpackages/tree/master/telegram/ SebastianK @@ -57,7 +57,7 @@ We keep expanding the boundaries of what you can do with a messaging app. Don’ * [Twitter](https://twitter.com/telegram) https://github.com/telegramdesktop/tdesktop/releases - +