Skip to content

Commit

Permalink
Merge pull request #244 from drfuzzyness/master
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Jun 1, 2024
2 parents 75b133e + 68f6207 commit 39ad933
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion automatic/zerotier-one/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The installer have been downloaded from their official download link listed on <
and can be verified like this:

1. Download the following installers:
32-Bit: <https://download.zerotier.com/RELEASES/1.14.0/dist/ZeroTier%20One.msi>
32-Bit: <https://download.zerotier.com/RELEASES/1.14.0/dist/ZeroTierOne.msi>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'
Expand Down
2 changes: 1 addition & 1 deletion automatic/zerotier-one/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
file = "$toolsDir\ZeroTier%20One.msi"
file = "$toolsDir\ZeroTierOne.msi"
softwareName = 'ZeroTier One*'
silentArgs = "/qn /norestart /l*v `"$env:TEMP\$env:ChocolateyPackageName.$env:ChocolateyPackageVersion.log`""
validExitCodes= @(0,3010)
Expand Down
2 changes: 1 addition & 1 deletion automatic/zerotier-one/update.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function global:au_GetLatest {

$version = Get-Version($version)

$url32 = 'https://download.zerotier.com/RELEASES/' + $version + '/dist/ZeroTier%20One.msi'
$url32 = 'https://download.zerotier.com/RELEASES/' + $version + '/dist/ZeroTierOne.msi'

return @{
URL32 = $url32
Expand Down

0 comments on commit 39ad933

Please sign in to comment.