Skip to content

Commit

Permalink
AU: 3 updated - mpv.net mpvnet.install mpvnet.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jan 2, 2024
1 parent 3102fe6 commit 590ba54
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions mpv.net/mpv.net.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>mpv.net</id>
<version>7.0.0.5-beta</version>
<version>7.0.0.6-beta</version>
<title>mpv.net</title>
<owners>C4illin</owners>
<authors>Frank Skare (stax76)</authors>
Expand Down Expand Up @@ -92,7 +92,7 @@ Features
<docsUrl>https://github.com/mpvnet-player/mpv.net/blob/main/docs/manual.md</docsUrl>
<bugTrackerUrl>https://github.com/mpvnet-player/mpv.net/issues</bugTrackerUrl>
<dependencies>
<dependency id="mpvnet.portable" version="7.0.0.5-beta" />
<dependency id="mpvnet.portable" version="7.0.0.6-beta" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion mpvnet.install/mpvnet.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>mpvnet.install</id>
<version>7.0.0.5-beta</version>
<version>7.0.0.6-beta</version>
<title>mpv.net (Install)</title>
<owners>C4illin</owners>
<authors>Frank Skare (stax76)</authors>
Expand Down
4 changes: 2 additions & 2 deletions mpvnet.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = 'mpvnet.install'
fileType = 'EXE'
url = 'https://github.com/mpvnet-player/mpv.net/releases/download/v7.0.0.5-beta/mpv.net-v7.0.0.5-beta-setup.exe'
checksum = '473928f7d14412d883b7ebf1e1c45658377d17e00dfc87a3cb88a07a93bc8e10'
url = 'https://github.com/mpvnet-player/mpv.net/releases/download/v7.0.0.6-beta/mpv.net-v7.0.0.6-beta-setup.exe'
checksum = '3f0d8584a86ce97939fae0d267d992f844b4bdac5867bca638dfd04fd0e79243'
checksumType = 'sha256'
checksumType64 = 'sha256'
softwareName = 'mpv.net*'
Expand Down
2 changes: 1 addition & 1 deletion mpvnet.portable/mpvnet.portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>mpvnet.portable</id>
<version>7.0.0.5-beta</version>
<version>7.0.0.6-beta</version>
<title>mpv.net (Portable)</title>
<owners>C4illin</owners>
<authors>Frank Skare (stax76)</authors>
Expand Down
4 changes: 2 additions & 2 deletions mpvnet.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

$packageArgs = @{
packageName = 'mpvnet.portable'
url = 'https://github.com/mpvnet-player/mpv.net/releases/download/v7.0.0.5-beta/mpv.net-v7.0.0.5-beta-portable.zip'
checksum = '55cd810b9e0ab7baf6dc39f24d6c48585cb7f15893a322ae00e3fba9c2f22f75'
url = 'https://github.com/mpvnet-player/mpv.net/releases/download/v7.0.0.6-beta/mpv.net-v7.0.0.6-beta-portable.zip'
checksum = '3b680bdebfeacd6859c9e3968c96dcd0b57d03ef4eb1f2b71c3ec53b75d997f5'
checksumType = 'sha256'
unzipLocation = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
}
Expand Down

0 comments on commit 590ba54

Please sign in to comment.