Skip to content

Commit 3a3d26b

Browse files
committed
Update choco package
[ci skip]
1 parent 37cea6c commit 3a3d26b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

choco/rig/tools/chocolateyinstall.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ $packageArgs = @{
66
PackageName = $env:ChocolateyPackageName
77
FileType = 'exe'
88
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'
9+
Url64bit = 'https://github.com/r-lib/rig/releases/download/v0.6.0/rig-windows-0.6.0.exe'
10+
Checksum64 = '8b75b5a912800e3d0c2ef2470d7633cd8c329d2cf5451c9f8f98dc3a965a6b8e'
1111
ChecksumType64 = 'sha256'
1212
}
1313

0 commit comments

Comments
 (0)