Skip to content

Commit

Permalink
AU: 2 updated - balabolka rpcs3
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 9, 2020
1 parent 3df2219 commit a4501cb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion balabolka/balabolka.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>balabolka</id>
<version>2.15.0.756</version>
<version>2.15.0.757</version>
<packageSourceUrl>https://github.com/TheCakeIsNaOH/chocolatey-packages/tree/master/balabolka</packageSourceUrl>
<owners>TheCakeIsNaOH</owners>
<title>Balabolka</title>
Expand Down
2 changes: 1 addition & 1 deletion balabolka/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ if ($pp['noicon']) {
}
}

Remove-Item -Force -EA 0 -Path $toolsDir\*.exe
Remove-Item -Force -EA 0 -Path $toolsDir\*.exe
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-alpha11204</version>
<version>0.0.13-alpha11205</version>
<title>RPCS3</title>
<authors>Nekotekina, kd-11, Contributors</authors>
<owners>TheCakeIsNaOH, Stewart Cossey</owners>
Expand Down
4 changes: 2 additions & 2 deletions rpcs3/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url32 = 'https://github.com/RPCS3/rpcs3-binaries-win/releases/download/build-b05d12df0e54cb868047fca99afe8ae4e34dd8b6/rpcs3-v0.0.13-11204-b05d12df_win64.7z'
$checksum32 = '918f797d3302768a9e5053a954a4c1246999e65efd5229eb4a63c1a914effba3'
$url32 = 'https://github.com/RPCS3/rpcs3-binaries-win/releases/download/build-8a50880613af0eadebb6822a52cefae74e43098b/rpcs3-v0.0.13-11205-8a508806_win64.7z'
$checksum32 = '868432598445a8c705fd06f669474dc1a08ef1085f08d3f9f26102d3ce259772'

$packageArgs = @{
packageName = $env:ChocolateyPackageName
Expand Down

0 comments on commit a4501cb

Please sign in to comment.