Skip to content

Commit 6865f30

Browse files
author
Chocolatey
committed
AU: 3 updated - advanced-installer dolphin-dev rpcs3
[skip ci] https://gist.github.com/ce0572a342ee6b22e44239db8c54f8b1
1 parent b24bc22 commit 6865f30

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
lines changed

advanced-installer/advanced-installer.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<metadata>
55
<id>advanced-installer</id>
66
<title>Advanced Installer</title>
7-
<version>17.7</version>
7+
<version>17.8</version>
88
<authors>Caphyon</authors>
99
<owners>TheCakeIsNaOH</owners>
1010
<summary>Your solution for application packaging and deployment.</summary>

advanced-installer/tools/chocolateyinstall.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
$ErrorActionPreference = 'Stop';
22
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
3-
$url = 'https://www.advancedinstaller.com/downloads/17.7/advinst.msi'
4-
$checksum = '462edae7d50a3ce441f98aa3c0367000a4113fa35d2197b30d7fa8ead8c5a874'
3+
$url = 'https://www.advancedinstaller.com/downloads/17.8/advinst.msi'
4+
$checksum = '95b9ff60e1a060deeee2f239cd012108e5e1f4ba8cbee3210f23ac2844cb7e08'
55

66
$packageArgs = @{
77
packageName = 'advanced-installer'

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.13266-dev</version>
7+
<version>5.0.13268-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/13/74/dolphin-master-5.0-13266-x64.7z
10+
x64: https://dl.dolphin-emu.org/builds/37/d8/dolphin-master-5.0-13268-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: 21573AD991834DE171368EA3F54E7F9BBD32F1D3721E5C9F40FA8F23F885C749
18+
checksum64: 0CD3B405936CC4F8884A7A275382ABC4F9A1F1B2E3A39BCC164DE0498724FC2E

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-13266-x64.7z'
11+
FileFullPath64 = Join-Path $toolsDir 'dolphin-master-5.0-13268-x64.7z'
1212
Destination = $extractDir
1313
PackageName = $env:ChocolateyPackageName
1414
}

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-e449111c33bd0ee72f977c264639e1c2e7d1a624/rpcs3-v0.0.13-11444-e449111c_win64.7z
10+
x32: https://github.com/RPCS3/rpcs3-binaries-win/releases/download/build-43c87e99b0316d4328b597ad50ff415ef42a73af/rpcs3-v0.0.13-11450-43c87e99_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: B0E84F7C52BBB620C72EBFE44B857340118F931EFF732735ED9EB475D83B7616
18+
checksum32: 96639D92563426D9D999F3ADD809FF922A93DC37499BCDE337727EF990A6C8C6

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-alpha11444</version>
6+
<version>0.0.13-alpha11450</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-11444-e449111c_win64.7z'
12+
FileFullPath = Join-Path $toolsDir 'rpcs3-v0.0.13-11450-43c87e99_win64.7z'
1313
}
1414

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

0 commit comments

Comments
 (0)