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 2, 2024
1 parent 325711a commit a066f7f
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.0/tsetup.5.2.0.exe
x64: https://github.com/telegramdesktop/tdesktop/releases/download/v5.2.0/tsetup-x64.5.2.0.exe
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

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: 2055A433638D345D789317470657EC013F2D528BBB6FAB4AE0E8B15774C53277
checksum64: B2FE3B1E6776C75D95D73DFD2E49B5003B363EAF10F370960241959EACF7E840
checksum32: 97530D651392D57F366AF749B880ADE1EF9B5214562E500876533712DA6B3107
checksum64: A9BEADB4D6BC88ED5C6CF67D87C48518B7B3797BD6358D62EF69AE5F40A08DE8


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

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: 1DA24F034AF13C48A41F20DABB97DB6130264D36C799748F55E8DAA1B65CC428
checksum64: 288641760F4A67D11C865417E7D4CD52D65067F100B04D3B76C73695FAD08A2F
checksum32: D154BE1CB4064A97F2740D4A675D579D5B41DF8163222C927CB36FADD92E1326
checksum64: F74FBBAFBC84069848A74073DC4A74775ADEC132E346C340A62976480115D6A7

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

0 comments on commit a066f7f

Please sign in to comment.