Skip to content

Commit

Permalink
AU: 1 updated - tribler
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Dec 5, 2020
1 parent a1ba4bf commit 15cc90d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions automatic/tribler/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://github.com/Tribler/tribler/releases/download/v7.5.4/Tribler_7.5.4_x86.exe'
url64 = 'https://github.com/Tribler/tribler/releases/download/v7.5.4/Tribler_7.5.4_x64.exe'
checksum = 'e25eba452b54adabd6831213107c90af0c2dbc3f61bc6a952643c06b8643f257'
url = 'https://github.com/Tribler/tribler/releases/download/v7.6.0/Tribler_7.6.0_x86.exe'
url64 = 'https://github.com/Tribler/tribler/releases/download/v7.6.0/Tribler_7.6.0_x64.exe'
checksum = '824f0d436ea30b1e4d693f1caf3a639e346a7de0064bc19ef9695efc4452845f'
checksumType = 'sha256'
checksum64 = '9ead0509dc2a2984203c93287146be49cf53430446dbe4a676f8aa08ecdc67be'
checksum64 = 'bbcb397a7b668d76011f1452a93a65ead1403561242ec5dc94419836fbd34f0c'
checksumType64 = 'sha256'
softwareName = 'Tribler'
silentArgs = '/S'
Expand Down
2 changes: 1 addition & 1 deletion automatic/tribler/tribler.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>tribler</id>
<title>Tribler</title>
<version>7.5.4</version>
<version>7.6.0</version>
<authors>The Tribler Team</authors>
<owners>chocolatey-community, Redsandro</owners>
<summary>Tribler is an open source anonymous decentralized BitTorrent client.</summary>
Expand Down

0 comments on commit 15cc90d

Please sign in to comment.