Skip to content

Commit 4f3f997

Browse files
author
Chocolatey
committed
AU: 2 updated - iperf2 rpcs3
[skip ci] https://gist.github.com/ce0572a342ee6b22e44239db8c54f8b1
1 parent ac46fde commit 4f3f997

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

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-alpha20201204</version>
6+
<version>2.0.14.1001-alpha20201211</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://iweb.dl.sourceforge.net/project/iperf2/iperf-2.0.14a-Dec03_20-win.exe
10+
x32: https://cfhcable.dl.sourceforge.net/project/iperf2/iperf-2.0.14a-Dec10_20-win.exe
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: 43387F5CB12FEBE0E441CAF5C0DF789B82F62F2D6D64270E09B11E987EE9A5DA
18+
checksum32: A96C075FCA1FFA1A04BA4B53654224AA5F88B3892261BEE237EAB1DC6B369DAA

rpcs3/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-
x32: https://github.com/RPCS3/rpcs3-binaries-win/releases/download/build-65c04e4ddd7aa44d555e57d7be9231624e703dec/rpcs3-v0.0.13-11367-65c04e4d_win64.7z
10+
x32: https://github.com/RPCS3/rpcs3-binaries-win/releases/download/build-12a48fc6d13b5146e06675ab967d56763a6e7227/rpcs3-v0.0.13-11369-12a48fc6_win64.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-
checksum32: 50603650DB401FB6560C17E44258A9F38946FDBA46F2DB9C176F34C7D92886B0
18+
checksum32: DD4FF4C9EC644F1ED994D80496B2864DD5C0DC4DEEA661F0DB42064A5AE59F28

rpcs3/rpcs3.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>rpcs3</id>
6-
<version>0.0.13-alpha11367</version>
6+
<version>0.0.13-alpha11369</version>
77
<title>RPCS3</title>
88
<authors>Nekotekina, kd-11, Contributors</authors>
99
<owners>TheCakeIsNaOH</owners>

rpcs3/tools/chocolateyInstall.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ $exepath = (Join-Path $rpcs3Dir 'rpcs3.exe')
99
$packageArgs = @{
1010
PackageName = $env:ChocolateyPackageName
1111
Destination = $rpcs3Dir
12-
FileFullPath = Join-Path $toolsDir 'rpcs3-v0.0.13-11367-65c04e4d_win64.7z'
12+
FileFullPath = Join-Path $toolsDir 'rpcs3-v0.0.13-11369-12a48fc6_win64.7z'
1313
}
1414

1515
Write-Host "Moving existing files from $toolsDir to rpcs3Dir"

0 commit comments

Comments
 (0)