Skip to content

Commit

Permalink
AU: 3 updated - simplewall simplewall.install simplewall.portable
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey Community committed Apr 1, 2024
1 parent 2855023 commit c59625e
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions automatic/simplewall.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ The installer has been downloaded from the GitHub mirror and can be verified lik

1. Download the following installer(s):

x86: https://github.com/henrypp/simplewall/releases/download/v.3.7.8/simplewall-3.7.8-setup.exe
x86: https://github.com/henrypp/simplewall/releases/download/v.3.8/simplewall-3.8-setup.exe

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: 8F7E18C3F65DD2727E3BBB083832D232279A7DCB5B637D47AB653718260CE431
checksum32: D130A708D38E13920FC35243973A6971E393623AC299DF457C898CD745650840

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.install/simplewall.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>simplewall.install</id>
<version>3.7.8</version>
<version>3.8</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.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "simplewall*"
file = "$toolsDir\simplewall-3.7.8-setup.exe"
file = "$toolsDir\simplewall-3.8-setup.exe"
fileType = "exe"
silentArgs = "/S"
}
Expand Down
4 changes: 2 additions & 2 deletions automatic/simplewall.portable/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
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.3.7.8/simplewall-3.7.8-bin.zip
x86: https://github.com/henrypp/simplewall/releases/download/v.3.8/simplewall-3.8-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: A738D09594872DE3468DDCB7BBF23A04AECB35E7DAA76AF404595AAB7B03B079
checksum32: 34249E6D53F1703637F1ADA696257BE27E1CDAEF22FFCBD469C39DC58C1AE5EB

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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>simplewall.portable</id>
<version>3.7.8</version>
<version>3.8</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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

Expand Down
4 changes: 2 additions & 2 deletions automatic/simplewall/simplewall.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>simplewall</id>
<version>3.7.8</version>
<version>3.8</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 Expand Up @@ -37,7 +37,7 @@ The lightweight application is less than a megabyte, and it is compatible with W
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/simplewall</packageSourceUrl>
<releaseNotes>https://github.com/henrypp/simplewall/blob/master/CHANGELOG.md</releaseNotes>
<dependencies>
<dependency id="simplewall.install" version="[3.7.8]" />
<dependency id="simplewall.install" version="[3.8]" />
</dependencies>
</metadata>
<files />
Expand Down

0 comments on commit c59625e

Please sign in to comment.