Skip to content

Commit

Permalink
AU: 4 updated - googlechromebeta Minikube msys2 vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Sep 4, 2020
1 parent 0193ea1 commit 3630fd5
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 19 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>85.0.4183.83-beta</version>
<version>86.0.4240.22-beta</version>
<title>Google Chrome Beta</title>
<owners>chocolatey,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 = '85.0.4183.83-beta'
$version = '86.0.4240.22-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 = 'e47da33bcf2e542c80157be36bca3d4e0b2842f46a93cf2916dc5bdc0c853172'
checksum64 = '7f56f1ea4d18a9d76d35b32039f316c2ebeae971fb66b6d3df19370389607409'
checksum = 'cb09d77ba2e3d1812c2a5470a61bd23bb069785b04e2bee02575de969b9b6a07'
checksum64 = 'd43fafb5457c229a3ade40a79c2ef6a0e99085ef64ba380c6e6cefea979bf286'
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/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.12.3>, Distribution section
location on <https://github.com/kubernetes/minikube/releases/tag/v1.13.0>, Distribution section
and can be verified by doing the following:

1. Download the following:
software: <https://storage.googleapis.com/minikube/releases/v1.12.3/minikube-windows-amd64.exe>
software: <https://storage.googleapis.com/minikube/releases/v1.13.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: 994E7A232C57B6B917C20AD2E40E88A6B8E80E057212B14DEF3307E4B22EBBE6
checksum: 969121A5E932D279451D777FB7A844835949E00F2004D3F92F027AE86DC3ACB1

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.12.3</version>
<version>1.13.0</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/minikube</packageSourceUrl>
<owners>chocolatey,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.12.3/CHANGELOG.md</releaseNotes>
<releaseNotes>https://github.com/kubernetes/minikube/blob/v1.13.0/CHANGELOG.md</releaseNotes>
<dependencies>
<dependency id="kubernetes-cli" />
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions automatic/msys2/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ Package can be verified like this:

1. Go to

x64: https://github.com/msys2/msys2-installer/releases/download/nightly-x86_64/msys2-base-x86_64-20200816.tar.xz
x64: https://github.com/msys2/msys2-installer/releases/download/2020-09-03/msys2-base-x86_64-20200903.tar.xz

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'

checksum64: A4E0DDFC1C293D051F839025C9EADB0D3179FAD2C1B3C735E343C3DEBE3ED1DE
checksum64: 9D5700A2A8148837BD3869F4940F53D2E46EBFA4148DE35C21CA49BF2C239F27

File 'LICENSE.txt' is obtained from:
https://raw.githubusercontent.com/Alexpux/MSYS2-packages/master/LICENSE
Expand Down
2 changes: 1 addition & 1 deletion automatic/msys2/msys2.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>msys2</id>
<version>20200816.0.0</version>
<version>20200903.0.0</version>
<title>MSYS2</title>
<authors>Alexpux, martell, mingwandroid, elieux, renatosilva, niXman</authors>
<owners>chocolatey, userzimmermann, petemounce</owners>
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.1578/gvim_8.2.1578_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.1578/gvim_8.2.1578_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.1584/gvim_8.2.1584_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.1584/gvim_8.2.1584_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: 165FB22DBE6B311ED5BC1C83D2D8D19A871641DA7F6F88E2B62E486FCF6CC503
checksum64: 21F9F6D78887FA3E7BDB1A6ADAB615A3BFDEA5CAB4816515124C25D92CD98C4B
checksum32: 7025F9C846EF90249F465AA482EEA132FE6071C2830E95A24942E056C16DC9B2
checksum64: D4DBFCDF8FAC804DFA4CB3F6292B7BCBBE2F9AC787FDEC0E50B164A5184C79AF
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.1578_x86.zip"
file64 = "$toolsDir\gvim_8.2.1578_x64.zip"
file = "$toolsDir\gvim_8.2.1584_x86.zip"
file64 = "$toolsDir\gvim_8.2.1584_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.1578</version>
<version>8.2.1584</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 3630fd5

Please sign in to comment.