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 20, 2024
1 parent 2351bb2 commit 253a1c6
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.7.1</version>
<version>2.7.2</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.7.1/RuneLiteSetup32.exe'
url64 = 'https://github.com/runelite/launcher/releases/download/2.7.1/RuneLiteSetup.exe'
url = 'https://github.com/runelite/launcher/releases/download/2.7.2/RuneLiteSetup32.exe'
url64 = 'https://github.com/runelite/launcher/releases/download/2.7.2/RuneLiteSetup.exe'
softwareName = 'runelite*'
checksum = 'cc25b5ff6a11a5f89cbfddc8deda848285e6a8bc7332ab8c45a1f84c980f2884'
checksum = 'a59d25303f7a051a82e5791b2d02119ba6bdc012fea63c016595564ddb364ab8'
checksumType = 'sha256'
checksum64 = '5cf7a2ae793ac3ea1cd33f5952575f7ac7cf6c548d1011ba08116e518472645b'
checksum64 = '9afded10f279f5920773f8c6a209088ba00a10c6fb37a2272d4e2c3cbe93830e'
checksumType64= 'sha256'
silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES'
}
Expand Down

0 comments on commit 253a1c6

Please sign in to comment.