Skip to content

Commit 75dabec

Browse files
committed
Update choco package
1 parent d6d6a16 commit 75dabec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

choco/rig/tools/chocolateyinstall.ps1

+2-2
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.2/rig-windows-0.5.2.exe'
10-
Checksum64 = '041bc4aceb0aeda2e3687adffe24b9aa1e12a2849c820ebdc13049941c7c9aa4'
9+
Url64bit = 'https://github.com/r-lib/rig/releases/download/v0.5.3/rig-windows-0.5.3.exe'
10+
Checksum64 = 'dfc63ae036fc02ee8719515ba600cdf4d758d4707cdecfb283c65f02f0b07163'
1111
ChecksumType64 = 'sha256'
1212
}
1313

0 commit comments

Comments
 (0)