We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37cea6c commit 3a3d26bCopy full SHA for 3a3d26b
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.3/rig-windows-0.5.3.exe'
10
- Checksum64 = 'dfc63ae036fc02ee8719515ba600cdf4d758d4707cdecfb283c65f02f0b07163'
+ Url64bit = 'https://github.com/r-lib/rig/releases/download/v0.6.0/rig-windows-0.6.0.exe'
+ Checksum64 = '8b75b5a912800e3d0c2ef2470d7633cd8c329d2cf5451c9f8f98dc3a965a6b8e'
11
ChecksumType64 = 'sha256'
12
}
13
0 commit comments