diff --git a/choco/rig/tools/chocolateyinstall.ps1 b/choco/rig/tools/chocolateyinstall.ps1 index 0c1dc71..a03c90e 100644 --- a/choco/rig/tools/chocolateyinstall.ps1 +++ b/choco/rig/tools/chocolateyinstall.ps1 @@ -6,8 +6,8 @@ $packageArgs = @{ PackageName = $env:ChocolateyPackageName FileType = 'exe' SilentArgs = '/VERYSILENT /SUPPRESSMSGBOXES' - Url64bit = 'https://github.com/r-lib/rig/releases/download/v0.5.2/rig-windows-0.5.2.exe' - Checksum64 = '041bc4aceb0aeda2e3687adffe24b9aa1e12a2849c820ebdc13049941c7c9aa4' + Url64bit = 'https://github.com/r-lib/rig/releases/download/v0.5.3/rig-windows-0.5.3.exe' + Checksum64 = 'dfc63ae036fc02ee8719515ba600cdf4d758d4707cdecfb283c65f02f0b07163' ChecksumType64 = 'sha256' }