Skip to content

Commit

Permalink
AU: 5 updated - keeweb Minikube nodejs nodejs.install vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Dec 18, 2020
1 parent 1bfcf23 commit 31f3d48
Show file tree
Hide file tree
Showing 14 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion automatic/keeweb/keeweb.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<metadata>
<id>keeweb</id>
<title>KeeWeb</title>
<version>1.16.3</version>
<version>1.16.4</version>
<authors>antelle</authors>
<owners>chocolatey-community,wget</owners>
<summary>Free cross-platform password manager compatible with KeePass</summary>
Expand Down
10 changes: 5 additions & 5 deletions automatic/keeweb/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@ VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The installer have been downloaded from the Github release page <https://github.com/keeweb/keeweb/releases/tag/v1.16.3>
The installer have been downloaded from the Github release page <https://github.com/keeweb/keeweb/releases/tag/v1.16.4>
and can be verified like this:

1. Download the following installers:
32-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.16.3/KeeWeb-1.16.3.win.ia32.exe>
64-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.16.3/KeeWeb-1.16.3.win.x64.exe>
32-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.16.4/KeeWeb-1.16.4.win.ia32.exe>
64-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.16.4/KeeWeb-1.16.4.win.x64.exe>
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: 22564E8C08659794C91EC9AD16E63871B7315BCDA5C3A54AFC3F3963496B61DE
checksum64: B083D8A6A80AF5F229BA3CEA1ADABEC146B2934BDDE37A64EE41B39387D41576
checksum32: 363ACC09E767A003274CFD6FC4754774709B9AF7E5E34E9D73D4C383177AD427
checksum64: 8AF22A97F33CD44E8E647DAA6E4D131AB06005227B57E429C7C78595CD97C1FA

File 'LICENSE.txt' is obtained from <https://github.com/keeweb/keeweb/blob/62ea631269794ca6f91d6ad3dc3a5e2fb12f1b6a/LICENSE>
4 changes: 2 additions & 2 deletions automatic/keeweb/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = 'keeweb'
fileType = 'exe'
file = "$toolsPath\KeeWeb-1.16.3.win.ia32.exe"
file64 = "$toolsPath\KeeWeb-1.16.3.win.x64.exe"
file = "$toolsPath\KeeWeb-1.16.4.win.ia32.exe"
file64 = "$toolsPath\KeeWeb-1.16.4.win.x64.exe"
softwareName = 'keeweb*'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
6 changes: 3 additions & 3 deletions automatic/minikube/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The embedded software has been downloaded from the listed Google Cloud Storage download
location on <https://github.com/kubernetes/minikube/releases/tag/v1.15.1>, Distribution section
location on <https://github.com/kubernetes/minikube/releases/tag/v1.16.0>, Distribution section
and can be verified by doing the following:

1. Download the following:
software: <https://storage.googleapis.com/minikube/releases/v1.15.1/minikube-windows-amd64.exe>
software: <https://storage.googleapis.com/minikube/releases/v1.16.0/minikube-windows-amd64.exe>

2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
Expand All @@ -17,6 +17,6 @@ and can be verified by doing the following:
3. The checksums should match the following:

checksum type:
checksum: 89E34D6137BBA7A59B74E138AF28746B883BB605CBF2D37C1FF29DCE008050E8
checksum: 8928AD4DDCBCF203BF688BE6FAC826D12483116B4AC0625F28DBB8AB6A278979

The file 'LICENSE.txt' has been obtained from <https://github.com/kubernetes/minikube/blob/9cf84c2acdd84b98349dce91aac76a933d4ea388/LICENSE>
4 changes: 2 additions & 2 deletions automatic/minikube/minikube.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>Minikube</id>
<version>1.15.1</version>
<version>1.16.0</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/minikube</packageSourceUrl>
<owners>chocolatey-community,Andrei Bejenaru</owners>
<title>Minikube: Run Kubernetes locally</title>
Expand Down Expand Up @@ -34,7 +34,7 @@ Minikube supports Kubernetes features such as:
#### Note: Windows support is limited to 64bit systems.
]]></description>
<releaseNotes>https://github.com/kubernetes/minikube/blob/v1.15.1/CHANGELOG.md</releaseNotes>
<releaseNotes>https://github.com/kubernetes/minikube/blob/v1.16.0/CHANGELOG.md</releaseNotes>
<dependencies>
<dependency id="kubernetes-cli" />
</dependencies>
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.15.2/node-v14.15.2-x86.msi>
64-Bit: <https://nodejs.org/dist/v14.15.2/node-v14.15.2-x64.msi>
32-Bit: <https://nodejs.org/dist/v14.15.3/node-v14.15.3-x86.msi>
64-Bit: <https://nodejs.org/dist/v14.15.3/node-v14.15.3-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: 2ADFA32E0C0E5A82CAE92A509750E49AC8AA16CDA6E91677D73D72E72B37CCF2
checksum64: 1CE38EBB35CCA0B926776B98F1C74C88D096A34978C2CAB33EE15996923C7832
checksum32: BE531A3059F6FDD437C942FC0C936452D551738C160C0467B4B7C9E783C17B30
checksum64: 36394F96A7E0266930AC7F6EC6602437F6FF9748500D80386E75FC0649D49C06

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,6 +9,6 @@
"5": "5.12.0",
"7": "7.10.1",
"13": "13.14.0",
"14": "14.15.2",
"14": "14.15.3",
"15": "15.4.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.15.2</version>
<version>14.15.3</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-v14.15.2-x86.msi"
$filePath64 = "$toolsPath\node-v14.15.2-x64.msi"
$filePath32 = "$toolsPath\node-v14.15.3-x86.msi"
$filePath64 = "$toolsPath\node-v14.15.3-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,6 +9,6 @@
"5": "5.12.0",
"7": "7.10.1",
"13": "13.14.0",
"14": "14.15.2",
"14": "14.15.3",
"15": "15.4.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.15.2</version>
<version>14.15.3</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="[14.15.2]" />
<dependency id="nodejs.install" version="[14.15.3]" />
</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.2146/gvim_8.2.2146_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2146/gvim_8.2.2146_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2154/gvim_8.2.2154_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2154/gvim_8.2.2154_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: 8E3EBC05C1AC3E1946052394DD6364C49AE65D4A34454EE3EBF8A22027B4C68F
checksum64: CCEF25643B0330A33BD7FEF644DB9A6049869884C589D18C126D9BB965FB7942
checksum32: 260FD49521CECD8E4AE027C2CA27A1250BA8DEDDCE369B46667FB1AA50666627
checksum64: 5A1D52FDBFCC6CB4D111890B05D9BF2AB715119FB3B853515D5FAA935DA14228
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.2146_x86.zip"
file64 = "$toolsDir\gvim_8.2.2146_x64.zip"
file = "$toolsDir\gvim_8.2.2154_x86.zip"
file64 = "$toolsDir\gvim_8.2.2154_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.2146</version>
<version>8.2.2154</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 31f3d48

Please sign in to comment.