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 Jul 7, 2024
1 parent 0395b9c commit 2b0b8a3
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.2/tsetup.5.2.2.exe
x64: https://github.com/telegramdesktop/tdesktop/releases/download/v5.2.2/tsetup-x64.5.2.2.exe
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

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: DCDCD935E1A782E66402F94534D256B1133AE7574E77D59ECC7CB483911EDE47
checksum64: 296CA3D45EBDF5B26C978513554CADBED0C240B63BB1FC212F8BE6185E5D545F
checksum32: 6D8184F90F865F7E3CCCEB4AD4EF8A6FA3DF9F0A7DFC912C325F0E92CD988DFA
checksum64: 1B31E3758C4B158143DC41C7C4617984D958760D8D7718E1E38492C67F6BBF65


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.2</version>
<version>5.2.3</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.2_x32.exe"
FileFullPath64 = "$toolsPath\tsetup-x64.5.2.2_x64.exe"
FileFullPath = "$toolsPath\tsetup.5.2.3_x32.exe"
FileFullPath64 = "$toolsPath\tsetup-x64.5.2.3_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.2/tportable.5.2.2.zip
x64: https://github.com/telegramdesktop/tdesktop/releases/download/v5.2.2/tportable-x64.5.2.2.zip
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

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: 9983DA34B394B2033A6C075A5A6DDD2272AC6DD27DB22999AA750668FECB4E0D
checksum64: C24BA9142F99FF5FB9EBE201FC29CAA1170150D37ADFEBBD4C5D77968A54F73C
checksum32: 8A349826AB055446D7AD10ABB83A21181AE69224EFA7E136D2B134BF176D890B
checksum64: 3829EC2951CF54C1EA756180C7AA793A257B971ECC98343F295D538C5DBE7EBB

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.2</version>
<version>5.2.3</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.2_x32.zip"
FileFullPath64 = "$toolsPath\tportable-x64.5.2.2_x64.zip"
FileFullPath = "$toolsPath\tportable.5.2.3_x32.zip"
FileFullPath64 = "$toolsPath\tportable-x64.5.2.3_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.2</version>
<version>5.2.3</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.2" />
<dependency id="telegram.install" version="5.2.3" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit 2b0b8a3

Please sign in to comment.