Skip to content

Commit

Permalink
AU: 1 updated - runelite
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Sep 27, 2021
1 parent c7d9902 commit 54b3b6f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion runelite/runelite.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>runelite</id>
<version>2.1.7</version>
<version>2.2.0</version>
<packageSourceUrl>https://github.com/w0/au-packages/tree/master/runelite</packageSourceUrl>
<owners>wizard</owners>
<title>RuneLite</title>
Expand Down
8 changes: 4 additions & 4 deletions runelite/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $toolsDir
fileType = 'exe'
url = 'https://github.com/runelite/launcher/releases/download/2.1.7/RuneLiteSetup32.exe'
url64 = 'https://github.com/runelite/launcher/releases/download/2.1.7/RuneLiteSetup.exe'
url = 'https://github.com/runelite/launcher/releases/download/2.2.0/RuneLiteSetup32.exe'
url64 = 'https://github.com/runelite/launcher/releases/download/2.2.0/RuneLiteSetup.exe'
softwareName = 'runelite*'
checksum = '514ab6a26f0f575ecaad66e9db42a9dee4a939e544feb3746c6eb5a9970f7738'
checksum = '0d5bcbef45179b905789012d1ee58d267b41e46f121af304cb6e072a74402d63'
checksumType = 'sha256'
checksum64 = '5e3d005b3ee96fd45a28f911b0e34db8fdaf39f9bf3070dfc8fc854d7659e779'
checksum64 = 'cb5616f013b2c852a8eb6925db178c958316828f9dd6d20b3f5abefbba456d7f'
checksumType64= 'sha256'
silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES'
}
Expand Down

0 comments on commit 54b3b6f

Please sign in to comment.