Skip to content

Commit c29eb0d

Browse files
committed
Update pyRevit CLI URL and checksum in chocolateyinstall.ps1 for version 6.0.0
1 parent aa5df6a commit c29eb0d

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

release/choco/tools/chocolateyinstall.ps1

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1-
1+
22
$ErrorActionPreference = 'Stop';
33

44
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
5-
<<<<<<< HEAD
6-
$url64 = 'https://github.com/pyrevitlabs/pyRevit/releases/download/v4.8.16.24121%2B2117/pyRevit_CLI_4.8.16.24121_admin_signed.exe'
7-
=======
8-
$url64 = 'https://github.com/pyrevitlabs/pyRevit/releases/download/v4.8.15.24089%2B0912/pyRevit_CLI_4.8.15.24089_admin_signed.exe'
9-
>>>>>>> origin/docs
5+
$url64 = 'https://github.com/pyrevitlabs/pyRevit/releases/download/v6.0.0/pyRevit_CLI_6.0.0_admin_signed.exe'
106

117
$packageArgs = @{
128
packageName = $env:ChocolateyPackageName
@@ -16,11 +12,8 @@ $packageArgs = @{
1612

1713
softwareName = 'pyrevit-cli*'
1814

19-
<<<<<<< HEAD
20-
checksum64 = '1A46DAD7AF5ADB3BD0C9E589B6E51FBCF06BD6348CF520E8142FA3781456FECA'
21-
=======
22-
checksum64 = '694284EE38EE7A448D7D7FBF9A62CA9820EAB4AD0FEE9FE5E829D6552DA64D4D'
23-
>>>>>>> origin/docs
15+
# Update checksum64 from the v6.0.0 release asset on GitHub
16+
checksum64 = 'BAA23042B9EB3EDB55E6089751190276F7A8049A0520BA6F76A6EC24F7137D18'
2417
checksumType64= 'sha256'
2518

2619
silentArgs = "/VERYSILENT"

0 commit comments

Comments
 (0)