Skip to content

Commit

Permalink
AU: 1 updated - bbc-iplayer
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jun 30, 2021
1 parent bf33a38 commit f5ea2ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion automatic/bbc-iplayer/bbc-iplayer.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>bbc-iplayer</id>
<version>2.13.2</version>
<version>2.13.3</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/bbc-iplayer</packageSourceUrl>
<owners>chtof</owners>
<title>BBC iPlayer</title>
Expand Down
6 changes: 3 additions & 3 deletions automatic/bbc-iplayer/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.exe'
checksum = '24756327651082150098536667b9e28f99c8049fc351ca505dc25652a72611cb'
url = 'https://static.files.bbci.co.uk/iplayer-pc-download-app/releases/win32-x64/BBCiPlayerDownloadsSetup-2.13.3.exe'
checksum = 'b91bfb30322582b921ec7ec50326482112a29561e1496851db1a6d661cfd6532'
checksumType = 'sha256'
}

Expand All @@ -16,7 +16,7 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
destination = "$toolsDir"

file = "$toolsDir\bbciplayerdownloads-2.13.2-full.nupkg"
file = "$toolsDir\bbciplayerdownloads-2.13.3-full.nupkg"
}

Install-ChocolateyZipPackage @packageArgs
Expand Down

0 comments on commit f5ea2ad

Please sign in to comment.