Skip to content

Commit 9bdebf4

Browse files
committed
Choco updates for 0.8.0-beta
[ci skip]
1 parent 3296e6c commit 9bdebf4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

choco/rig/rig.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<title>rig</title>
99
<authors>Gábor Csárdi</authors>
1010
<projectUrl>https://github.com/r-lib/rig</projectUrl>
11-
<copyright>2022, Posit Software, PBC</copyright>
11+
<copyright>2025, Posit Software, PBC</copyright>
1212
<licenseUrl>https://github.com/r-lib/rig/blob/main/LICENSE</licenseUrl>
1313
<projectSourceUrl>https://github.com/r-lib/rig</projectSourceUrl>
1414
<docsUrl>https://github.com/r-lib/rig#readme</docsUrl>

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.7.1/rig-windows-0.7.1.exe'
10-
Checksum64 = '44a8bbe4fc8c6225c7eabe9b7110247b7cac8a5b53b7326e61e50b443a6aa88c'
9+
Url64bit = 'https://github.com/r-lib/rig/releases/download/v0.8.0-beta/rig-windows-0.8.0-beta.exe'
10+
Checksum64 = '23746671fbea4fdd66e859b6a47da8aa514009cb925b3e9743d77a3ce55503c7'
1111
ChecksumType64 = 'sha256'
1212
}
1313

0 commit comments

Comments
 (0)