Skip to content

Commit

Permalink
AU: 1 updated - simplewall.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 14, 2018
1 parent c7fdde0 commit 672dcdb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions automatic/simplewall.portable/legal/VERIFICATION.txt
Expand Up @@ -6,14 +6,14 @@ The archive have been downloaded from the GitHub mirror and can be verified like

1. Download the following archive(s):

x86: https://github.com/henrypp/simplewall/releases/download/v.2.3.10/simplewall-2.3.10-bin.zip
x86: https://github.com/henrypp/simplewall/releases/download/v.2.3.11/simplewall-2.3.11-bin.zip

2. You can use one of the following methods to obtain the checksum(s):
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: 4C3EF26C24F79CACA73DB38C04A10793FF3A38727C3DBA89C6CEE5C4B95675F5
checksum32: 676C17A023B1D4826725392A6AEA921BD46EE79FCE3FA6E2A7A82BE86102B261

The included 'LICENSE.txt' file have been obtained from:
https://github.com/henrypp/simplewall/blob/master/LICENSE
2 changes: 1 addition & 1 deletion automatic/simplewall.portable/simplewall.portable.nuspec
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>simplewall.portable</id>
<version>2.3.10</version>
<version>2.3.11</version>
<authors>Henry++</authors>
<summary>Simple tool to configure Windows Filtering Platform.</summary>
<description><![CDATA[Simple tool to configure Windows Filtering Platform (WFP) which can configure network activity on your computer.
Expand Down
2 changes: 1 addition & 1 deletion automatic/simplewall.portable/tools/chocolateyInstall.ps1
Expand Up @@ -2,7 +2,7 @@

$packageArgs = @{
packageName = $env:ChocolateyPackageName
file = "$toolsDir\simplewall-2.3.10-bin.zip"
file = "$toolsDir\simplewall-2.3.11-bin.zip"
destination = $toolsDir
}

Expand Down

0 comments on commit 672dcdb

Please sign in to comment.