Skip to content

Commit

Permalink
AU: 3 updated - dropbox simplewall simplewall.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Sep 21, 2023
1 parent 9603052 commit 3d6e7f5
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"beta": "183.3.6997-beta",
"beta": "184.3.6436-beta",
"stable": "182.4.6427"
}
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>dropbox</id>
<version>183.3.6997-beta</version>
<version>184.3.6436-beta</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey-community,ferventcoder,the-running-dev</owners>
Expand Down
10 changes: 5 additions & 5 deletions automatic/dropbox/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if (!$PSScriptRoot) {
}
. "$PSScriptRoot\helper.ps1"

$version = '183.3.6997'
$version = '184.3.6436'

if (!(IsVersionAlreadyInstalled $version)) {
$stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) { $false } else { $true }
Expand All @@ -13,10 +13,10 @@ if (!(IsVersionAlreadyInstalled $version)) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox"
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20183.3.6997%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20183.3.6997%20Offline%20Installer.x64.exe'
checksum = '361c86531432ee5ce53c03113d84d09e6d932b451b1144cbf984184e5753acb8'
checksum64 = 'bdff424616ba463ff868e13235fc818d0920caa7d52828389392de2d437ab507'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20184.3.6436%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20184.3.6436%20Offline%20Installer.x64.exe'
checksum = '2b5a5e6a83c1acb539761082dc79098d104172ec31ce3816f2c8455210610d41'
checksum64 = 'e4a31bc733f518b16fef32b666cad8a7ef298a0418cf4ef5d6b0863e54e719ea'
fileType = 'exe'
checksumType = 'sha256'
checksumType64 = 'sha256'
Expand Down
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.1/simplewall-3.7.1-setup.exe
x86: https://github.com/henrypp/simplewall/releases/download/v.3.7.2/simplewall-3.7.2-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: 19B842988B5F9680F55C4A4E42DC1BB00B29AE5DB342FB30ACF3735391C2C07F
checksum32: BAE715DB54AC2BDF3947D79A12E1343EE82DECF878A347CAE03380F62413601A

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.1</version>
<version>3.7.2</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.1-setup.exe"
file = "$toolsDir\simplewall-3.7.2-setup.exe"
fileType = "exe"
silentArgs = "/S"
}
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.1</version>
<version>3.7.2</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.1]" />
<dependency id="simplewall.install" version="[3.7.2]" />
</dependencies>
</metadata>
<files />
Expand Down

0 comments on commit 3d6e7f5

Please sign in to comment.