Skip to content

Commit

Permalink
AU: 5 updated - 1password nmap vim vscode vscode.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Oct 3, 2020
1 parent a840368 commit c648092
Show file tree
Hide file tree
Showing 12 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion automatic/1password/1password.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"OPW": "7.6.783",
"OPW": "7.6.785-BETA",
"OPW4": "4.6.2.626"
}
2 changes: 1 addition & 1 deletion automatic/1password/1password.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>1password</id>
<version>7.6.783</version>
<version>7.6.785-BETA</version>
<title>1Password</title>
<authors>AgileBits</authors>
<owners>chocolatey-community, AgileBits</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/1password/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://c.1password.com/dist/1P/win6/1PasswordSetup-7.6.783.exe'
url = 'https://c.1password.com/dist/1P/win6/1PasswordSetup-7.6.785-BETA.exe'
softwareName = '1Password*'
checksum = '56a1132b17ebe158d0b4a97304f6c86ea01c3ad93dfc516764e0adf3bb80095a'
checksum = '289c73f6f5c0e9e722a76766bb2bcf494b0915529fe9795ce54094fe8cf75aac'
checksumType = 'sha256'
silentArgs = "--silent"
validExitCodes = @(0)
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.80-setup.exe
x32: https://nmap.org/dist/nmap-7.90-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: 3B4D726BD366E7439367FA78A186DFA9B641D3B2AD354FD915581B6567480F94
checksum32: A402B3C7A4F0FBA8E046CE508B8048663D4F4F84B9D2EB87E9AE479541E043E0

Using AU:

Get-RemoteChecksum https://nmap.org/dist/nmap-7.80-setup.exe
Get-RemoteChecksum https://nmap.org/dist/nmap-7.90-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.80</version>
<version>7.90</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.80</releaseNotes>
<releaseNotes>https://nmap.org/changelog.html#7.90</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 @@ $toolsDir = Split-Path $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = 'nmap'
fileType = 'exe'
file = "$toolsDir\nmap-7.80-setup.exe"
file = "$toolsDir\nmap-7.90-setup.exe"
silentArgs = '/S'
validExitCodes = @(0, 1223)
}
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.2.1783/gvim_8.2.1783_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.1783/gvim_8.2.1783_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.1787/gvim_8.2.1787_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.1787/gvim_8.2.1787_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: A47DE3C13E5BE14D499A616D0703209D1F8861A5DB2A7DC956081E791ABF0B71
checksum64: 6C490303AE050C4F429EE79D81B2DEF2071469913C8716B3E5721F43A828FD69
checksum32: F5AE393C1EC0D4249176F1560A9069E43E44C5F964C2D2A1325ED7FA514F1161
checksum64: 4978AC1140F471DF33721E0E3C5A60605C37C35F149942054DD961F49E236E01
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.2.1783_x86.zip"
file64 = "$toolsDir\gvim_8.2.1783_x64.zip"
file = "$toolsDir\gvim_8.2.1787_x86.zip"
file64 = "$toolsDir\gvim_8.2.1787_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.2.1783</version>
<version>8.2.1787</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
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.49.2'
$version = '1.49.3'
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/e5e9e69aed6e1984f7499b7af85b3d05f9a6883a/VSCodeSetup-ia32-1.49.2.exe'
url64bit = 'https://az764295.vo.msecnd.net/stable/e5e9e69aed6e1984f7499b7af85b3d05f9a6883a/VSCodeSetup-x64-1.49.2.exe'
url = 'https://az764295.vo.msecnd.net/stable/2af051012b66169dde0c4dfae3f5ef48f787ff69/VSCodeSetup-ia32-1.49.3.exe'
url64bit = 'https://az764295.vo.msecnd.net/stable/2af051012b66169dde0c4dfae3f5ef48f787ff69/VSCodeSetup-x64-1.49.3.exe'

softwareName = "$softwareName"

checksum = '11e9194b59ef4bb1edd964acabba12b67e7f2114c2652949a6ed2062236f70c7'
checksum = '4b41b5f472b1b017b81e46b2259d6d1e3857b87ae1e64357e330a8077defe615'
checksumType = 'sha256'
checksum64 = '0d49771b69477caa989ed4644d20ba26d8bc55c4cee12d0a694268eb0742dea8'
checksum64 = 'faf7a88448ff7234f504b4d477a106b67f0cdf26f39b3757932ab871168b74ae'
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.49.2</version>
<version>1.49.3</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
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.49.2</version>
<version>1.49.3</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.49.2]" />
<dependency id="vscode.install" version="[1.49.3]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/Updates</releaseNotes>
</metadata>
Expand Down

0 comments on commit c648092

Please sign in to comment.