Skip to content

Commit

Permalink
Update choco package
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
gaborcsardi committed Aug 31, 2023
1 parent 37cea6c commit 3a3d26b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions choco/rig/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ $packageArgs = @{
PackageName = $env:ChocolateyPackageName
FileType = 'exe'
SilentArgs = '/VERYSILENT /SUPPRESSMSGBOXES'
Url64bit = 'https://github.com/r-lib/rig/releases/download/v0.5.3/rig-windows-0.5.3.exe'
Checksum64 = 'dfc63ae036fc02ee8719515ba600cdf4d758d4707cdecfb283c65f02f0b07163'
Url64bit = 'https://github.com/r-lib/rig/releases/download/v0.6.0/rig-windows-0.6.0.exe'
Checksum64 = '8b75b5a912800e3d0c2ef2470d7633cd8c329d2cf5451c9f8f98dc3a965a6b8e'
ChecksumType64 = 'sha256'
}

Expand Down

0 comments on commit 3a3d26b

Please sign in to comment.