From ce51e1bc02511ee009ebd1a784db365ebc08af1a Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Mon, 8 Jul 2024 09:39:39 +0000 Subject: [PATCH] AU: 2 updated - tribler youtube-dl [skip ci] https://gist.github.com/choco-bot/a14b1e5bfaf70839b338eb1ab7f8226f/1e8ba6bcafb7e7d677fcf75bece4d39ff99249f5 --- automatic/tribler/tools/chocolateyInstall.ps1 | 8 ++++---- automatic/tribler/tribler.nuspec | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/automatic/tribler/tools/chocolateyInstall.ps1 b/automatic/tribler/tools/chocolateyInstall.ps1 index 1e6b720953d..4a611f96c29 100644 --- a/automatic/tribler/tools/chocolateyInstall.ps1 +++ b/automatic/tribler/tools/chocolateyInstall.ps1 @@ -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' diff --git a/automatic/tribler/tribler.nuspec b/automatic/tribler/tribler.nuspec index 4ce06d51f34..684748da1c6 100644 --- a/automatic/tribler/tribler.nuspec +++ b/automatic/tribler/tribler.nuspec @@ -4,7 +4,7 @@ tribler Tribler - 7.13.3 + 7.14.0 The Tribler Team chocolatey-community, Redsandro Tribler is an open source anonymous decentralized BitTorrent client.