Skip to content

Commit a1405ec

Browse files
author
Chocolatey
committed
AU: 2 updated - dolphin-dev iperf2
[skip ci] https://gist.github.com/ce0572a342ee6b22e44239db8c54f8b1
1 parent 619e5d3 commit a1405ec

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

dolphin-dev/dolphin-dev.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<metadata>
55
<id>dolphin-dev</id>
66
<title>Dolphin Emulator (Dev)</title>
7-
<version>5.0.13169-dev</version>
7+
<version>5.0.13170-dev</version>
88
<authors>Dolphin Emulator Project</authors>
99
<owners>TheCakeIsNaOH</owners>
1010
<summary>Cross platform GameCube, Wii, and Triforce emulator</summary>

dolphin-dev/legal/VERIFICATION.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ Package can be verified like this:
77

88
1. Go to
99

10-
x64: https://dl.dolphin-emu.org/builds/65/48/dolphin-master-5.0-13169-x64.7z
10+
x64: https://dl.dolphin-emu.org/builds/96/67/dolphin-master-5.0-13170-x64.7z
1111

1212
to download the zip.
1313

1414
2. You can use one of the following methods to obtain the SHA256 checksum:
1515
- Use powershell function 'Get-FileHash'
1616
- Use Chocolatey utility 'checksum.exe'
1717

18-
checksum64: 902B3748522147BDBF8B8D583BC1FCF37D3DC3F84FEFB2E8D760090D76091A38
18+
checksum64: E7E9B2A2E0415819B4482E42247AD51DF31E898D91089523EBAA17DE8E0C2223

dolphin-dev/tools/chocolateyInstall.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ $dolphinDir = (Join-Path $extractDir 'Dolphin-Dev')
88
$exepath = (Join-Path $dolphinDir 'Dolphin.exe')
99

1010
$packageArgs = @{
11-
FileFullPath64 = Join-Path $toolsDir 'dolphin-master-5.0-13169-x64.7z'
11+
FileFullPath64 = Join-Path $toolsDir 'dolphin-master-5.0-13170-x64.7z'
1212
Destination = $extractDir
1313
PackageName = $env:ChocolateyPackageName
1414
}

iperf2/iperf2.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/2015/06/nuspec.xsd">
44
<metadata>
55
<id>iperf2</id>
6-
<version>2.0.14.1001-alpha20201125</version>
6+
<version>2.0.14.1001-alpha20201130</version>
77
<packageSourceUrl>https://github.com/TheCakeIsNaOH/chocolatey-packages/tree/master/iperf2</packageSourceUrl>
88
<owners>TheCakeIsNaOH</owners>
99
<title>iPerf2</title>

iperf2/tools/VERIFICATION.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ Package can be verified like this:
77

88
1. Go to
99

10-
x32: https://netactuate.dl.sourceforge.net/project/iperf2/iperf-2.0.14a-Nov24-win.exe?viasf=1
10+
x32: https://netactuate.dl.sourceforge.net/project/iperf2/iperf-2.0.14a-Nov30-win.exe?viasf=1
1111

1212
to download the exe.
1313

1414
2. You can use one of the following methods to obtain the SHA256 checksum:
1515
- Use powershell function 'Get-FileHash'
1616
- Use Chocolatey utility 'checksum.exe'
1717

18-
checksum32: EF12DBD1C9F7D723DDC593DE25C7DE58E5F9E904A01C44216C73D837C80F1E66
18+
checksum32: E8B8A721A9742AF4C9E9AAD156F114FA0A7EC9456F323975368E7C0ADB7DDE37

0 commit comments

Comments
 (0)