Skip to content

Commit

Permalink
AU: 2 updated - vuescan wireguard
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Aug 10, 2021
1 parent 579bd7d commit 35aa6e2
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion automatic/vuescan/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"7b6aedf439109652414a6fded26e195c"|9.7.61
"295057393ad29d2622ed3ae9af4e6166"|9.7.62
4 changes: 2 additions & 2 deletions automatic/vuescan/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName

url = 'https://www.hamrick.com/files/vuex3297.exe'
checksum = '4ef899e98878f2b2f9d7810b808568562cff3f9280934c9ed9f106db848d1612'
checksum = 'd4dcdb66e9c2db5618f59616a3f586e893b36d6ae5cd87bce0c75e348ba17ec1'
checksumType = 'sha256'

url64 = 'https://www.hamrick.com/files/vuex6497.exe'
checksum64 = 'ee23732b30abcf2e7b4645b986f5dd96147d3c86b11b6b27c6428b5b8d29b8b2'
checksum64 = '4711333743695a8618d53af8b4ea1cd215534e07fbe2e7cee57f517ae0298b02'
checksumType64 = 'sha256'
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/vuescan/vuescan.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>vuescan</id>
<version>9.7.61</version>
<version>9.7.62</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/vuescan</packageSourceUrl>
<owners>chtof</owners>
<title>VueScan</title>
Expand Down
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.2.msi
x64: https://download.wireguard.com/windows-client/wireguard-amd64-0.4.2.msi
x32: https://download.wireguard.com/windows-client/wireguard-x86-0.4.3.msi
x64: https://download.wireguard.com/windows-client/wireguard-amd64-0.4.3.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: 34F0EDB2385E2066496C80F24F2045F915A668742ECD7DCF0761F1BAD771077F
checksum64: 441EECB96A7C172AEC012FFFB3E10066672145F1C326DA80F21CE9FE57EC6D8C
checksum32: 7E174349BFAAC8B85E2A11630141F30D0BF5609E904446CCAC44191F8BE6D7C1
checksum64: 8699E2066B324175A3F60378E63EE1A643DA47F7F395FBB78B2C9ACE85C0A0B8

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.2.msi"
file64 = "$toolsDir\wireguard-amd64-0.4.2.msi"
file = "$toolsDir\wireguard-x86-0.4.3.msi"
file64 = "$toolsDir\wireguard-amd64-0.4.3.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.2</version>
<version>0.4.3</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 35aa6e2

Please sign in to comment.