Skip to content

Commit

Permalink
AU: 5 updated - chromium mono nodejs nodejs.install vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Oct 8, 2020
1 parent 64841ad commit 030c749
Show file tree
Hide file tree
Showing 15 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"snapshots": "88.0.4286.0-snapshots",
"stable": "85.0.4183.121"
"stable": "86.0.4240.75"
}
4 changes: 2 additions & 2 deletions automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>88.0.4286.0-snapshots</version>
<title>Chromium Snapshots</title>
<version>86.0.4240.75</version>
<title>Chromium</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
<projectUrl>http://www.chromium.org/Home</projectUrl>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/814530/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/814532/mini_installer.exe>
32-Bit software: <https://github.com/Hibbiki/chromium-win32/releases/download/v86.0.4240.75-r800218/mini_installer.sync.exe>
64-Bit software: <https://github.com/Hibbiki/chromium-win64/releases/download/v86.0.4240.75-r800218/mini_installer.sync.exe>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum32: D31F4CEE33F2563D55046A5EE485BA84295D7298DD4AA73F9A3CAED97DE6BC8F
checksum64: 4C597AC4BD838E2607CF9852466124653326221F0CDCD5EA53FC0D10E3423195
checksum32: AF6299B548002035BA98D4798DF694C2997580AA8808AD349AC49144B1D3E975
checksum64: C9DAFC2972432FE12AF9C955E0A084FAB31CBEB85C5313ACD944B92E430D410A

The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
2 changes: 1 addition & 1 deletion automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "88.0.4286.0-snapshots"
$version = "86.0.4240.75"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
2 changes: 1 addition & 1 deletion automatic/mono/mono.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>mono</id>
<version>6.10.0.104</version>
<version>6.12.0.98</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/mono</packageSourceUrl>
<title>Mono</title>
<authors>Miguel de Icaza, other Mono committers</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/mono/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
url = 'https://download.mono-project.com/archive/6.10.0/windows-installer/mono-6.10.0.104-gtksharp-2.12.45-win32-0.msi'
url64bit = 'https://download.mono-project.com/archive/6.10.0/windows-installer/mono-6.10.0.104-x64-0.msi'
url = 'https://download.mono-project.com/archive/6.12.0/windows-installer/mono-6.12.0.98-gtksharp-2.12.45-win32-0.msi'
url64bit = 'https://download.mono-project.com/archive/6.12.0/windows-installer/mono-6.12.0.98-x64-0.msi'
softwareName = 'Mono for Windows*'
checksum = '8c681dbe0490da1a412c2d8674c16522927ee204707c34494c5538b4032465d5'
checksum = '01fb215a26f462d39c7add813289f1d371834ed2e2aea2148aff57e4d2ec23a0'
checksumType = 'sha256'
checksum64 = '8c52108ac8cff1bd045601bdfbc3e93419b8a53f123c5cf4d2e597b7416b2fbf'
checksum64 = '37d1d9b4a5d0590ead7b9c1f9f72b9b795271aa3fa3b409679222731ce83f849'
checksumType64 = 'sha256'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0, 3010, 1641)
Expand Down
8 changes: 4 additions & 4 deletions automatic/nodejs.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ in verifying that this package's contents are trustworthy.
The installer have been downloaded from GitHub and can be verified like this:

1. Download the following installers:
32-Bit: <https://nodejs.org/dist/v12.19.0/node-v12.19.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v12.19.0/node-v12.19.0-x64.msi>
32-Bit: <https://nodejs.org/dist/v14.13.1/node-v14.13.1-x86.msi>
64-Bit: <https://nodejs.org/dist/v14.13.1/node-v14.13.1-x64.msi>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: 3C1A3251EA8E9698B8563ECB90AC14FD83D5D8E5CD0E7CD2478E3670A9CF1E9C
checksum64: 5BD51BCC2017A1ACA716E7B07CAC5ED3E5AE0B475815F1EED084232CDF598004
checksum32: 49D9B8EC73340B3DE2B39B70EEFBCD63F5CD3BCF48A5C5A0369157F475C27DFC
checksum64: E1F62AFD3C56B529BC85DA3F4CEBC0CAC8ED2B46D4620226F018B47DF3772F17

File 'LICENSE.txt' is obtained from <https://github.com/nodejs/node/blob/03023fa7ae060c082a014f792d5d1f481a599460/LICENSE>
2 changes: 1 addition & 1 deletion automatic/nodejs.install/nodejs.install.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"5": "5.12.0",
"7": "7.10.1",
"13": "13.14.0",
"14": "14.13.0"
"14": "14.13.1"
}
2 changes: 1 addition & 1 deletion automatic/nodejs.install/nodejs.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>nodejs.install</id>
<title>Node JS (Install)</title>
<version>12.19.0</version>
<version>14.13.1</version>
<authors>Node.js Foundation</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>Node JS - Evented I/O for v8 JavaScript.</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/nodejs.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

$toolsPath = Split-Path $MyInvocation.MyCommand.Definition

$filePath32 = "$toolsPath\node-v12.19.0-x86.msi"
$filePath64 = "$toolsPath\node-v12.19.0-x64.msi"
$filePath32 = "$toolsPath\node-v14.13.1-x86.msi"
$filePath64 = "$toolsPath\node-v14.13.1-x64.msi"
$installFile = if ((Get-OSArchitectureWidth 64) -and $env:chocolateyForceX86 -ne 'true') {
Write-Host "Installing 64 bit version"; $filePath64 }
else { Write-Host "Installing 32 bit version"; $filePath32 }
Expand Down
2 changes: 1 addition & 1 deletion automatic/nodejs/nodejs.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"5": "5.12.0",
"7": "7.10.1",
"13": "13.14.0",
"14": "14.13.0"
"14": "14.13.1"
}
4 changes: 2 additions & 2 deletions automatic/nodejs/nodejs.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>nodejs</id>
<title>Node JS</title>
<version>12.19.0</version>
<version>14.13.1</version>
<authors>Node.js Foundation</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>Node JS - Evented I/O for v8 JavaScript.</summary>
Expand All @@ -28,7 +28,7 @@ While this package now provides both **Current** and **LTS** releases of Node.js
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@ba5adf020e09cd0e51107206ef3ec390035a6e90/icons/nodejs.png</iconUrl>
<dependencies>
<dependency id="nodejs.install" version="[12.19.0]" />
<dependency id="nodejs.install" version="[14.13.1]" />
</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.2.1807/gvim_8.2.1807_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.1807/gvim_8.2.1807_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.1812/gvim_8.2.1812_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.1812/gvim_8.2.1812_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: 408A8D6F04EE1C48A6CE7961ECFB6651F5652B58B6D5990C9664049C0FD1C79D
checksum64: D12FD8E41FC11015F4D2E55E626A0732001F0231EADED19B4FE1D5302BC68F7F
checksum32: 499998B2F8778A0EAC308E12538FF0CE46D705097AB5B56EFA3B0197344F5B4F
checksum64: 7CF89014C5C3674E14C408B4BBCF616E587DB22676F496C62B6F49F236555382
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.1807_x86.zip"
file64 = "$toolsDir\gvim_8.2.1807_x64.zip"
file = "$toolsDir\gvim_8.2.1812_x86.zip"
file64 = "$toolsDir\gvim_8.2.1812_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.1807</version>
<version>8.2.1812</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

0 comments on commit 030c749

Please sign in to comment.