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 20d18a0 commit ee3be4c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions automatic/hostsman/hostsman.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"4.5": "4.5.102",
"4.6": "4.6.103",
"4.7": "4.7.105",
"4.8": "4.8.106"
{
"4.5": "4.5.102",
"4.6": "4.6.103",
"4.7": "4.7.105.20180405",
"4.8": "4.8.106"
}
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</version>
<version>4.7.105.20180405</version>
<title>HostsMan</title>
<authors>abelhadigital.com</authors>
<owners>chocolatey</owners>
Expand Down
6 changes: 3 additions & 3 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 <>
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:
checksum:
checksum type: sha256
checksum: B98F1155CDA04E8A96CF29F6CC68497BDB28ADD7C8317CAE79F6EC34C3BDC7FA

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

Get-ChocolateyUnzip @packageArgs
rm $toolsPath\*.zip -ea 0
Remove-Item $toolsPath\*.zip -ea 0

0 comments on commit ee3be4c

Please sign in to comment.