Skip to content

Commit

Permalink
AU: 1 updated - wireguard
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 23, 2021
1 parent 90e5aa9 commit e8c586f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions automatic/wireguard/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ Package can be verified like this:

1. Download:

x32: https://download.wireguard.com/windows-client/wireguard-x86-0.3.8.msi
x64: https://download.wireguard.com/windows-client/wireguard-amd64-0.3.8.msi
x32: https://download.wireguard.com/windows-client/wireguard-x86-0.3.9.msi
x64: https://download.wireguard.com/windows-client/wireguard-amd64-0.3.9.msi

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: 26625E7D2550C65D77DC3EF70899A203E38939664364B8FA8A3FACED0EF372E8
checksum64: 7853EB7F4CFF2A109A2775E11E44ACB78CC4EB6D10DD2501D1E002EFE4C38B31
checksum32: 32A516B40597C3F69B99AE57A25A715FC420F1C5F830547868FA80068591BBE4
checksum64: 6149B608A384148830237AE088CB8A82794E80784BBAB6E3E1BBFBBDA0FD7B3D

File 'LICENSE.txt' is obtained from:
https://git.zx2c4.com/WireGuard/about/COPYING
4 changes: 2 additions & 2 deletions automatic/wireguard/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName

filetype = "MSI"
file = "$toolsDir\wireguard-x86-0.3.8.msi"
file64 = "$toolsDir\wireguard-amd64-0.3.8.msi"
file = "$toolsDir\wireguard-x86-0.3.9.msi"
file64 = "$toolsDir\wireguard-amd64-0.3.9.msi"

silentArgs = "/qn /norestart /l*v `"$env:TEMP\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`" DO_NOT_LAUNCH=1"
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/wireguard/wireguard.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>wireguard</id>
<version>0.3.8</version>
<version>0.3.9</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/wireguard</packageSourceUrl>
<owners>chtof</owners>
<title>WireGuard</title>
Expand Down

0 comments on commit e8c586f

Please sign in to comment.