File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed
Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -7,14 +7,14 @@ Package can be verified like this:
77
881. Go to
99
10- x32: https://github.com/nextcloud/desktop/releases/download/v3.1.1 /Nextcloud-3.1.1 -x86.msi
11- x64: https://github.com/nextcloud/desktop/releases/download/v3.1.1 /Nextcloud-3.1.1 -x64.msi
10+ x32: https://github.com/nextcloud/desktop/releases/download/v3.1.2 /Nextcloud-3.1.2 -x86.msi
11+ x64: https://github.com/nextcloud/desktop/releases/download/v3.1.2 /Nextcloud-3.1.2 -x64.msi
1212
1313 to download the installer.
1414
15152. You can use one of the following methods to obtain the SHA256 checksum:
1616 - Use powershell function 'Get-FileHash'
1717 - Use Chocolatey utility 'checksum.exe'
1818
19- checksum32: E445534F05D5D9EC8E624037FEE2AE48D7C9522FD1E18C1101A4E7347E364B32
20- checksum64: 694A49F80E72DDDDAA7955998CF94EF34D4A5421262DAE633035E8590676E612
19+ checksum32: F541AB223215D80FE2AE49D8132FB9E520E3F5BFFA131F83C68C35851B881D43
20+ checksum64: D69A6162E34D4E6C772242E3521BDA9E8E354FD509ED094134B4D3FCCCBE1883
Original file line number Diff line number Diff line change 33<package xmlns =" http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd" >
44 <metadata >
55 <id >nextcloud-client</id >
6- <version >3.1.1 </version >
6+ <version >3.1.2 </version >
77 <title >Nextcloud Desktop Client</title >
88 <authors >Nextcloud</authors >
99 <owners >TheCakeIsNaOH</owners >
Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ if ($pp['NoShell']) {
2222$packageArgs = @ {
2323 packageName = $env: ChocolateyPackageName
2424 fileType = ' MSI'
25- file = Join-Path $toolsDir ' Nextcloud-3.1.1 -x86_x32.msi'
26- file64 = Join-Path $toolsDir ' Nextcloud-3.1.1 -x64_x64.msi'
25+ file = Join-Path $toolsDir ' Nextcloud-3.1.2 -x86_x32.msi'
26+ file64 = Join-Path $toolsDir ' Nextcloud-3.1.2 -x64_x64.msi'
2727 silentArgs = $silentArgs
2828 validExitCodes = @ (0 , 3010 , 1641 )
2929 softwareName = ' Nextcloud*'
3030}
3131
3232Install-ChocolateyInstallPackage @packageArgs
3333
34- Remove-Item - Force - EA 0 - Path $toolsDir \* .msi
34+ Remove-Item - Force - EA 0 - Path $toolsDir \* .msi
Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ Package can be verified like this:
77
881. Go to
99
10- x32: https://github.com/RPCS3/rpcs3-binaries-win/releases/download/build-67dd6754a6256ce1829eda7dd1235d22f733a506 /rpcs3-v0.0.14-11635-67dd6754_win64 .7z
10+ x32: https://github.com/RPCS3/rpcs3-binaries-win/releases/download/build-51d19e7c311365b1533385df64d091af06a9908d /rpcs3-v0.0.14-11637-51d19e7c_win64 .7z
1111
1212 to download the zip.
1313
14142. 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: EFAE625EBF1A6FA96164C708B23798484866E95A71FAC3AF2C1D4A887C6593C6
18+ checksum32: 8DE823F3F7D2B42FBE44DAFE61730524942FB3A69A554820B613EF1315FFBF42
Original file line number Diff line number Diff line change 33<package xmlns =" http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd" >
44 <metadata >
55 <id >rpcs3</id >
6- <version >0.0.14-alpha11635 </version >
6+ <version >0.0.14-alpha11637 </version >
77 <title >RPCS3</title >
88 <authors >Nekotekina, kd-11, Contributors</authors >
99 <owners >TheCakeIsNaOH</owners >
Original file line number Diff line number Diff 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.14-11635-67dd6754_win64 .7z'
12+ FileFullPath = Join-Path $toolsDir ' rpcs3-v0.0.14-11637-51d19e7c_win64 .7z'
1313}
1414
1515Write-Host " Moving existing files from $toolsDir to rpcs3Dir"
You can’t perform that action at this time.
0 commit comments