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 Aug 10, 2023
1 parent 0fb2e1f commit 498bd27
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
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>runelite</id>
<version>2.6.7</version>
<version>2.6.8</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
Expand Up @@ -6,12 +6,12 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $toolsDir
fileType = 'exe'
url = 'https://github.com/runelite/launcher/releases/download/2.6.7/RuneLiteSetup32.exe'
url64 = 'https://github.com/runelite/launcher/releases/download/2.6.7/RuneLiteSetup.exe'
url = 'https://github.com/runelite/launcher/releases/download/2.6.8/RuneLiteSetup32.exe'
url64 = 'https://github.com/runelite/launcher/releases/download/2.6.8/RuneLiteSetup.exe'
softwareName = 'runelite*'
checksum = '3e79a0aa4d09ff8782e8ca7a30b4948abb935eacdce8b71d6263fb92e1d25e79'
checksum = '1d889b01eb4e93b3fd427316769014fc2483ebd8bd3eb2a2624ff02aa46b55de'
checksumType = 'sha256'
checksum64 = '6e388243311622782deaed24555fdcc89672c6d22b843245d8514fdaeee4586c'
checksum64 = 'c964d9400e616b5b61069c6a27573c93a83d9de8cbbb5094d69f2ee2dd3a56ab'
checksumType64= 'sha256'
silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES'
}
Expand Down

0 comments on commit 498bd27

Please sign in to comment.