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 24, 2023
1 parent 39a9f22 commit afda523
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.12.1/Tribler_7.12.1_x86.exe'
url64 = 'https://github.com/Tribler/tribler/releases/download/v7.12.1/Tribler_7.12.1_x64.exe'
checksum = '6b86addf1c0f8ae622a9ceb7c00ed786db7caa6cc13f755b59a2280f638d15aa'
url = 'https://github.com/Tribler/tribler/releases/download/v7.13.1/Tribler_7.13.1_x86.exe'
url64 = 'https://github.com/Tribler/tribler/releases/download/v7.13.1/Tribler_7.13.1_x64.exe'
checksum = '4ebad70718b4eec10b83db0c754d19532072f23511f874a1ef45091f87d986f6'
checksumType = 'sha256'
checksum64 = '8bcdf517d23024ba63d58c1336fb65c3f412f6a36f44719f6583474f9aec91fc'
checksum64 = '5164fe4e1c3b70c27119c3aea7ca01a25d549a2259b2f8a179e55e41f8b22771'
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.12.1</version>
<version>7.13.1</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 afda523

Please sign in to comment.