Skip to content

Commit

Permalink
AU: 2 updated - tribler youtube-dl
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jul 8, 2024
1 parent 9993cf3 commit ce51e1b
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.13.3/Tribler_7.13.3_x86.exe'
url64 = 'https://github.com/Tribler/tribler/releases/download/v7.13.3/Tribler_7.13.3_x64.exe'
checksum = 'dc5051e397ee969fa30496213f577725b7b688e2872d6889653825cee38e53b2'
url = 'https://github.com/Tribler/tribler/releases/download/v7.14.0/Tribler_7.14.0_x86.exe'
url64 = 'https://github.com/Tribler/tribler/releases/download/v7.14.0/Tribler_7.14.0_x64.exe'
checksum = '63ec1c97b692959bc011c6420cab1984477ad238c2c2332d80cc5f339f1d80f0'
checksumType = 'sha256'
checksum64 = '169c0981485bc121629a7d20466c17bf49ea66261eb9e269a4bebdfb143cee03'
checksum64 = 'd90f3d02cd5563375120293d62982df87b9a8e904cd5a20a05f7f2a7620cd756'
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.13.3</version>
<version>7.14.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 ce51e1b

Please sign in to comment.