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 Dec 28, 2023
1 parent d004cf8 commit 35f7600
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.4-beta</version>
<version>7.0.0.5-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.4-beta" />
<dependency id="mpvnet.portable" version="7.0.0.5-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.4-beta</version>
<version>7.0.0.5-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.4-beta/mpv.net-v7.0.0.4-beta-setup.exe'
checksum = '6990966a773efce5af5ed5e920e6109489bae53987208406b866ebd191eedf46'
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'
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.4-beta</version>
<version>7.0.0.5-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.4-beta/mpv.net-v7.0.0.4-beta-portable.zip'
checksum = '3c53aff010b5e6da6ea8a96ed830f662071a8306e31b1c48c2f344b60f8441da'
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'
checksumType = 'sha256'
unzipLocation = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
}
Expand Down

0 comments on commit 35f7600

Please sign in to comment.