Skip to content

Commit

Permalink
AU: 5 updated - googlechromebeta nmap vim virtualbox vscode.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Sep 2, 2022
1 parent 95f550f commit f2b71c0
Show file tree
Hide file tree
Showing 13 changed files with 31 additions and 31 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>105.0.5195.52-beta</version>
<version>106.0.5249.21-beta</version>
<title>Google Chrome Beta</title>
<owners>chocolatey-community,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 = '105.0.5195.52-beta'
$version = '106.0.5249.21-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 = '49138e6e3a2a5c256bbebef6079498ea46144c02a81d81c1c34d31fa7d2cc850'
checksum64 = '5116845057c6d1f077e49c4fbe3202a138810daca67910d0431015995e36b1ae'
checksum = '50ec69552a5894bcf044d096395eb531da504dbe8bc8fe0441d638a9eeb179ee'
checksum64 = '96a6dbc03ea4462b09df298e91d23cf0f7dfeb2bc994c1f54496eb636dcd83f5'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down
6 changes: 3 additions & 3 deletions automatic/nmap/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ Package can be verified like this:

1. Go to

x32: https://nmap.org/dist/nmap-7.92-setup.exe
x32: https://nmap.org/dist/nmap-7.93-setup.exe

to download the installer.

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: B2400DB1A4AF9607FDD6EE50E0F5926D8B9272F89EEC93D4C30B56DC854AFB7A
checksum32: F1160A33FB79C764CDC4C023FA700054AE2945ED91880E37348A17C010CA716F

Using AU:

Get-RemoteChecksum https://nmap.org/dist/nmap-7.92-setup.exe
Get-RemoteChecksum https://nmap.org/dist/nmap-7.93-setup.exe

File 'LICENSE.txt' is obtained from:
https://svn.nmap.org/nmap-releases/nmap-7.31/COPYING
4 changes: 2 additions & 2 deletions automatic/nmap/nmap.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package>
<metadata>
<id>nmap</id>
<version>7.92.0.20220321</version>
<version>7.93</version>
<title>Nmap</title>
<authors>Fyodor</authors>
<owners>chocolatey-community zippy1981 ferventcoder</owners>
Expand All @@ -23,7 +23,7 @@
- Scriptable interaction with the target - using Nmap Scripting Engine (NSE) and Lua programming language.

]]></description>
<releaseNotes>https://nmap.org/changelog.html#7.92</releaseNotes>
<releaseNotes>https://nmap.org/changelog.html#7.93</releaseNotes>
<copyright>Copyright 1996-2016</copyright>
<tags>nmap foss cross-platform port scanner network infosec</tags>
<docsUrl>https://nmap.org/docs.html</docsUrl>
Expand Down
2 changes: 1 addition & 1 deletion automatic/nmap/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\nmap-7.92-setup.exe"
file = "$toolsPath\nmap-7.93-setup.exe"

softwareName = 'NMap*'

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/v9.0.0343/gvim_9.0.0343_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.0343/gvim_9.0.0343_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.0354/gvim_9.0.0354_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.0354/gvim_9.0.0354_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: 6CB8697E86A7A321C2782A305CFFF97400CD8D99D5F5469CA688D69A55C57340
checksum64: DA4FED0E9936FAE75EC5F8D11B95D8ED627994A0184782B4AA0795AB38F13B22
checksum32: B1F3E787F56CC8B9715445CC73620F94BB9B828DBC9C6232FE6671A19570974A
checksum64: ABD76F246433A624A0EC174E5618F1A781E1D6009698ED487DF5E6D03F5E28D0
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_9.0.0343_x86.zip"
file64 = "$toolsDir\gvim_9.0.0343_x64.zip"
file = "$toolsDir\gvim_9.0.0354_x86.zip"
file64 = "$toolsDir\gvim_9.0.0354_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>9.0.0343</version>
<version>9.0.0354</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, 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/virtualbox/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ $silentArgs += if ($pp.NoRegister) { 'VBOX_REGISTERFILEEXTENSIONS=0';
$packageArgs = @{
packageName = 'virtualbox'
fileType = 'EXE'
url = 'https://download.virtualbox.org/virtualbox/6.1.36/VirtualBox-6.1.36-152435-Win.exe'
url64bit = 'https://download.virtualbox.org/virtualbox/6.1.36/VirtualBox-6.1.36-152435-Win.exe'
checksum = '689e43fc3ef4909d2088a0c930a8803dcdede03fec0f0f9d9f3b19336a12bfbc'
checksum64 = '689e43fc3ef4909d2088a0c930a8803dcdede03fec0f0f9d9f3b19336a12bfbc'
url = 'https://download.virtualbox.org/virtualbox/6.1.38/VirtualBox-6.1.38-153438-Win.exe'
url64bit = 'https://download.virtualbox.org/virtualbox/6.1.38/VirtualBox-6.1.38-153438-Win.exe'
checksum = 'e987f1705d8779959320a4d968be53d98dd5389425ebc66292a1b1d5241153f7'
checksum64 = 'e987f1705d8779959320a4d968be53d98dd5389425ebc66292a1b1d5241153f7'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = $silentArgs
Expand All @@ -39,8 +39,8 @@ if ($pp.ExtensionPack) {
Write-Host "Installing extension pack"
Write-Warning "*** THIS IS A COMMERCIAL EXTENSION AND CAN INCURE SIGNIFICANT FINANCIAL COSTS ***"

$url_ep = 'https://download.virtualbox.org/virtualbox/6.1.36/Oracle_VM_VirtualBox_Extension_Pack-6.1.36.vbox-extpack'
$checksum_ep = '316e7ce8bd5d1dd1f383ad61f209bd6dd30da45c86f9e37e653b8eb6f1428956'
$url_ep = 'https://download.virtualbox.org/virtualbox/6.1.38/Oracle_VM_VirtualBox_Extension_Pack-6.1.38.vbox-extpack'
$checksum_ep = '052f26cf8c619b1aa0cad94c05ece0c1ae326248b4746c95e1deb0729ae4417a'
$file_path_ep = (Get-PackageCacheLocation) + '\' + ($url_ep -split '/' | Select-Object -Last 1)
Get-ChocolateyWebFile `
-PackageName 'virtualbox-extensionpack' `
Expand Down
2 changes: 1 addition & 1 deletion automatic/virtualbox/virtualbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"4.2": "4.2.36",
"4.3": "4.3.40",
"6.0": "6.0.24",
"6.1": "6.1.36"
"6.1": "6.1.38"
}
2 changes: 1 addition & 1 deletion automatic/virtualbox/virtualbox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>virtualbox</id>
<title>VirtualBox</title>
<version>6.1.36</version>
<version>6.1.38</version>
<authors>Oracle Corporation</authors>
<owners>chocolatey-community, Rob Reynolds, Mike Dellanoce</owners>
<summary>VirtualBox is a general-purpose full virtualizer for x86 hardware, targeted at server, desktop and embedded use.</summary>
Expand Down
10 changes: 5 additions & 5 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.70.2'
$version = '1.71.0'
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/e4503b30fc78200f846c62cf8091b76ff5547662/VSCodeSetup-ia32-1.70.2.exe'
url64bit = 'https://az764295.vo.msecnd.net/stable/e4503b30fc78200f846c62cf8091b76ff5547662/VSCodeSetup-x64-1.70.2.exe'
url = 'https://az764295.vo.msecnd.net/stable/784b0177c56c607789f9638da7b6bf3230d47a8c/VSCodeSetup-ia32-1.71.0.exe'
url64bit = 'https://az764295.vo.msecnd.net/stable/784b0177c56c607789f9638da7b6bf3230d47a8c/VSCodeSetup-x64-1.71.0.exe'

softwareName = "$softwareName"

checksum = '42abb46b8d15fdbadb358d11df4b09171646463191be0f629cdba0d723227efc'
checksum = '5a0a0b053bf099507bb50c2c9fa7a8133c0286969cf94811853a3e8d01de00ad'
checksumType = 'sha256'
checksum64 = 'd4808bbcc8de7879eb84b8dfcbd23542e3e38502690c299078a497d23839e625'
checksum64 = 'fa573edf879ba238ee8d1c007f6eeef2e2f7270c67a839699624082c88e33d7f'
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
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.70.2</version>
<version>1.71.0</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com</projectUrl>
Expand Down

0 comments on commit f2b71c0

Please sign in to comment.