From 608d6a7648e1d52c02a3671fd70c25de7f8b7ff5 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Wed, 11 Sep 2024 00:22:12 +0000 Subject: [PATCH] AU: 5 updated - chromium etcd GoogleChrome openshift-cli vim [skip ci] https://gist.github.com/choco-bot/a14b1e5bfaf70839b338eb1ab7f8226f/2fb2b7aacb2e5cdd2d37b4e35113b6a74d91fd6c --- automatic/chromium/chromium.json | 2 +- automatic/chromium/chromium.nuspec | 2 +- automatic/chromium/legal/VERIFICATION.txt | 4 ++-- .../chromium/tools/chocolateyInstall.ps1 | 6 ++--- automatic/etcd/etcd.json | 2 +- automatic/etcd/etcd.nuspec | 24 +++++++++---------- automatic/etcd/legal/VERIFICATION.txt | 6 ++--- automatic/googlechrome/googlechrome.nuspec | 2 +- .../googlechrome/tools/chocolateyInstall.ps1 | 6 ++--- .../openshift-cli/legal/VERIFICATION.txt | 6 ++--- automatic/openshift-cli/openshift-cli.nuspec | 4 ++-- automatic/vim/legal/VERIFICATION.txt | 8 +++---- automatic/vim/tools/chocolateyinstall.ps1 | 4 ++-- automatic/vim/vim.nuspec | 2 +- 14 files changed, 39 insertions(+), 39 deletions(-) diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 3860b4a22bc..9f54a3f1299 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "130.0.6710.0-snapshots", + "snapshots": "130.0.6711.0-snapshots", "stable": "128.0.6613.120" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index bab4c9e985b..a2173ab5871 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 130.0.6710.0-snapshots + 130.0.6711.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 1b46dbccda2..acc347065e5 100644 --- a/automatic/chromium/legal/VERIFICATION.txt +++ b/automatic/chromium/legal/VERIFICATION.txt @@ -7,13 +7,13 @@ location on (the listed mirrors and can be verified by doing the following: 1. Download the following: - 64-Bit software: + 64-Bit software: 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 - checksum64: FDAE13BAEEFDEB7DEF366391036A13E92AD9C8F2B0ED6BC55CFC5A3940B7D0C1 + checksum64: 2DD63FA7986D94591C3D9260E23D8B58A604276A03BDF492619A99127153FE73 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 6bd18f8f36e..565e4286e33 100644 --- a/automatic/chromium/tools/chocolateyInstall.ps1 +++ b/automatic/chromium/tools/chocolateyInstall.ps1 @@ -2,7 +2,7 @@ $toolsDir = Split-Path -Parent $MyInvocation.MyCommand.Definition . (Join-Path $toolsDir 'helper.ps1') -$version = '130.0.6710.0-snapshots' +$version = '130.0.6711.0-snapshots' $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string @@ -15,8 +15,8 @@ if (Test-Path $Chromium) { $packageArgs = @{ packageName = 'chromium' - url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1353241/mini_installer.exe' - checksum = 'C848A5E57FA90543F3165789033D44E95E4C2B9FDAA34DA36CC2BA3B088FC45F' + url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1353615/mini_installer.exe' + checksum = 'CB32B43398B9D2164987327A0465152ED2856A2D637AFB5A018B32A6108A992D' checksumType = 'sha256' file64 = "$toolsdir\chromium_x64.exe" fileType = 'exe' diff --git a/automatic/etcd/etcd.json b/automatic/etcd/etcd.json index c5d318eb1c3..eba0a243257 100644 --- a/automatic/etcd/etcd.json +++ b/automatic/etcd/etcd.json @@ -6,6 +6,6 @@ "3.2": "3.2.32", "3.3": "3.3.27", "3.4": "3.4.33", - "3.5": "3.5.15", + "3.5": "3.5.16", "3.6": "3.6.0-alpha0" } diff --git a/automatic/etcd/etcd.nuspec b/automatic/etcd/etcd.nuspec index 81318e7ed02..7b4ba792503 100644 --- a/automatic/etcd/etcd.nuspec +++ b/automatic/etcd/etcd.nuspec @@ -3,7 +3,7 @@ etcd - 3.5.15 + 3.5.16 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/etcd chocolatey-community,dgalbraith,Andrei Bejenaru,Robert Labrie etcd (Install) @@ -52,7 +52,7 @@ For installation guides, please check out [play.etcd.io](http://play.etcd.io) an ###### Linux ```bash -ETCD_VER=v3.5.15 +ETCD_VER=v3.5.16 # choose either URL GOOGLE_URL=https://storage.googleapis.com/etcd @@ -83,7 +83,7 @@ rm -f /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz ###### macOS (Darwin) ```bash -ETCD_VER=v3.5.15 +ETCD_VER=v3.5.16 # choose either URL GOOGLE_URL=https://storage.googleapis.com/etcd @@ -108,13 +108,13 @@ etcd uses [`gcr.io/etcd-development/etcd`](https://gcr.io/etcd-development/etcd) ```bash rm -rf /tmp/etcd-data.tmp && mkdir -p /tmp/etcd-data.tmp && \ - docker rmi gcr.io/etcd-development/etcd:v3.5.15 || true && \ + docker rmi gcr.io/etcd-development/etcd:v3.5.16 || true && \ docker run \ -p 2379:2379 \ -p 2380:2380 \ --mount type=bind,source=/tmp/etcd-data.tmp,destination=/etcd-data \ - --name etcd-gcr-v3.5.15 \ - gcr.io/etcd-development/etcd:v3.5.15 \ + --name etcd-gcr-v3.5.16 \ + gcr.io/etcd-development/etcd:v3.5.16 \ /usr/local/bin/etcd \ --name s1 \ --data-dir /etcd-data \ @@ -129,12 +129,12 @@ rm -rf /tmp/etcd-data.tmp && mkdir -p /tmp/etcd-data.tmp && \ --logger zap \ --log-outputs stderr -docker exec etcd-gcr-v3.5.15 /usr/local/bin/etcd --version -docker exec etcd-gcr-v3.5.15 /usr/local/bin/etcdctl version -docker exec etcd-gcr-v3.5.15 /usr/local/bin/etcdutl version -docker exec etcd-gcr-v3.5.15 /usr/local/bin/etcdctl endpoint health -docker exec etcd-gcr-v3.5.15 /usr/local/bin/etcdctl put foo bar -docker exec etcd-gcr-v3.5.15 /usr/local/bin/etcdctl get foo +docker exec etcd-gcr-v3.5.16 /usr/local/bin/etcd --version +docker exec etcd-gcr-v3.5.16 /usr/local/bin/etcdctl version +docker exec etcd-gcr-v3.5.16 /usr/local/bin/etcdutl version +docker exec etcd-gcr-v3.5.16 /usr/local/bin/etcdctl endpoint health +docker exec etcd-gcr-v3.5.16 /usr/local/bin/etcdctl put foo bar +docker exec etcd-gcr-v3.5.16 /usr/local/bin/etcdctl get foo ``` diff --git a/automatic/etcd/legal/VERIFICATION.txt b/automatic/etcd/legal/VERIFICATION.txt index 690bdacef9a..8df1ba0e02c 100644 --- a/automatic/etcd/legal/VERIFICATION.txt +++ b/automatic/etcd/legal/VERIFICATION.txt @@ -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 have been downloaded from the listed download -location on +location on and can be verified by doing the following: 1. Download the following: - software: + software: 2. Get the checksum using one of the following methods: - Using powershell function 'Get-FileHash' @@ -17,6 +17,6 @@ and can be verified by doing the following: 3. The checksums should match the following: checksum type: sha256 - checksum: 7281C271593895CFCBACD8F6AB6776B89E187A3D0E6783D6530DEE77CAB5FC9C + checksum: AED7F7C53577E14D12ADBBDDB1A81FAED2F1FF2EACC0ADE52C093B35EDA7EF38 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/googlechrome/googlechrome.nuspec b/automatic/googlechrome/googlechrome.nuspec index ec92f4f3ef9..074de141dd1 100644 --- a/automatic/googlechrome/googlechrome.nuspec +++ b/automatic/googlechrome/googlechrome.nuspec @@ -3,7 +3,7 @@ GoogleChrome - 128.0.6613.120 + 128.0.6613.138 Google Chrome chocolatey-community Google LLC. diff --git a/automatic/googlechrome/tools/chocolateyInstall.ps1 b/automatic/googlechrome/tools/chocolateyInstall.ps1 index 671c16f21aa..6160a23c9ed 100644 --- a/automatic/googlechrome/tools/chocolateyInstall.ps1 +++ b/automatic/googlechrome/tools/chocolateyInstall.ps1 @@ -1,7 +1,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition . $toolsPath\helpers.ps1 -$version = '128.0.6613.120' +$version = '128.0.6613.138' if ($version -eq (Get-ChromeVersion)) { Write-Host "Google Chrome $version is already installed." return @@ -12,8 +12,8 @@ $packageArgs = @{ fileType = 'MSI' url = 'https://dl.google.com/dl/chrome/install/googlechromestandaloneenterprise.msi' url64bit = 'https://dl.google.com/dl/chrome/install/googlechromestandaloneenterprise64.msi' - checksum = 'b68d2f3fb06b997a782e7da8e564c483b0286eaa5996409413f55e4d8c698bfd' - checksum64 = '6d6a2cce9e669e756f9071783370694f134c45c4ab44b750db15a6308043732d' + checksum = '03fc86d5d0a6db8f14267fa13cd6b44dbd791c949da043641ee6ceeee79846e9' + checksum64 = '5235ecddab584bcedb1268b327734af5408d827a2a532cac98ec5920e692ed4b' checksumType = 'sha256' checksumType64 = 'sha256' silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" diff --git a/automatic/openshift-cli/legal/VERIFICATION.txt b/automatic/openshift-cli/legal/VERIFICATION.txt index 248859b03e7..61910bdc91e 100644 --- a/automatic/openshift-cli/legal/VERIFICATION.txt +++ b/automatic/openshift-cli/legal/VERIFICATION.txt @@ -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 have been downloaded from the listed download -location on +location on and can be verified by doing the following: 1. Download the following: - software: + software: 2. Get the checksum using one of the following methods: - Using powershell function 'Get-FileHash' @@ -17,6 +17,6 @@ and can be verified by doing the following: 3. The checksums should match the following: checksum type: - checksum: 9FDB329B0C48ADA60A05C5F1C5B5D3264A973C87BF19C469B890FE99F627EADC + checksum: 3D4915E27B34DEAED32E83762B89FD66F34E28552054A51CDECAFE454A2DAB0E The file 'LICENSE.txt' has been obtained from diff --git a/automatic/openshift-cli/openshift-cli.nuspec b/automatic/openshift-cli/openshift-cli.nuspec index 944cea3e67c..011676c8122 100644 --- a/automatic/openshift-cli/openshift-cli.nuspec +++ b/automatic/openshift-cli/openshift-cli.nuspec @@ -3,7 +3,7 @@ openshift-cli - 4.16.9 + 4.16.10 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/openshift-cli chocolatey-community,Andrei Bejenaru OpenShift Command Line Interface (CLI) @@ -45,7 +45,7 @@ Origin is the upstream community project that powers OpenShift. Built around a c * Windows support is limited to 64bit systems. * **If the package is out of date please check [Version History](#versionhistory) for the latest submitted version. If you have a question, please ask it in [Chocolatey Community Package Discussions](https://github.com/chocolatey-community/chocolatey-packages/discussions) or raise an issue on the [Chocolatey Community Packages Repository](https://github.com/chocolatey-community/chocolatey-packages/issues) if you have problems with the package. Disqus comments will generally not be responded to.** ]]> - https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.16.9 + https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.16.10 diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index 30fe3204db8..5d8edd3026c 100644 --- a/automatic/vim/legal/VERIFICATION.txt +++ b/automatic/vim/legal/VERIFICATION.txt @@ -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: - 64-Bit: + 32-Bit: + 64-Bit: 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: 3F06856FF348E0044D73CFADDA26F114AF724D036516966A79186E345C6C5CBA - checksum64: D077528C8483D31930822FC2318B4C8FCB0457316C54F9F472D39132611689ED + checksum32: 71B10B5E44EAC9C8C2B7345439EE8EF7CE4B9BE35D4415B7F6FBDAF18BE195A5 + checksum64: 5A00039A61499B6CAB2C2E7E157DE89BF4568DA5996E8F9B10C669AA59840CFC diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index 91eff189fbb..0b22bf1dbff 100644 --- a/automatic/vim/tools/chocolateyinstall.ps1 +++ b/automatic/vim/tools/chocolateyinstall.ps1 @@ -9,8 +9,8 @@ $installDir = Get-InstallDir $packageArgs = @{ packageName = $env:ChocolateyPackageName unzipLocation = $installDir - file = "$toolsDir\gvim_9.1.0724_x86.zip" - file64 = "$toolsDir\gvim_9.1.0724_x64.zip" + file = "$toolsDir\gvim_9.1.0727_x86.zip" + file64 = "$toolsDir\gvim_9.1.0727_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index acf513546d1..3588826103a 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 9.1.0724 + 9.1.0727 Bram Moolenaar, Vim Community chocolatey-community, Rob Reynolds 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.