From 8b883eb4ac9ec2d178d8c6db63c0456f2e4c4b4c Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Tue, 5 Dec 2023 16:24:45 +0000 Subject: [PATCH] AU: 1 updated - bbc-iplayer [skip ci] https://gist.github.com/chtof/393704c64c2344f0f8e029cd57bebd2b/e2feb758e8bf95d3331e0c87a3525bbd7bafc1e7 --- automatic/bbc-iplayer/bbc-iplayer.nuspec | 2 +- automatic/bbc-iplayer/tools/chocolateyinstall.ps1 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/automatic/bbc-iplayer/bbc-iplayer.nuspec b/automatic/bbc-iplayer/bbc-iplayer.nuspec index 7cfa53b88..9e206aaf4 100644 --- a/automatic/bbc-iplayer/bbc-iplayer.nuspec +++ b/automatic/bbc-iplayer/bbc-iplayer.nuspec @@ -3,7 +3,7 @@ bbc-iplayer - 2.13.17 + 2.13.18 https://github.com/chtof/chocolatey-packages/tree/master/automatic/bbc-iplayer chtof BBC iPlayer diff --git a/automatic/bbc-iplayer/tools/chocolateyinstall.ps1 b/automatic/bbc-iplayer/tools/chocolateyinstall.ps1 index 668ea9ff0..40db30658 100644 --- a/automatic/bbc-iplayer/tools/chocolateyinstall.ps1 +++ b/automatic/bbc-iplayer/tools/chocolateyinstall.ps1 @@ -5,8 +5,8 @@ $packageArgs = @{ packageName = $env:ChocolateyPackageName destination = "$toolsDir" - url = 'https://static.files.bbci.co.uk/iplayer-pc-download-app/releases/win32-x64/BBCiPlayerDownloadsSetup-2.13.17.exe' - checksum = '18121b00589d177d6f05d7f1a286166a697df54a0c48a4831198c1e0c7f5d222' + url = 'https://static.files.bbci.co.uk/iplayer-pc-download-app/releases/win32-x64/BBCiPlayerDownloadsSetup-2.13.18.exe' + checksum = '6e97215f314290865f97edec2e50bb2bb54d236c0ce013b1df4c846352ecd649' checksumType = 'sha256' } @@ -16,7 +16,7 @@ $packageArgs = @{ packageName = $env:ChocolateyPackageName destination = "$toolsDir" - file = "$toolsDir\bbciplayerdownloads-2.13.17-full.nupkg" + file = "$toolsDir\bbciplayerdownloads-2.13.18-full.nupkg" } Install-ChocolateyZipPackage @packageArgs