Skip to content

Commit

Permalink
AU: 1 updated - tribler
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Feb 1, 2020
1 parent d0dc3fa commit 1c066a3
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.3.2/Tribler_7.3.2_x86.exe'
url64 = 'https://github.com/Tribler/tribler/releases/download/v7.3.2/Tribler_7.3.2_x64.exe'
checksum = '006aeaabb0fc39f5ea4311d61494fb094f024b9fff3605eae2d6e26b8e910dd0'
url = 'https://github.com/Tribler/tribler/releases/download/v7.4.0/Tribler_7.4.0_x86.exe'
url64 = 'https://github.com/Tribler/tribler/releases/download/v7.4.0/Tribler_7.4.0_x64.exe'
checksum = '548127f98ded2d32864f76784c266d93bed98de3f71606bbfc0df6cdd1aaba5b'
checksumType = 'sha256'
checksum64 = 'f085332476670f62b307ad4f181c2e76f74aac75443070e7795b2343e8081dd3'
checksum64 = 'fda3e1aaecaf58b1c410d7e92f2f75e4e42bcb10c6d52a7a6cbbb7677ab1d3dc'
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.3.2</version>
<version>7.4.0</version>
<authors>The Tribler Team</authors>
<owners>chocolatey, Redsandro</owners>
<summary>Tribler is an open source anonymous decentralized BitTorrent client.</summary>
Expand Down

0 comments on commit 1c066a3

Please sign in to comment.