Skip to content

Commit

Permalink
AU: 3 updated - dolphin-dev nextcloud-client rpcs3
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 14, 2020
1 parent a8c80a5 commit 7c498c2
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion dolphin-dev/dolphin-dev.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>dolphin-dev</id>
<title>Dolphin Emulator (Dev)</title>
<version>5.0.13225-dev</version>
<version>5.0.13227-dev</version>
<authors>Dolphin Emulator Project</authors>
<owners>TheCakeIsNaOH</owners>
<summary>Cross platform GameCube, Wii, and Triforce emulator</summary>
Expand Down
4 changes: 2 additions & 2 deletions dolphin-dev/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ Package can be verified like this:

1. Go to

x64: https://dl.dolphin-emu.org/builds/b6/84/dolphin-master-5.0-13225-x64.7z
x64: https://dl.dolphin-emu.org/builds/e7/08/dolphin-master-5.0-13227-x64.7z

to download the zip.

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

checksum64: 2BF3392696DF15FC28910B71F0383F8027EC055A7B409EE935C82050F2A70034
checksum64: 2631E7F8BA37BE0A5D07226A4FC6D7862CB36F22EAC9D0C2AAFE050F1C0AB41D
2 changes: 1 addition & 1 deletion dolphin-dev/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ $dolphinDir = (Join-Path $extractDir 'Dolphin-Dev')
$exepath = (Join-Path $dolphinDir 'Dolphin.exe')

$packageArgs = @{
FileFullPath64 = Join-Path $toolsDir 'dolphin-master-5.0-13225-x64.7z'
FileFullPath64 = Join-Path $toolsDir 'dolphin-master-5.0-13227-x64.7z'
Destination = $extractDir
PackageName = $env:ChocolateyPackageName
}
Expand Down
4 changes: 2 additions & 2 deletions nextcloud-client/nextcloud-client.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>nextcloud-client</id>
<version>3.1.0-rc2</version>
<version>3.1.0</version>
<title>Nextcloud Desktop Client</title>
<authors>Nextcloud</authors>
<owners>TheCakeIsNaOH</owners>
Expand All @@ -14,7 +14,7 @@
<copyright>2017-2020 Nextcloud GmbH, 2012-2018 ownCloud GmbH</copyright>
<bugTrackerUrl>https://github.com/nextcloud/desktop/issues</bugTrackerUrl>
<releaseNotes>https://github.com/nextcloud/desktop/releases</releaseNotes>
<docsUrl>https://docs.nextcloud.com/</docsUrl>
<docsUrl>https://docs.nextcloud.com/desktop/3.1</docsUrl>
<summary>Desktop sync client for Nextcloud</summary>
<description>Use the desktop clients to keep your files synchronized between your Nextcloud server and your desktop. Select one or more directories on your local machine and always have access to your latest files wherever you are.

Expand Down
8 changes: 4 additions & 4 deletions nextcloud-client/tools/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ Package can be verified like this:

1. Go to

x32: https://github.com/nextcloud/desktop/releases/download/v3.1.0-rc2/Nextcloud-3.1.0-rc2-x86.msi
x64: https://github.com/nextcloud/desktop/releases/download/v3.1.0-rc2/Nextcloud-3.1.0-rc2-x64.msi
x32: https://github.com/nextcloud/desktop/releases/download/v3.1.0/Nextcloud-3.1.0-x86.msi
x64: https://github.com/nextcloud/desktop/releases/download/v3.1.0/Nextcloud-3.1.0-x64.msi

to download the installer.

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

checksum32: A862153E0F222B70701E2A64CD72E41527BE2A3030A8083800F740552E4BBEE7
checksum64: 09740DA26A974E8FF252E96AB6C2B0570FE404EAC265CFAD1E9EB688E656766D
checksum32: D2D1868609DFEF47B8F642B8F05EB0C8B96D153FE303E82EF10E9FD9950A5CAC
checksum64: EA76EEAEBB9089D2EB9C9F149A5455A7B1931F2D6C8BFB1A646A0C22D315F8F6
4 changes: 2 additions & 2 deletions rpcs3/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ Package can be verified like this:

1. Go to

x32: https://github.com/RPCS3/rpcs3-binaries-win/releases/download/build-e5603fec1e3cf6647bceed251a34c36d38f8046e/rpcs3-v0.0.13-11389-e5603fec_win64.7z
x32: https://github.com/RPCS3/rpcs3-binaries-win/releases/download/build-ab23e5ca0e8e319865daebac032e174532b70fa3/rpcs3-v0.0.13-11391-ab23e5ca_win64.7z

to download the zip.

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

checksum32: 3A473FD97D1E67222AEBDF0E0FBB4A8CF8707F8F2C167D0C9D6B089ECBBE03A3
checksum32: 6EE93AF8D24C0FC0F6AFC7834B64D1A416D41A6517B0DC3311AA9F89422070F7
2 changes: 1 addition & 1 deletion rpcs3/rpcs3.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>rpcs3</id>
<version>0.0.13-alpha11389</version>
<version>0.0.13-alpha11391</version>
<title>RPCS3</title>
<authors>Nekotekina, kd-11, Contributors</authors>
<owners>TheCakeIsNaOH</owners>
Expand Down
2 changes: 1 addition & 1 deletion rpcs3/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ $exepath = (Join-Path $rpcs3Dir 'rpcs3.exe')
$packageArgs = @{
PackageName = $env:ChocolateyPackageName
Destination = $rpcs3Dir
FileFullPath = Join-Path $toolsDir 'rpcs3-v0.0.13-11389-e5603fec_win64.7z'
FileFullPath = Join-Path $toolsDir 'rpcs3-v0.0.13-11391-ab23e5ca_win64.7z'
}

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

0 comments on commit 7c498c2

Please sign in to comment.