Skip to content

Commit

Permalink
Update choco package
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Apr 21, 2023
1 parent d6d6a16 commit 75dabec
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.2/rig-windows-0.5.2.exe'
Checksum64 = '041bc4aceb0aeda2e3687adffe24b9aa1e12a2849c820ebdc13049941c7c9aa4'
Url64bit = 'https://github.com/r-lib/rig/releases/download/v0.5.3/rig-windows-0.5.3.exe'
Checksum64 = 'dfc63ae036fc02ee8719515ba600cdf4d758d4707cdecfb283c65f02f0b07163'
ChecksumType64 = 'sha256'
}

Expand Down

0 comments on commit 75dabec

Please sign in to comment.