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 3, 2024
1 parent a066f7f commit 0395b9c
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.1/tsetup.5.2.1.exe
x64: https://github.com/telegramdesktop/tdesktop/releases/download/v5.2.1/tsetup-x64.5.2.1.exe
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

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: 97530D651392D57F366AF749B880ADE1EF9B5214562E500876533712DA6B3107
checksum64: A9BEADB4D6BC88ED5C6CF67D87C48518B7B3797BD6358D62EF69AE5F40A08DE8
checksum32: DCDCD935E1A782E66402F94534D256B1133AE7574E77D59ECC7CB483911EDE47
checksum64: 296CA3D45EBDF5B26C978513554CADBED0C240B63BB1FC212F8BE6185E5D545F


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

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: D154BE1CB4064A97F2740D4A675D579D5B41DF8163222C927CB36FADD92E1326
checksum64: F74FBBAFBC84069848A74073DC4A74775ADEC132E346C340A62976480115D6A7
checksum32: 9983DA34B394B2033A6C075A5A6DDD2272AC6DD27DB22999AA750668FECB4E0D
checksum64: C24BA9142F99FF5FB9EBE201FC29CAA1170150D37ADFEBBD4C5D77968A54F73C

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

0 comments on commit 0395b9c

Please sign in to comment.