Skip to content

Commit cfc6908

Browse files
author
Chocolatey
committed
1 parent a79f4ac commit cfc6908

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

mpv.net/mpv.net.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
44
<metadata>
55
<id>mpv.net</id>
6-
<version>7.1.1.4-beta</version>
6+
<version>7.1.1.5-beta</version>
77
<title>mpv.net</title>
88
<owners>C4illin</owners>
99
<authors>Frank Skare (stax76)</authors>
@@ -92,7 +92,7 @@ Features
9292
<docsUrl>https://github.com/mpvnet-player/mpv.net/blob/main/docs/manual.md</docsUrl>
9393
<bugTrackerUrl>https://github.com/mpvnet-player/mpv.net/issues</bugTrackerUrl>
9494
<dependencies>
95-
<dependency id="mpvnet.portable" version="7.1.1.4-beta" />
95+
<dependency id="mpvnet.portable" version="7.1.1.5-beta" />
9696
</dependencies>
9797
</metadata>
9898
<files>

mpvnet.install/mpvnet.install.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
44
<metadata>
55
<id>mpvnet.install</id>
6-
<version>7.1.1.4-beta</version>
6+
<version>7.1.1.5-beta</version>
77
<title>mpv.net (Install)</title>
88
<owners>C4illin</owners>
99
<authors>Frank Skare (stax76)</authors>

mpvnet.install/tools/chocolateyInstall.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
$packageArgs = @{
44
packageName = 'mpvnet.install'
55
fileType = 'EXE'
6-
url = 'https://github.com/mpvnet-player/mpv.net/releases/download/v7.1.1.4-beta/mpv.net-v7.1.1.4-beta-setup-x64.exe'
7-
checksum = 'f3f4bcd4720fc7d20e4b6282eb2145e12ee8d73d0a885d805589e3b18f5dd31a'
6+
url = 'https://github.com/mpvnet-player/mpv.net/releases/download/v7.1.1.5-beta/mpv.net-v7.1.1.5-beta-setup-x64.exe'
7+
checksum = '3912846b1c18288d5090ca65f7eec3546f5939e5e73c7d65b2d4772b1e5cea41'
88
checksumType = 'sha256'
99
checksumType64 = 'sha256'
1010
softwareName = 'mpv.net*'

mpvnet.portable/mpvnet.portable.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
44
<metadata>
55
<id>mpvnet.portable</id>
6-
<version>7.1.1.4-beta</version>
6+
<version>7.1.1.5-beta</version>
77
<title>mpv.net (Portable)</title>
88
<owners>C4illin</owners>
99
<authors>Frank Skare (stax76)</authors>

mpvnet.portable/tools/chocolateyInstall.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
$packageArgs = @{
44
packageName = 'mpvnet.portable'
5-
url = 'https://github.com/mpvnet-player/mpv.net/releases/download/v7.1.1.4-beta/mpv.net-v7.1.1.4-beta-portable-x64.zip'
6-
checksum = 'fa2a6774fad690406eb9ef5eb7c43614d178267160d59ac730de71df33c93097'
5+
url = 'https://github.com/mpvnet-player/mpv.net/releases/download/v7.1.1.5-beta/mpv.net-v7.1.1.5-beta-portable-x64.zip'
6+
checksum = 'aff8add9fa335c61eb88228d2b52ee00dc45642601ac403d359a06e7b9818a04'
77
checksumType = 'sha256'
88
unzipLocation = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
99
}

0 commit comments

Comments
 (0)