Skip to content

Commit

Permalink
AU: 3 updated - telegram telegram.install telegram.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Aug 2, 2024
1 parent aada404 commit e8e4854
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions telegram.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ 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.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: 6D8184F90F865F7E3CCCEB4AD4EF8A6FA3DF9F0A7DFC912C325F0E92CD988DFA
checksum64: 1B31E3758C4B158143DC41C7C4617984D958760D8D7718E1E38492C67F6BBF65
checksum32: 5758B014D07C05AF4566CE47A48D311EDD19F63CC804DAA9B90EF3303E5E6A98
checksum64: E5C34B58C6081F0CEDB89075156429B35122B6535442E2203B65AA44DCAA00C7


File 'LICENSE.txt' is obtained from:
Expand Down
2 changes: 1 addition & 1 deletion telegram.install/telegram.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>telegram.install</id>
<version>5.2.3</version>
<version>5.3.1</version>
<packageSourceUrl>https://github.com/SebastianK90/chocolateyautomaticpackages/tree/master/telegram.install/</packageSourceUrl>
<owners>SebastianK</owners>

Expand Down
4 changes: 2 additions & 2 deletions telegram.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down
8 changes: 4 additions & 4 deletions telegram.portable/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ 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.

2. You can use one of the following methods to obtain the SHA256 checksum:
- 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
2 changes: 1 addition & 1 deletion telegram.portable/telegram.portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>telegram.portable</id>
<version>5.2.3</version>
<version>5.3.1</version>
<packageSourceUrl>https://github.com/SebastianK90/chocolateyautomaticpackages/tree/master/telegram.portable/</packageSourceUrl>
<owners>SebastianK</owners>

Expand Down
4 changes: 2 additions & 2 deletions telegram.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

Expand Down
4 changes: 2 additions & 2 deletions telegram/telegram.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>telegram</id>
<version>5.2.3</version>
<version>5.3.1</version>
<packageSourceUrl>https://github.com/SebastianK90/chocolateyautomaticpackages/tree/master/telegram/</packageSourceUrl>
<owners>SebastianK</owners>

Expand Down Expand Up @@ -57,7 +57,7 @@ We keep expanding the boundaries of what you can do with a messaging app. Don’
* [Twitter](https://twitter.com/telegram)</description>
<releaseNotes>https://github.com/telegramdesktop/tdesktop/releases</releaseNotes>
<dependencies>
<dependency id="telegram.install" version="5.2.3" />
<dependency id="telegram.install" version="5.3.1" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit e8e4854

Please sign in to comment.