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 Dec 5, 2023
1 parent ce5ea88 commit 8b883eb
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.17</version>
<version>2.13.18</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.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'
}

Expand All @@ -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
Expand Down

0 comments on commit 8b883eb

Please sign in to comment.