Skip to content

Commit

Permalink
AU: 5 updated - chromium etcd GoogleChrome openshift-cli vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Sep 11, 2024
1 parent 096ef36 commit 608d6a7
Show file tree
Hide file tree
Showing 14 changed files with 39 additions and 39 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": "130.0.6710.0-snapshots",
"snapshots": "130.0.6711.0-snapshots",
"stable": "128.0.6613.120"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>130.0.6710.0-snapshots</version>
<version>130.0.6711.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1353243/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1353611/mini_installer.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
checksum64: FDAE13BAEEFDEB7DEF366391036A13E92AD9C8F2B0ED6BC55CFC5A3940B7D0C1
checksum64: 2DD63FA7986D94591C3D9260E23D8B58A604276A03BDF492619A99127153FE73

The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
6 changes: 3 additions & 3 deletions automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion automatic/etcd/etcd.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
24 changes: 12 additions & 12 deletions automatic/etcd/etcd.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>etcd</id>
<version>3.5.15</version>
<version>3.5.16</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/etcd</packageSourceUrl>
<owners>chocolatey-community,dgalbraith,Andrei Bejenaru,Robert Labrie</owners>
<title>etcd (Install)</title>
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -108,13 +108,13 @@ etcd uses [`gcr.io/etcd-development/etcd`](https://gcr.io/etcd-development/etcd)

```bash
rm -rf /tmp/etcd-data.tmp &amp;&amp; mkdir -p /tmp/etcd-data.tmp &amp;&amp; \
docker rmi gcr.io/etcd-development/etcd:v3.5.15 || true &amp;&amp; \
docker rmi gcr.io/etcd-development/etcd:v3.5.16 || true &amp;&amp; \
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 \
Expand All @@ -129,12 +129,12 @@ rm -rf /tmp/etcd-data.tmp &amp;&amp; mkdir -p /tmp/etcd-data.tmp &amp;&amp; \
--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
```</releaseNotes>
<dependencies>
<dependency id="nssm" version="2.24.101" />
Expand Down
6 changes: 3 additions & 3 deletions automatic/etcd/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 have been downloaded from the listed download
location on <https://github.com/etcd-io/etcd/releases/tag/v3.5.15>
location on <https://github.com/etcd-io/etcd/releases/tag/v3.5.16>
and can be verified by doing the following:

1. Download the following:
software: <https://github.com/etcd-io/etcd/releases/download/v3.5.15/etcd-v3.5.15-windows-amd64.zip>
software: <https://github.com/etcd-io/etcd/releases/download/v3.5.16/etcd-v3.5.16-windows-amd64.zip>

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: sha256
checksum: 7281C271593895CFCBACD8F6AB6776B89E187A3D0E6783D6530DEE77CAB5FC9C
checksum: AED7F7C53577E14D12ADBBDDB1A81FAED2F1FF2EACC0ADE52C093B35EDA7EF38

The file 'LICENSE.txt' has been obtained from <https://github.com/etcd-io/etcd/commit/3381177341c11aa9d89b6172699d64ddc2146a11/LICENSE>
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>128.0.6613.120</version>
<version>128.0.6613.138</version>
<title>Google Chrome</title>
<owners>chocolatey-community</owners>
<authors>Google LLC.</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 = '128.0.6613.120'
$version = '128.0.6613.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/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`""
Expand Down
6 changes: 3 additions & 3 deletions automatic/openshift-cli/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 have been downloaded from the listed download
location on <https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.16.9>
location on <https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.16.10>
and can be verified by doing the following:

1. Download the following:
software: <https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.16.9/openshift-client-windows-4.16.9.zip>
software: <https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.16.10/openshift-client-windows-4.16.10.zip>

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: 9FDB329B0C48ADA60A05C5F1C5B5D3264A973C87BF19C469B890FE99F627EADC
checksum: 3D4915E27B34DEAED32E83762B89FD66F34E28552054A51CDECAFE454A2DAB0E

The file 'LICENSE.txt' has been obtained from <https://github.com/openshift/origin/blob/6366485d06c43fd526899510f02582484da25519/LICENSE>
4 changes: 2 additions & 2 deletions automatic/openshift-cli/openshift-cli.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>openshift-cli</id>
<version>4.16.9</version>
<version>4.16.10</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/openshift-cli</packageSourceUrl>
<owners>chocolatey-community,Andrei Bejenaru</owners>
<title>OpenShift Command Line Interface (CLI)</title>
Expand Down Expand Up @@ -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.**
]]></description>
<releaseNotes>https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.16.9</releaseNotes>
<releaseNotes>https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.16.10</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
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/v9.1.0724/gvim_9.1.0724_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0724/gvim_9.1.0724_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0727/gvim_9.1.0727_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0727/gvim_9.1.0727_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: 3F06856FF348E0044D73CFADDA26F114AF724D036516966A79186E345C6C5CBA
checksum64: D077528C8483D31930822FC2318B4C8FCB0457316C54F9F472D39132611689ED
checksum32: 71B10B5E44EAC9C8C2B7345439EE8EF7CE4B9BE35D4415B7F6FBDAF18BE195A5
checksum64: 5A00039A61499B6CAB2C2E7E157DE89BF4568DA5996E8F9B10C669AA59840CFC
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_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 = @{
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>9.1.0724</version>
<version>9.1.0727</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, Rob Reynolds</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 608d6a7

Please sign in to comment.