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 c0f0a27 commit 75b0a2f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion automatic/hostsman/hostsman.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"4.5": "4.5.102",
"4.6": "4.6.103",
"4.7": "4.7.105.20180405",
"4.8": "4.8.106"
"4.8": "4.8.106",
"4.0": "4.0.95"
}
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.7.105.20180405</version>
<version>4.0.95</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.7.105.zip>
1. Download the following <http://hostsman2.it-mate.co.uk/HostsMan_4.0.95.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: B98F1155CDA04E8A96CF29F6CC68497BDB28ADD7C8317CAE79F6EC34C3BDC7FA
checksum: 3B801B8FE0E112C2564327581D77E4C9FEA1B79B041F8A74DAFF98DCE4F8F650

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.7.105.zip"
file = "$toolsPath\HostsMan_4.0.95.zip"
softwareName = 'hostsman*'
}

Expand Down

0 comments on commit 75b0a2f

Please sign in to comment.