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 Sep 14, 2024
1 parent 49826b1 commit 5368ff4
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.5.4/tsetup.5.5.4.exe
x64: https://github.com/telegramdesktop/tdesktop/releases/download/v5.5.4/tsetup-x64.5.5.4.exe
x32: https://github.com/telegramdesktop/tdesktop/releases/download/v5.5.5/tsetup.5.5.5.exe
x64: https://github.com/telegramdesktop/tdesktop/releases/download/v5.5.5/tsetup-x64.5.5.5.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: A47E3C583EF683183DBA4B2BD1F266806134D80ADAC3EDAC829138F428798B15
checksum64: E1288D6F638C565C2B14424E82A7BCC216BCAE1911230A5FB75DCCA0271C0D6F
checksum32: E8A22CA09C9572FD296005FFDC9BCA4A311143B2F1E4949A01BDC080AA28C7FA
checksum64: A374195C34E1992F0FA765830AE2C4A15A25146376E796B38DD0AC8F6C006F1F


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.5.4</version>
<version>5.5.5</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.5.4_x32.exe"
FileFullPath64 = "$toolsPath\tsetup-x64.5.5.4_x64.exe"
FileFullPath = "$toolsPath\tsetup.5.5.5_x32.exe"
FileFullPath64 = "$toolsPath\tsetup-x64.5.5.5_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.5.4/tportable.5.5.4.zip
x64: https://github.com/telegramdesktop/tdesktop/releases/download/v5.5.4/tportable-x64.5.5.4.zip
x32: https://github.com/telegramdesktop/tdesktop/releases/download/v5.5.5/tportable.5.5.5.zip
x64: https://github.com/telegramdesktop/tdesktop/releases/download/v5.5.5/tportable-x64.5.5.5.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: AA7B727C4684BDEDBA69BCA04D05124F2EA06791CBDDDAE186DC2E73027BB624
checksum64: B6D635C7C8478D59EB67A2C643EDDA20345842007018DAD306E5A42FE64EB0A3
checksum32: 9714581E81616B05066BA74761F65E8DF0C9A81DC9D7B8DB70AA31DF71A02791
checksum64: 129794BC072A403E13BF0885E2CB34415D91FDEA82AEA2AD5B03DA08286A063E

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

0 comments on commit 5368ff4

Please sign in to comment.