Skip to content

Commit

Permalink
AU: 6 updated - freecad GoogleChrome nodejs nodejs.install poi vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed May 6, 2020
1 parent 8a3a1fa commit 2ac0d83
Show file tree
Hide file tree
Showing 17 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion automatic/freecad/freecad.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"stable": "0.18.4.980",
"portable": "0.18.4.980",
"dev": "0.19.0.20900-dev"
"dev": "0.19.0.20943-dev"
}
2 changes: 1 addition & 1 deletion automatic/freecad/freecad.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>freecad</id>
<version>0.19.0.20900-dev</version>
<version>0.19.0.20943-dev</version>
<title>FreeCAD</title>
<owners>chocolatey,purity</owners>
<authors>Jürgen Riegel</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/freecad/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ $packageArgs = @{
packageName = 'freecad'
fileType = '7z'
url = ''
url64 = 'https://github.com/FreeCAD/FreeCAD/releases/download/0.19_pre/FreeCAD_0.19.20900-Win-Conda_vc14.x-x86_64.7z'
url64 = 'https://github.com/FreeCAD/FreeCAD/releases/download/0.19_pre/FreeCAD_0.19.20943-Win-Conda_vc14.x-x86_64.7z'
softwareName = 'FreeCAD'
checksum = ''
checksumType = ''
checksum64 = 'B4701D83734D3C778E5708E8EE0FBE7D9E69D1C1717DE5EAB31BC2B987EC1915'
checksum64 = '1BD263BC1CEBAD9AEF2D3B1D34E1EF4B2A8DF2DE3B0575CCAB54A21897C63E0A'
checksumType64 = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/googlechrome/googlechrome.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>GoogleChrome</id>
<version>81.0.4044.129</version>
<version>81.0.4044.138</version>
<title>Google Chrome</title>
<owners>chocolatey</owners>
<authors>Google Inc.</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/googlechrome/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 = '81.0.4044.129'
$version = '81.0.4044.138'
if ($version -eq (Get-ChromeVersion)) {
Write-Host "Google Chrome $version is already installed."
return
Expand All @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'MSI'
url = 'https://dl.google.com/tag/s/dl/chrome/install/googlechromestandaloneenterprise.msi'
url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/googlechromestandaloneenterprise64.msi'
checksum = '415f98f46f77890624b52e63caf063ea7b8e16a7d465f79be9c2bb9e83f46df4'
checksum64 = 'd95c76182e7dcb3ad72ef2a02344634cc684de1a638662ee8bdd8815bed8c6f5'
checksum = '406e85678a287d1ffb64759ed700b84e09d0f17844d3b5f769582f3df318fe32'
checksum64 = '2566c802687c014aa7e89bce14de3cb7ed119da8a0374c9a7eb37b4bc3b0dc0a'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
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/v14.1.0/node-v14.1.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v14.1.0/node-v14.1.0-x64.msi>
32-Bit: <https://nodejs.org/dist/v14.2.0/node-v14.2.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v14.2.0/node-v14.2.0-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: 79E2B4D7225AEF7437B0371DBEC3BABA3F023D6A94749E82B63A4565D84879F9
checksum64: C4CE5BF1FDAC98D488266AA63901E3880D78A9F229F54715DEAFA65031604CF9
checksum32: 82A93917B3025575CE5436C5CBA7AEAD7876A89289F3ED189444A065D8B57324
checksum64: F855BA61FAD5BA16756B47038A1E4C5CB50685DBE2F5A1876C05FBC7300E6EA9

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.13.0",
"14": "14.1.0"
"14": "14.2.0"
}
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>14.1.0</version>
<version>14.2.0</version>
<authors>Node.js Foundation</authors>
<owners>chocolatey, 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-v14.1.0-x86.msi"
$filePath64 = "$toolsPath\node-v14.1.0-x64.msi"
$filePath32 = "$toolsPath\node-v14.2.0-x86.msi"
$filePath64 = "$toolsPath\node-v14.2.0-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.13.0",
"14": "14.1.0"
"14": "14.2.0"
}
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>14.1.0</version>
<version>14.2.0</version>
<authors>Node.js Foundation</authors>
<owners>chocolatey, 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="[14.1.0]" />
<dependency id="nodejs.install" version="[14.2.0]" />
</dependencies>
</metadata>
<files>
Expand Down
4 changes: 2 additions & 2 deletions automatic/poi/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ in verifying that this package's contents are trustworthy.
The installer have been downloaded from the github release page on <https://github.com/poooi/poi/releases>
and can be verified like this:

1. Go to <https://github.com/poooi/poi/releases/download/v10.6.0-beta.0/poi-setup-10.6.0-beta.0.exe>
1. Go to <https://github.com/poooi/poi/releases/download/v10.6.0-beta.1/poi-setup-10.6.0-beta.1.exe>
to download the installer
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
checksum: 636B9BCF8E27EC861BBB81C974B4969C9616A9C68D4D5B7B463B0849BF7C7808
checksum: 9FC56E6FABAABE9427B851DE61FE6DC8A297EE99E68DA48489265ADFE7FC0E2C

File 'LICENSE.txt' is obtained from <https://github.com/poooi/poi/blob/master/LICENSE>
4 changes: 2 additions & 2 deletions automatic/poi/poi.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>poi</id>
<version>10.6.0-beta0</version>
<version>10.6.0-beta1</version>
<owners>chocolatey, drelatgithub</owners>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/poi</packageSourceUrl>

Expand Down Expand Up @@ -39,7 +39,7 @@ More information could be obtained [here](https://github.com/poooi/poi/blob/mast
- Daily equipment improvement list for Akashi's Arsenal
- Multiple panels for other DMM games
]]></description>
<releaseNotes>https://github.com/poooi/poi/releases/tag/v10.6.0-beta.0</releaseNotes>
<releaseNotes>https://github.com/poooi/poi/releases/tag/v10.6.0-beta.1</releaseNotes>
</metadata>
<files>
<file src="legal\**" target="legal" />
Expand Down
2 changes: 1 addition & 1 deletion automatic/poi/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsDir\poi-setup-10.6.0-beta.0.exe"
file = "$toolsDir\poi-setup-10.6.0-beta.1.exe"

softwareName = 'poi*'

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.0695/gvim_8.2.0695_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0695/gvim_8.2.0695_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0701/gvim_8.2.0701_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0701/gvim_8.2.0701_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: 59194119BF2E42BEC6EBB7DB4026FD954CF147A0AA6E78DC798589952CF56E1D
checksum64: 7A08B6E14D7009C65F6F437172F1DD586537A4F3C41094B6C88FBCB4EC2E58D7
checksum32: 2D7D2188E035A9049C419617D243084CC664B971FB6F7F612504D7F35AFC5985
checksum64: FF3905F47E8CA016A9F3C7934BF281F98297B89A9A728B171955A54CB8070C58
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.0695_x86.zip"
file64 = "$toolsDir\gvim_8.2.0695_x64.zip"
file = "$toolsDir\gvim_8.2.0701_x86.zip"
file64 = "$toolsDir\gvim_8.2.0701_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.0695</version>
<version>8.2.0701</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

0 comments on commit 2ac0d83

Please sign in to comment.