Skip to content

Commit

Permalink
AU: 6 updated - googlechromebeta simplewall simplewall.install vim vs…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 8, 2019
1 parent 71fb33f commit 0a69372
Show file tree
Hide file tree
Showing 12 changed files with 31 additions and 37 deletions.
2 changes: 1 addition & 1 deletion automatic/googlechromebeta/googlechromebeta.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>googlechromebeta</id>
<version>79.0.3945.16-beta</version>
<version>79.0.3945.29-beta</version>
<title>Google Chrome Beta</title>
<owners>chocolatey,nsleigh</owners>
<authors>Google Inc.</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/googlechromebeta/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$version = '79.0.3945.16-beta'
$version = '79.0.3945.29-beta'
if ($version -eq (Get-ChromeBetaVersion)) {
Write-Host "Google Chrome Beta $version is already installed."
return
Expand All @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'MSI'
url = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise.msi'
url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise64.msi'
checksum = '00daab39dbdb711cb01f3c482b0aebd93ff775b823f6c445c71ec16b079e35c7'
checksum64 = 'e2747769adb571de515edc1efcc052a827700a6576ce18c981ad1fb558787b6c'
checksum = 'ea82608c7ee81e2dbf85561c6316ef36600db38e6ac4ba9a59f0d5132ce45759'
checksum64 = 'f0391a4d34a029d11080deab2ad1fd2f463d9bd674a364050afea120153d0eb3'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
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 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.0.7/simplewall-3.0.7-setup.exe
x86: https://github.com/henrypp/simplewall/releases/download/v.3.0.8/simplewall-3.0.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: 91DB91D63179A578B7807C16E523288FE53969D0C7EF5D061533DD147DFD2C0D
checksum32: 7B67D5B39DCC41CAABB18A649D66C4C3AC9F78FB04EF4B08D465B254C0721F81

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.0.7</version>
<version>3.0.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.0.7-setup.exe"
file = "$toolsDir\simplewall-3.0.8-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.0.7</version>
<version>3.0.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-coreteampackages/tree/master/automatic/simplewall</packageSourceUrl>
<releaseNotes>https://github.com/henrypp/simplewall/blob/master/CHANGELOG.md</releaseNotes>
<dependencies>
<dependency id="simplewall.install" version="[3.0.7]" />
<dependency id="simplewall.install" version="[3.0.8]" />
</dependencies>
</metadata>
<files />
Expand Down
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ in verifying that this package's contents are trustworthy.
The embedded software have been downloaded from GitHub and can be verified like this:

1. Download the following zips:
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2260/gvim_8.1.2260_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2260/gvim_8.1.2260_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2269/gvim_8.1.2269_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2269/gvim_8.1.2269_x64.zip>
2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: B54F973E7B9E006B05D421585C41A46626EE624E44F3D85F1F23DECBB6E4B6A0
checksum64: ED849776CE82A8666CBC158C02090D3240BF1810205E86F1D3A8C0AAB0FD7B32
checksum32: 59AAFC968FAA2BC766D53F48FAAC7378E5F8C1F620C696D936FF0F0650A64880
checksum64: ED00CBF6C9E3C9BC14DFED025155F29877D37B86A08D62BCDDBA17AD7E678468
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_8.1.2260_x86.zip"
file64 = "$toolsDir\gvim_8.1.2260_x64.zip"
file = "$toolsDir\gvim_8.1.2269_x86.zip"
file64 = "$toolsDir\gvim_8.1.2269_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>8.1.2260</version>
<version>8.1.2269</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey, Rob Reynolds, matsuhav</owners>
<summary>Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set. It's useful whether you're already using vi or using a different editor.</summary>
Expand Down
12 changes: 6 additions & 6 deletions automatic/vscode.install/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$softwareName = 'Microsoft Visual Studio Code'
$version = '1.39.2'
$version = '1.40.0'
if ($version -eq (Get-UninstallRegistryKey "$softwareName").DisplayVersion) {
Write-Host "VS Code $version is already installed."
return
Expand All @@ -14,16 +14,16 @@ $pp = Get-PackageParameters
Close-VSCode

$packageArgs = @{
packageName = 'vscode'
packageName = 'vscode.install'
fileType = 'exe'
url = 'https://az764295.vo.msecnd.net/stable/6ab598523be7a800d7f3eb4d92d7ab9a66069390/VSCodeSetup-ia32-1.39.2.exe'
url64bit = 'https://az764295.vo.msecnd.net/stable/6ab598523be7a800d7f3eb4d92d7ab9a66069390/VSCodeSetup-x64-1.39.2.exe'
url = 'https://az764295.vo.msecnd.net/stable/86405ea23e3937316009fc27c9361deee66ffbf5/VSCodeSetup-ia32-1.40.0.exe'
url64bit = 'https://az764295.vo.msecnd.net/stable/86405ea23e3937316009fc27c9361deee66ffbf5/VSCodeSetup-x64-1.40.0.exe'

softwareName = "$softwareName"

checksum = '938a64309d4fda55d27ca1d14ad4ee9864981df960a57ff33ce74f21ebb38703'
checksum = 'abfdae3d8a4a500adc5f42deebf7bd8161e02fe47bf31eb8abf086c9a22ee774'
checksumType = 'sha256'
checksum64 = '115780c7946464a846d74cc39fd671e9c866a0d348133e5745af9c797b761259'
checksum64 = 'b6229fb453e455ef075e9fe164e449127bb12a2911f1560f908f5faf48939982'
checksumType64 = 'sha256'

silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation)
Expand Down
11 changes: 4 additions & 7 deletions automatic/vscode.install/vscode.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode.install</id>
<title>Visual Studio Code (Install)</title>
<version>1.39.2</version>
<version>1.40.0</version>
<authors>Microsoft</authors>
<owners>chocolatey</owners>
<projectUrl>https://code.visualstudio.com</projectUrl>
Expand All @@ -16,8 +16,7 @@
<bugTrackerUrl>https://github.com/Microsoft/vscode/issues</bugTrackerUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>Visual Studio Code</summary>
<description><![CDATA[
Build and debug modern web and cloud applications. Code is free and available on your favorite platform - Linux, Mac OSX, and Windows.
<description><![CDATA[Build and debug modern web and cloud applications. Code is free and available on your favorite platform - Linux, Mac OSX, and Windows.
## Features
Expand All @@ -34,16 +33,14 @@ Build and debug modern web and cloud applications. Code is free and available on
* `/NoContextMenuFolders` - Dont't add an _Open with Code_ entry to the context menu for folders.
* `/DontAddToPath` - Don't add Visual Studio Code to the system PATH.
Example: `choco install vscode --params "/NoDesktopIcon /DontAddToPath"`
Example: `choco install vscode.install --params "/NoDesktopIcon /DontAddToPath"`
## Notes
* The package uses default install options except that it adds context menu entries and Visual Studio Code isn't started after installation.
* For disabling the auto-update functionality see the [Visual Studio Code Auto Update Deactivation package](https://chocolatey.org/packages/visualstudiocode-disableautoupdate).
![screenshot](https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@f5cbd85b89a3b01bb440a9f09d0f5d1405aad0ce/automatic/vscode/screenshot.png)
![screenshot](https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@6dc510f16b69a2134e901f2576e991c462a18e9b/automatic/vscode/screenshot.png)
]]></description>
<tags>microsoft visualstudiocode vscode development editor ide javascript typescript admin foss cross-platform</tags>
<dependencies>
Expand Down
11 changes: 4 additions & 7 deletions automatic/vscode/vscode.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode</id>
<title>Visual Studio Code</title>
<version>1.39.2</version>
<version>1.40.0</version>
<authors>Microsoft</authors>
<owners>chocolatey</owners>
<projectUrl>https://code.visualstudio.com</projectUrl>
Expand All @@ -16,8 +16,7 @@
<bugTrackerUrl>https://github.com/Microsoft/vscode/issues</bugTrackerUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>Visual Studio Code</summary>
<description><![CDATA[
Build and debug modern web and cloud applications. Code is free and available on your favorite platform - Linux, Mac OSX, and Windows.
<description><![CDATA[Build and debug modern web and cloud applications. Code is free and available on your favorite platform - Linux, Mac OSX, and Windows.
## Features
Expand All @@ -41,13 +40,11 @@ Example: `choco install vscode --params "/NoDesktopIcon /DontAddToPath"`
* The package uses default install options except that it adds context menu entries and Visual Studio Code isn't started after installation.
* For disabling the auto-update functionality see the [Visual Studio Code Auto Update Deactivation package](https://chocolatey.org/packages/visualstudiocode-disableautoupdate).
![screenshot](https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@f5cbd85b89a3b01bb440a9f09d0f5d1405aad0ce/automatic/vscode/screenshot.png)
![screenshot](https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@6dc510f16b69a2134e901f2576e991c462a18e9b/automatic/vscode/screenshot.png)
]]></description>
<tags>microsoft visualstudiocode vscode development editor ide javascript typescript admin foss cross-platform</tags>
<dependencies>
<dependency id="vscode.install" version="[1.39.1]" />
<dependency id="vscode.install" version="[1.40.0]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/Updates</releaseNotes>
</metadata>
Expand Down

0 comments on commit 0a69372

Please sign in to comment.