Skip to content

Commit

Permalink
AU: 1 updated - hostsman
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 5, 2018
1 parent cd2f38e commit 3cd7f68
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion automatic/hostsman/hostsman.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>hostsman</id>
<version>4.0.95</version>
<version>4.7.105.20180405</version>
<title>HostsMan</title>
<authors>abelhadigital.com</authors>
<owners>chocolatey</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/hostsman/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download
location on <http://hostsman2.it-mate.co.uk/>
and can be verified by doing the following:

1. Download the following <http://hostsman2.it-mate.co.uk/HostsMan_4.0.95.zip>
1. Download the following <http://hostsman2.it-mate.co.uk/HostsMan_4.7.105.zip>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum: 3B801B8FE0E112C2564327581D77E4C9FEA1B79B041F8A74DAFF98DCE4F8F650
checksum: B98F1155CDA04E8A96CF29F6CC68497BDB28ADD7C8317CAE79F6EC34C3BDC7FA

The file 'LICENSE.txt' has been obtained from <http://hostsman2.it-mate.co.uk/licenses/hostsman_4.txt>
2 changes: 1 addition & 1 deletion automatic/hostsman/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'zip'
file = "$toolsPath\HostsMan_4.0.95.zip"
file = "$toolsPath\HostsMan_4.7.105.zip"
destination = $toolsPath
softwareName = 'hostsman*'
}
Expand Down

0 comments on commit 3cd7f68

Please sign in to comment.