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 Oct 26, 2021
1 parent 15980b4 commit 321098b
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.5.msi
x64: https://download.wireguard.com/windows-client/wireguard-amd64-0.5.msi
x32: https://download.wireguard.com/windows-client/wireguard-x86-0.5.1.msi
x64: https://download.wireguard.com/windows-client/wireguard-amd64-0.5.1.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: 69AD07B59C0E5AAF14680B400F2AA1B5FD23847FE83F6D94ECDAEAE973C81CB4
checksum64: 69A15FCFEED20AD9FCE2DC9A3B893C0606B00FA078315D5898508430F4A5DED1
checksum32: DBE184488F989910586003CDB4A97AE4BADE0715ECBD3A9C56A81A23E9F57A1D
checksum64: 2672E92F638EAA34EE926967B4214EF19B78F46B5831CB486B744BDEF4340536

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.5.msi"
file64 = "$toolsDir\wireguard-amd64-0.5.msi"
file = "$toolsDir\wireguard-x86-0.5.1.msi"
file64 = "$toolsDir\wireguard-amd64-0.5.1.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.5</version>
<version>0.5.1</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 321098b

Please sign in to comment.