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 Aug 4, 2021
1 parent 4255c98 commit 453ce15
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.4.msi
x64: https://download.wireguard.com/windows-client/wireguard-amd64-0.4.msi
x32: https://download.wireguard.com/windows-client/wireguard-x86-0.4.1.msi
x64: https://download.wireguard.com/windows-client/wireguard-amd64-0.4.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: FA9780C322BB7466395D62EA3B348545F6B732F64CD6BEC559161E29FBA47D29
checksum64: 2A18BA01925A13D55F74150B347F2830E8C0B708BCAB00CED4C5587A791070F2
checksum32: 60E125CDCF1CB4891A4F095B0625F912B3DD73218877432A013C2994F06C3B83
checksum64: 9A8837674DC029926858C8FBD847FD45CD4328C672CA2FB1C426A41882037F6A

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.4.msi"
file64 = "$toolsDir\wireguard-amd64-0.4.msi"
file = "$toolsDir\wireguard-x86-0.4.1.msi"
file64 = "$toolsDir\wireguard-amd64-0.4.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.4</version>
<version>0.4.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 453ce15

Please sign in to comment.