Skip to content

Commit

Permalink
AU: 7 updated - simplewall simplewall.install simplewall.portable vsc…
Browse files Browse the repository at this point in the history
…ode vscode.install vscode-insiders vscode-insiders.install

[skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/b8bd088f942773db72c51448bc994ea30840ebc0
  • Loading branch information
Chocolatey Community committed Nov 9, 2021
1 parent 7615fe5 commit d72eefc
Show file tree
Hide file tree
Showing 13 changed files with 25 additions and 25 deletions.
4 changes: 2 additions & 2 deletions automatic/simplewall.install/legal/VERIFICATION.txt
Expand Up @@ -6,14 +6,14 @@ The installer have been downloaded from the GitHub mirror and can be verified li

1. Download the following installer(s):

x86: https://github.com/henrypp/simplewall/releases/download/v.3.5.3/simplewall-3.5.3-setup.exe
x86: https://github.com/henrypp/simplewall/releases/download/v.3.6/simplewall-3.6-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: 50DD139CB41D11340FA8D53F583AD3BF771411010217666D6BF29C185608C2DA
checksum32: 9048A5873FBCA034619BD9FB9E53407A96D441BA29D011C0081585A71F4208FA

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
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>simplewall.install</id>
<version>3.5.3</version>
<version>3.6</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
Expand Up @@ -3,7 +3,7 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "simplewall*"
file = "$toolsDir\simplewall-3.5.3-setup.exe"
file = "$toolsDir\simplewall-3.6-setup.exe"
fileType = "exe"
silentArgs = "/S"
}
Expand Down
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.3.5.3/simplewall-3.5.3-bin.zip
x86: https://github.com/henrypp/simplewall/releases/download/v.3.6/simplewall-3.6-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: 50EF1DDA425D69B822A5B31384BF6E3ED50FFF4591A9071E350AD3BB82B7A235
checksum32: 550B2426AF1D881C08528E1D3EC287571737BD00BEF5AEF950F005EA26884231

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

Expand Down
4 changes: 2 additions & 2 deletions automatic/simplewall/simplewall.nuspec
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>simplewall</id>
<version>3.5.3</version>
<version>3.6</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.5.3]" />
<dependency id="simplewall.install" version="[3.6]" />
</dependencies>
</metadata>
<files />
Expand Down
8 changes: 4 additions & 4 deletions automatic/vscode-insiders.install/tools/chocolateyInstall.ps1
Expand Up @@ -22,14 +22,14 @@ function Get-MergeTasks {
$packageArgs = @{
packageName = "$env:ChocolateyPackageName"
fileType = 'exe'
url = 'https://az764295.vo.msecnd.net/insider/a7104f13ff61bcd9f4c827d8fe3c0d27bb479fd8/VSCodeSetup-ia32-1.63.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/a7104f13ff61bcd9f4c827d8fe3c0d27bb479fd8/VSCodeSetup-x64-1.63.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/b614fb5db84b3ac07fc3e8b12c69c1dd581924ce/VSCodeSetup-ia32-1.63.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/b614fb5db84b3ac07fc3e8b12c69c1dd581924ce/VSCodeSetup-x64-1.63.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = '990229997e4eafb2c4d8aea9c4b3d445026464466f676dadf5f1e6bd5bf48be028efc9a38151bd16e69a413b824523ee811d6ffa82037b97d92593dca75007c4'
checksum = 'd2ef96eeefb9c0024f263b7ab7a01ce8a0d1ab87d9d617cc3e95395dcc0473e741849ba4cd8e48629fe445eb815c9dcb8d773788586638e4d9bc6ee103d8f76b'
checksumType = 'sha512'
checksum64 = 'caf1b8fbe16bdebcb2df5777ef3e76f017ca08bc5be92c32a16ee52295674903c7e7acb2ca4ea88fcbe4b6abee75179eec886dc973874dd271575c7b4d7ecfc7'
checksum64 = '6f303ec660fbfb9075f860d500a9445bc7e10b7eaf3eb9a94de33896c40d073167cce3b6a6ad24f83825229d57c37d4a40215dd97cb44cf6444c817ac7bca82c'
checksumType64 = 'sha512'

silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation)
Expand Down
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders.install</id>
<title>Visual Studio Code Insiders (Install)</title>
<version>1.63.0.20211108</version>
<version>1.63.0.20211109</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/vscode-insiders/vscode-insiders.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders</id>
<title>Visual Studio Code Insiders</title>
<version>1.63.0.20211108</version>
<version>1.63.0.20211109</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down Expand Up @@ -47,7 +47,7 @@ Example: `choco install vscode-insiders --params "/NoDesktopIcon /DontAddToPath"
]]></description>
<tags>microsoft visualstudiocode visualstudiocode-insiders vscode vscode-insiders development editor ide javascript typescript admin foss cross-platform</tags>
<dependencies>
<dependency id="vscode-insiders.install" version="[1.63.0.20211108]" />
<dependency id="vscode-insiders.install" version="[1.63.0.20211109]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down
10 changes: 5 additions & 5 deletions automatic/vscode.install/tools/ChocolateyInstall.ps1
Expand Up @@ -4,7 +4,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$softwareName = 'Microsoft Visual Studio Code'
$version = '1.62.0'
$version = '1.62.1'
if ($version -eq (Get-UninstallRegistryKey "$softwareName").DisplayVersion) {
Write-Host "VS Code $version is already installed."
return
Expand All @@ -16,14 +16,14 @@ Close-VSCode
$packageArgs = @{
packageName = 'vscode.install'
fileType = 'exe'
url = 'https://az764295.vo.msecnd.net/stable/b3318bc0524af3d74034b8bb8a64df0ccf35549a/VSCodeSetup-ia32-1.62.0.exe'
url64bit = 'https://az764295.vo.msecnd.net/stable/b3318bc0524af3d74034b8bb8a64df0ccf35549a/VSCodeSetup-x64-1.62.0.exe'
url = 'https://az764295.vo.msecnd.net/stable/f4af3cbf5a99787542e2a30fe1fd37cd644cc31f/VSCodeSetup-ia32-1.62.1.exe'
url64bit = 'https://az764295.vo.msecnd.net/stable/f4af3cbf5a99787542e2a30fe1fd37cd644cc31f/VSCodeSetup-x64-1.62.1.exe'

softwareName = "$softwareName"

checksum = 'b794f6a3ab3046e65f3314296f6698daadad0a6950e7b1ea358c737786a04fa9'
checksum = '70351f704fe1fd37986101410a7b60bf4f62cc91adc582433a5862ec37d3f9e6'
checksumType = 'sha256'
checksum64 = 'ab7c4573f2a0c93deef4f796108c9cf3189445da08473fffde68a8a7052c8f34'
checksum64 = '4ed0b10b25125fdbcc0ed1e4de0027b4063729bd11e8f97f7f9856318cb33a33'
checksumType64 = 'sha256'

silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation)
Expand Down
2 changes: 1 addition & 1 deletion automatic/vscode.install/vscode.install.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode.install</id>
<title>Visual Studio Code (Install)</title>
<version>1.62.0</version>
<version>1.62.1</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com</projectUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/vscode/vscode.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode</id>
<title>Visual Studio Code</title>
<version>1.62.0</version>
<version>1.62.1</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com</projectUrl>
Expand Down Expand Up @@ -44,7 +44,7 @@ Example: `choco install vscode --params "/NoDesktopIcon /DontAddToPath"`
]]></description>
<tags>microsoft visualstudiocode vscode development editor ide javascript typescript admin foss cross-platform</tags>
<dependencies>
<dependency id="vscode.install" version="[1.62.0]" />
<dependency id="vscode.install" version="[1.62.1]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/Updates</releaseNotes>
</metadata>
Expand Down

0 comments on commit d72eefc

Please sign in to comment.