We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6d6a16 commit 75dabecCopy full SHA for 75dabec
choco/rig/tools/chocolateyinstall.ps1
@@ -6,8 +6,8 @@ $packageArgs = @{
6
PackageName = $env:ChocolateyPackageName
7
FileType = 'exe'
8
SilentArgs = '/VERYSILENT /SUPPRESSMSGBOXES'
9
- Url64bit = 'https://github.com/r-lib/rig/releases/download/v0.5.2/rig-windows-0.5.2.exe'
10
- Checksum64 = '041bc4aceb0aeda2e3687adffe24b9aa1e12a2849c820ebdc13049941c7c9aa4'
+ Url64bit = 'https://github.com/r-lib/rig/releases/download/v0.5.3/rig-windows-0.5.3.exe'
+ Checksum64 = 'dfc63ae036fc02ee8719515ba600cdf4d758d4707cdecfb283c65f02f0b07163'
11
ChecksumType64 = 'sha256'
12
}
13
0 commit comments