Skip to content

Commit

Permalink
AU: 3 updated - simplewall simplewall.install simplewall.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Sep 7, 2023
1 parent 07b8e7f commit 444f4d5
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 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.6.7/simplewall-3.6.7-setup.exe
x86: https://github.com/henrypp/simplewall/releases/download/v.3.7.1/simplewall-3.7.1-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: 864418C6A03719BF98715FD6A7A91013E55DE79951DADA12E918481913D27B22
checksum32: 19B842988B5F9680F55C4A4E42DC1BB00B29AE5DB342FB30ACF3735391C2C07F

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.6.7</version>
<version>3.7.1</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.6.7-setup.exe"
file = "$toolsDir\simplewall-3.7.1-setup.exe"
fileType = "exe"
silentArgs = "/S"
}
Expand Down
4 changes: 2 additions & 2 deletions automatic/simplewall.install/update.ps1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
. $PSScriptRoot\..\simplewall\update.ps1
. $PSScriptRoot\..\simplewall\update.ps1

function global:au_BeforeUpdate {
$Latest.URL32 = $Latest.URL32_i
$Latest.FileType = 'exe'
cp $PSScriptRoot\..\simplewall\README.md $PSScriptRoot\README.md
Copy-Item $PSScriptRoot\..\simplewall\README.md $PSScriptRoot\README.md
Get-RemoteFiles -Purge -NoSuffix
}

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.6.7/simplewall-3.6.7-bin.zip
x86: https://github.com/henrypp/simplewall/releases/download/v.3.7.1/simplewall-3.7.1-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: 1E2078CD7B9934534787F04B3E4611832DDEEC0853F1D50B6B454CD5DD770587
checksum32: 1E9C23C8F54594D043134B5211914DF338FC2865AC797DFCB830F637D1C5EE3C

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.6.7</version>
<version>3.7.1</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.6.7-bin.zip"
file = "$toolsDir\simplewall-3.7.1-bin.zip"
destination = $toolsDir
}

Expand Down
4 changes: 2 additions & 2 deletions automatic/simplewall.portable/update.ps1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
. $PSScriptRoot\..\simplewall\update.ps1
. $PSScriptRoot\..\simplewall\update.ps1

function global:au_BeforeUpdate {
$Latest.URL32 = $Latest.URL32_p
$Latest.FileType = 'zip'
cp $PSScriptRoot\..\simplewall\README.md $PSScriptRoot\README.md
Copy-Item $PSScriptRoot\..\simplewall\README.md $PSScriptRoot\README.md
Get-RemoteFiles -Purge -NoSuffix
}

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.6.7</version>
<version>3.7.1</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.6.7]" />
<dependency id="simplewall.install" version="[3.7.1]" />
</dependencies>
</metadata>
<files />
Expand Down

0 comments on commit 444f4d5

Please sign in to comment.