Skip to content

Commit

Permalink
AU: 1 updated - wget
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jan 21, 2018
1 parent 16074a0 commit 49308d7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions automatic/wget/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ in verifying that this package's contents are trustworthy.

1. Download the appropriate zip:

x32: https://eternallybored.org/misc/wget/releases/wget-1.19.2-win32.zip
x64: https://eternallybored.org/misc/wget/releases/wget-1.19.2-win64.zip
x32: https://eternallybored.org/misc/wget/releases/wget-1.19.3-win32.zip
x64: https://eternallybored.org/misc/wget/releases/wget-1.19.3-win64.zip

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

checksum32: 2350A4391C6C3B666B6AAF11842009869FBA1DEAE1DFBF4C005E2DC135C69148
checksum64: 34D76A8A75315CCACF9FDD6F0D928B663F74D8FF641DE3BBC822F704B82E57AD
checksum32: D62E351E322948CDB989980D3A8B5FE16249525A77D15C1CF902C5F7317AEA24
checksum64: 7E666399AFD18283770DA20E04AE825B218F22ECCC49EF9AB6ECBA2820029B56

Using AU:
Get-RemoteChecksum https://eternallybored.org/misc/wget/releases/wget-1.19.2-win64.zip
Get-RemoteChecksum https://eternallybored.org/misc/wget/releases/wget-1.19.3-win64.zip
2 changes: 1 addition & 1 deletion automatic/wget/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

$packageName= 'wget'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$zipFile = if ((Get-ProcessorBits 64) -and $env:chocolateyForceX86 -ne 'true') {
$zipFile = if ((Get-OSArchitectureWidth 64) -and $env:chocolateyForceX86 -ne 'true') {
Write-Host "Getting x64 bit zip"; Get-Item "$toolsDir\*_x64.zip"
} else { Write-Host "Getting x32 bit zip"; Get-Item "$toolsDir\*_x32.zip" }

Expand Down
2 changes: 1 addition & 1 deletion automatic/wget/wget.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>wget</id>
<version>1.19.2</version>
<version>1.19.3</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/wget</packageSourceUrl>
<owners>chocolatey, LudicrousByte</owners>
<title>GNU Wget</title>
Expand Down

0 comments on commit 49308d7

Please sign in to comment.