From 49826b137496f139b222a4fe9f41f1678e50caad Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Thu, 12 Sep 2024 18:37:15 +0000 Subject: [PATCH] AU: 3 updated - telegram telegram.install telegram.portable [skip ci] https://gist.github.com/SebastianK90/a80d008be848e4754c459284f24be9fa/8cb561dacce22088832eef9269a0f528aaaac121 --- 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 3819dc8..2fd962b 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.5.3/tsetup.5.5.3.exe - x64: https://github.com/telegramdesktop/tdesktop/releases/download/v5.5.3/tsetup-x64.5.5.3.exe + x32: https://github.com/telegramdesktop/tdesktop/releases/download/v5.5.4/tsetup.5.5.4.exe + x64: https://github.com/telegramdesktop/tdesktop/releases/download/v5.5.4/tsetup-x64.5.5.4.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: DB537C3D68A7044D2E9FE5B7BEE28F71D0072FB1923DB5E708A3E2A4FAFDFBE1 - checksum64: 706D8A06C3E99457AF4EE6C66C79E2BAD6C0C269282BC922EE88BD7F7E0DCFBD + checksum32: A47E3C583EF683183DBA4B2BD1F266806134D80ADAC3EDAC829138F428798B15 + checksum64: E1288D6F638C565C2B14424E82A7BCC216BCAE1911230A5FB75DCCA0271C0D6F File 'LICENSE.txt' is obtained from: diff --git a/telegram.install/telegram.install.nuspec b/telegram.install/telegram.install.nuspec index 2506c0d..255a264 100644 --- a/telegram.install/telegram.install.nuspec +++ b/telegram.install/telegram.install.nuspec @@ -2,7 +2,7 @@ telegram.install - 5.5.3 + 5.5.4 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 c86145e..ea981cc 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.5.3_x32.exe" - FileFullPath64 = "$toolsPath\tsetup-x64.5.5.3_x64.exe" + FileFullPath = "$toolsPath\tsetup.5.5.4_x32.exe" + FileFullPath64 = "$toolsPath\tsetup-x64.5.5.4_x64.exe" silentArgs = '/Verysilent' validExitCodes = @(0) } diff --git a/telegram.portable/legal/VERIFICATION.txt b/telegram.portable/legal/VERIFICATION.txt index fee41bf..303d1d8 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.5.3/tportable.5.5.3.zip - x64: https://github.com/telegramdesktop/tdesktop/releases/download/v5.5.3/tportable-x64.5.5.3.zip + x32: https://github.com/telegramdesktop/tdesktop/releases/download/v5.5.4/tportable.5.5.4.zip + x64: https://github.com/telegramdesktop/tdesktop/releases/download/v5.5.4/tportable-x64.5.5.4.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: 76896A958E1F5F3085EF1E3295DB95894C37223D9C36E5BBFC094207C1744B28 - checksum64: 8D4C7C4955DB827618B1C51EB1EAA7EDFE367A3BC1BCA8E89250775CBF84FB75 + checksum32: AA7B727C4684BDEDBA69BCA04D05124F2EA06791CBDDDAE186DC2E73027BB624 + checksum64: B6D635C7C8478D59EB67A2C643EDDA20345842007018DAD306E5A42FE64EB0A3 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 a04255d..d78e14b 100644 --- a/telegram.portable/telegram.portable.nuspec +++ b/telegram.portable/telegram.portable.nuspec @@ -2,7 +2,7 @@ telegram.portable - 5.5.3 + 5.5.4 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 66ea997..bf7ee34 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.5.3_x32.zip" - FileFullPath64 = "$toolsPath\tportable-x64.5.5.3_x64.zip" + FileFullPath = "$toolsPath\tportable.5.5.4_x32.zip" + FileFullPath64 = "$toolsPath\tportable-x64.5.5.4_x64.zip" Destination = "C:\tools\telegram.portable" } diff --git a/telegram/telegram.nuspec b/telegram/telegram.nuspec index acef80c..98d532d 100644 --- a/telegram/telegram.nuspec +++ b/telegram/telegram.nuspec @@ -2,7 +2,7 @@ telegram - 5.5.3 + 5.5.4 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 - +