From 804a6c9b6c915fed4e6dbec54e32b5ef8536e4ca Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Fri, 26 Apr 2024 00:23:33 +0000 Subject: [PATCH] AU: 8 updated - dropbox etcd GoogleChrome kubernetes-kompose ruby ruby.install ruby.portable smartftp [skip ci] https://gist.github.com/choco-bot/a14b1e5bfaf70839b338eb1ab7f8226f/fc8f54c90976bf005f3686ba36f74a6c958d490e --- automatic/dropbox/dropbox.json | 2 +- automatic/dropbox/dropbox.nuspec | 2 +- automatic/dropbox/tools/chocolateyinstall.ps1 | 10 +++---- automatic/etcd/etcd.json | 2 +- automatic/etcd/etcd.nuspec | 29 +++++++++---------- automatic/etcd/legal/VERIFICATION.txt | 6 ++-- automatic/googlechrome/googlechrome.nuspec | 2 +- .../googlechrome/tools/chocolateyInstall.ps1 | 6 ++-- .../kubernetes-kompose.nuspec | 2 +- .../kubernetes-kompose/legal/VERIFICATION.txt | 6 ++-- automatic/ruby.install/legal/VERIFICATION.txt | 10 +++---- automatic/ruby.install/ruby.install.json | 8 ++--- automatic/ruby.install/ruby.install.nuspec | 2 +- .../ruby.install/tools/chocolateyInstall.ps1 | 4 +-- .../ruby.portable/legal/VERIFICATION.txt | 10 +++---- automatic/ruby.portable/ruby.portable.json | 6 ++-- automatic/ruby.portable/ruby.portable.nuspec | 2 +- .../ruby.portable/tools/chocolateyInstall.ps1 | 4 +-- automatic/ruby/ruby.json | 8 ++--- automatic/ruby/ruby.nuspec | 4 +-- automatic/smartftp/smartftp.nuspec | 2 +- .../smartftp/tools/chocolateyInstall.ps1 | 2 +- 22 files changed, 63 insertions(+), 66 deletions(-) diff --git a/automatic/dropbox/dropbox.json b/automatic/dropbox/dropbox.json index 4e881ba01ac..608ac87d241 100644 --- a/automatic/dropbox/dropbox.json +++ b/automatic/dropbox/dropbox.json @@ -1,4 +1,4 @@ { "beta": "198.3.7526-beta", - "stable": "197.4.7571" + "stable": "197.4.7629" } diff --git a/automatic/dropbox/dropbox.nuspec b/automatic/dropbox/dropbox.nuspec index 28defec4ec2..9a9cfa36409 100644 --- a/automatic/dropbox/dropbox.nuspec +++ b/automatic/dropbox/dropbox.nuspec @@ -2,7 +2,7 @@ dropbox - 198.3.7526-beta + 197.4.7629 Dropbox Dropbox chocolatey-community,ferventcoder,the-running-dev diff --git a/automatic/dropbox/tools/chocolateyinstall.ps1 b/automatic/dropbox/tools/chocolateyinstall.ps1 index 673135cf912..1cd21370e65 100644 --- a/automatic/dropbox/tools/chocolateyinstall.ps1 +++ b/automatic/dropbox/tools/chocolateyinstall.ps1 @@ -4,7 +4,7 @@ if (!$PSScriptRoot) { } . "$PSScriptRoot\helper.ps1" -$version = '198.3.7526' +$version = '197.4.7629' if (!(IsVersionAlreadyInstalled $version)) { $stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) { $false } else { $true } @@ -13,10 +13,10 @@ if (!(IsVersionAlreadyInstalled $version)) { $packageArgs = @{ packageName = $env:ChocolateyPackageName softwareName = "Dropbox" - url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20198.3.7526%20Offline%20Installer.x86.exe' - url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20198.3.7526%20Offline%20Installer.x64.exe' - checksum = 'a39f7503ec2a7a9c34584dacda7ef33d53fa3e045bf57b664d4a4caef945894c' - checksum64 = 'a4d3ef1eb5e0cf3131ce831a12858e8f2a849b81f061f9640048f09aeb1db95a' + url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20197.4.7629%20Offline%20Installer.x86.exe' + url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20197.4.7629%20Offline%20Installer.x64.exe' + checksum = 'e02e935386bbb105c711d06820ad2f589e437c5d95eeb8cf52e520c0f59819c3' + checksum64 = '33363ebd2214f2249c69d4ed1c3a8412f4e2d308deade4ee9be8b5961ec569cd' fileType = 'exe' checksumType = 'sha256' checksumType64 = 'sha256' diff --git a/automatic/etcd/etcd.json b/automatic/etcd/etcd.json index c025442cbef..ed494441875 100644 --- a/automatic/etcd/etcd.json +++ b/automatic/etcd/etcd.json @@ -5,7 +5,7 @@ "3.1": "3.1.20", "3.2": "3.2.32", "3.3": "3.3.27", - "3.4": "3.4.31", + "3.4": "3.4.32", "3.5": "3.5.13", "3.6": "3.6.0-alpha0" } diff --git a/automatic/etcd/etcd.nuspec b/automatic/etcd/etcd.nuspec index 46c92e805eb..8c236a49225 100644 --- a/automatic/etcd/etcd.nuspec +++ b/automatic/etcd/etcd.nuspec @@ -3,7 +3,7 @@ etcd - 3.5.13 + 3.4.32 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/etcd chocolatey-community,dgalbraith,Andrei Bejenaru,Robert Labrie etcd (Install) @@ -45,14 +45,14 @@ Example: `choco install etcd -y --params="-discovery https://discovery.etcd.io/t * Windows support is limited to 64-bit systems * Originally packaged by Robert Labrie (https://github.com/robertlabrie) ]]> - Please check out [CHANGELOG](https://github.com/etcd-io/etcd/blob/main/CHANGELOG/CHANGELOG-3.5.md) for a full list of changes. And make sure to read [upgrade guide](https://github.com/etcd-io/website/blob/main/content/en/docs/v3.5/upgrades/upgrade_3_5.md) before upgrading etcd (there may be breaking changes). + Please check out [CHANGELOG](https://github.com/etcd-io/etcd/blob/main/CHANGELOG/CHANGELOG-3.4.md) for a full list of changes. And make sure to read [upgrade guide](https://github.com/etcd-io/website/blob/main/content/en/docs/v3.4/upgrades/upgrade_3_4.md) before upgrading etcd (there may be breaking changes). -For installation guides, please check out [play.etcd.io](http://play.etcd.io) and [operating etcd](https://github.com/etcd-io/etcd/tree/master/Documentation#operating-etcd-clusters). Latest support status for common architectures and operating systems can be found at [supported platforms](https://github.com/etcd-io/website/blob/main/content/en/docs/v3.5/op-guide/supported-platform.md). +For installation guides, please check out [play.etcd.io](http://play.etcd.io) and [operating etcd](https://github.com/etcd-io/etcd/tree/master/Documentation#operating-etcd-clusters). Latest support status for common architectures and operating systems can be found at [supported platforms](https://github.com/etcd-io/website/blob/main/content/en/docs/v3.4/op-guide/supported-platform.md). ###### Linux ```bash -ETCD_VER=v3.5.13 +ETCD_VER=v3.4.32 # choose either URL GOOGLE_URL=https://storage.googleapis.com/etcd @@ -68,7 +68,6 @@ rm -f /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz /tmp/etcd-download-test/etcd --version /tmp/etcd-download-test/etcdctl version -/tmp/etcd-download-test/etcdutl version ``` ```bash @@ -83,7 +82,7 @@ rm -f /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz ###### macOS (Darwin) ```bash -ETCD_VER=v3.5.13 +ETCD_VER=v3.4.32 # choose either URL GOOGLE_URL=https://storage.googleapis.com/etcd @@ -99,7 +98,6 @@ mv /tmp/etcd-${ETCD_VER}-darwin-amd64/* /tmp/etcd-download-test && rm -r /tmp/etcd-download-test/etcd --version /tmp/etcd-download-test/etcdctl version -/tmp/etcd-download-test/etcdutl version ``` ###### Docker @@ -108,13 +106,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.13 || true && \ + docker rmi gcr.io/etcd-development/etcd:v3.4.32 || 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.13 \ - gcr.io/etcd-development/etcd:v3.5.13 \ + --name etcd-gcr-v3.4.32 \ + gcr.io/etcd-development/etcd:v3.4.32 \ /usr/local/bin/etcd \ --name s1 \ --data-dir /etcd-data \ @@ -129,12 +127,11 @@ rm -rf /tmp/etcd-data.tmp && mkdir -p /tmp/etcd-data.tmp && \ --logger zap \ --log-outputs stderr -docker exec etcd-gcr-v3.5.13 /usr/local/bin/etcd --version -docker exec etcd-gcr-v3.5.13 /usr/local/bin/etcdctl version -docker exec etcd-gcr-v3.5.13 /usr/local/bin/etcdutl version -docker exec etcd-gcr-v3.5.13 /usr/local/bin/etcdctl endpoint health -docker exec etcd-gcr-v3.5.13 /usr/local/bin/etcdctl put foo bar -docker exec etcd-gcr-v3.5.13 /usr/local/bin/etcdctl get foo +docker exec etcd-gcr-v3.4.32 /usr/local/bin/etcd --version +docker exec etcd-gcr-v3.4.32 /usr/local/bin/etcdctl version +docker exec etcd-gcr-v3.4.32 /usr/local/bin/etcdctl endpoint health +docker exec etcd-gcr-v3.4.32 /usr/local/bin/etcdctl put foo bar +docker exec etcd-gcr-v3.4.32 /usr/local/bin/etcdctl get foo ``` diff --git a/automatic/etcd/legal/VERIFICATION.txt b/automatic/etcd/legal/VERIFICATION.txt index 7b08ef41f72..6fd901df90d 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: 31737DA2ADAEEACF2C85154CF5B4DB2F50F3A68DE0B30C760AB5280C49BDDA8D + checksum: 6DDA60D84ED71ACBD16BBF3123088C326E0EFE0EA575264A91F2BDE3FDFFE425 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/googlechrome/googlechrome.nuspec b/automatic/googlechrome/googlechrome.nuspec index 649a7c270c5..93fba905da8 100644 --- a/automatic/googlechrome/googlechrome.nuspec +++ b/automatic/googlechrome/googlechrome.nuspec @@ -3,7 +3,7 @@ GoogleChrome - 124.0.6367.78 + 124.0.6367.91 Google Chrome chocolatey-community Google LLC. diff --git a/automatic/googlechrome/tools/chocolateyInstall.ps1 b/automatic/googlechrome/tools/chocolateyInstall.ps1 index 9ab7ea499d1..6751e2c0f65 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 = '124.0.6367.78' +$version = '124.0.6367.91' 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 = '5806709e466a26565143777a2d6a60bda7047c33854f3035a07660b6d1060adc' - checksum64 = 'da03d5b4a6f9acbb7a27e592cfd9161a11e61a149d22fcc35091b9b154a5e191' + checksum = 'b2296a84aa4d2114bab1d85cde54b7fbe14cd80c6147de0426f14d3eb177f709' + checksum64 = 'a51dfa13c17ffe8e9edbd75e4df659cfd18788ba8251e5133acb1997e943883d' checksumType = 'sha256' checksumType64 = 'sha256' silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" diff --git a/automatic/kubernetes-kompose/kubernetes-kompose.nuspec b/automatic/kubernetes-kompose/kubernetes-kompose.nuspec index 713fb22ef94..c4a3b2ca4d4 100644 --- a/automatic/kubernetes-kompose/kubernetes-kompose.nuspec +++ b/automatic/kubernetes-kompose/kubernetes-kompose.nuspec @@ -3,7 +3,7 @@ kubernetes-kompose - 1.32.0 + 1.33.0 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/kubernetes-kompose chocolatey-community,Andrei Bejenaru Kompose: Go from Docker Compose to Kubernetes diff --git a/automatic/kubernetes-kompose/legal/VERIFICATION.txt b/automatic/kubernetes-kompose/legal/VERIFICATION.txt index b756873babb..8931533d3fa 100644 --- a/automatic/kubernetes-kompose/legal/VERIFICATION.txt +++ b/automatic/kubernetes-kompose/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 has 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: E0B078AA3881ACD44BF6485723BDE1B908481A7AB4B1F1B6C7675F2C7374E971 + checksum: 8ABA0657BEFDADBAC295D7FE8F93FEA4A5AA0D4494385A3E3A00A4B4BC0D5069 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/ruby.install/legal/VERIFICATION.txt b/automatic/ruby.install/legal/VERIFICATION.txt index 58f3eacd505..0b89430f0e2 100644 --- a/automatic/ruby.install/legal/VERIFICATION.txt +++ b/automatic/ruby.install/legal/VERIFICATION.txt @@ -7,8 +7,8 @@ Package can be verified like this: 1. Go to - x32: https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.2.3-1/rubyinstaller-3.2.3-1-x86.exe - x64: https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.2.3-1/rubyinstaller-3.2.3-1-x64.exe + x32: https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.3.1-1/rubyinstaller-3.3.1-1-x86.exe + x64: https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.3.1-1/rubyinstaller-3.3.1-1-x64.exe to download the installer. @@ -16,12 +16,12 @@ Package can be verified like this: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum32: 735E23D6AAE0E5F1BDC467A797EFAC15AFA3F963CA96C6F1DE591BE6C8EBC7D3 - checksum64: 0EB1BAC87756C66EE580A4A407E356D81A04264B297FCF56DA84D5CED8374239 + checksum32: 31893B81A7345FC8B138400F23A96A914831A664B38669D68C81E7601F56FD22 + checksum64: 0BEE5BACEFB295E6FE7A9BB458542B8F8B7F3495F7B090BF90A3BBB68043BEFF Using Chocolatey AU: - Get-RemoteChecksum https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.2.3-1/rubyinstaller-3.2.3-1-x64.exe + Get-RemoteChecksum https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.3.1-1/rubyinstaller-3.3.1-1-x64.exe File 'license.txt' is obtained from: https://raw.githubusercontent.com/oneclick/rubyinstaller2/master/LICENSE.txt diff --git a/automatic/ruby.install/ruby.install.json b/automatic/ruby.install/ruby.install.json index 0bedc723eb4..8290ef003e9 100644 --- a/automatic/ruby.install/ruby.install.json +++ b/automatic/ruby.install/ruby.install.json @@ -1,6 +1,6 @@ { - "3.1": "3.1.4.1", - "3.0": "3.0.6.1", + "3.1": "3.1.5.1", + "3.0": "3.0.7.1", "2.7": "2.7.8.1", "2.6": "2.6.10.1", "2.5": "2.5.9.1", @@ -8,6 +8,6 @@ "2.3": "2.3.3", "2.2": "2.2.6", "2.1": "2.1.9", - "3.2": "3.2.3.1", - "3.3": "3.3.0.1" + "3.2": "3.2.4.1", + "3.3": "3.3.1.1" } diff --git a/automatic/ruby.install/ruby.install.nuspec b/automatic/ruby.install/ruby.install.nuspec index 88637d75735..83c9240297c 100644 --- a/automatic/ruby.install/ruby.install.nuspec +++ b/automatic/ruby.install/ruby.install.nuspec @@ -3,7 +3,7 @@ ruby.install - 3.2.3.1 + 3.3.1.1 Ruby (Install) Yukihiro Matsumoto chocolatey-community, Rob Reynolds diff --git a/automatic/ruby.install/tools/chocolateyInstall.ps1 b/automatic/ruby.install/tools/chocolateyInstall.ps1 index 5e698a6fc7f..37daebc7374 100644 --- a/automatic/ruby.install/tools/chocolateyInstall.ps1 +++ b/automatic/ruby.install/tools/chocolateyInstall.ps1 @@ -14,8 +14,8 @@ Write-Host "Ruby is going to be installed in '$installDir'" $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - file = "$toolsPath\rubyinstaller-3.2.3-1-x86.exe" - file64 = "$toolsPath\rubyinstaller-3.2.3-1-x64.exe" + file = "$toolsPath\rubyinstaller-3.3.1-1-x86.exe" + file64 = "$toolsPath\rubyinstaller-3.3.1-1-x64.exe" silentArgs = '/verysilent /allusers /dir="{0}" /tasks="{1}"' -f $installDir, ($tasks -join ',') validExitCodes = @(0) softwareName = 'ruby *' diff --git a/automatic/ruby.portable/legal/VERIFICATION.txt b/automatic/ruby.portable/legal/VERIFICATION.txt index 780215065ff..9a68342f191 100644 --- a/automatic/ruby.portable/legal/VERIFICATION.txt +++ b/automatic/ruby.portable/legal/VERIFICATION.txt @@ -7,8 +7,8 @@ Package can be verified like this: 1. Go to - x32: https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.2.3-1/rubyinstaller-3.2.3-1-x86.7z - x64: https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.2.3-1/rubyinstaller-3.2.3-1-x64.7z + x32: https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.3.1-1/rubyinstaller-3.3.1-1-x86.7z + x64: https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.3.1-1/rubyinstaller-3.3.1-1-x64.7z to download the archives. @@ -16,12 +16,12 @@ Package can be verified like this: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum32: 406597DCA85BF5A9962F887F3B41A7BF7BF0E875C80EFC8CEE48CAB9E988F5FA - checksum64: CF106D718499125A55DFF82DAEE40E7744ED224694C96036765B84A3AC4F654C + checksum32: 18F3B672F72D53E0E626AFEDEEB101E5F868B032364C452E86916E2B6867428C + checksum64: 7D5AC4D553FC4CF3E264BA690BC7AAB848744B6F6A4D5C865D33961D36AA162F Using Chocolatey AU: - Get-RemoteChecksum https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.2.3-1/rubyinstaller-3.2.3-1-x64.7z + Get-RemoteChecksum https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.3.1-1/rubyinstaller-3.3.1-1-x64.7z File 'license.txt' is obtained from: https://raw.githubusercontent.com/oneclick/rubyinstaller2/master/LICENSE.txt diff --git a/automatic/ruby.portable/ruby.portable.json b/automatic/ruby.portable/ruby.portable.json index 4993caa9559..261d617719e 100644 --- a/automatic/ruby.portable/ruby.portable.json +++ b/automatic/ruby.portable/ruby.portable.json @@ -1,7 +1,7 @@ { - "3.1": "3.1.4.1", + "3.1": "3.1.5.1", "3.0": "3.0.6.1", "2.7": "2.7.7.1", - "3.2": "3.2.3.1", - "3.3": "3.3.0.1" + "3.2": "3.2.4.1", + "3.3": "3.3.1.1" } diff --git a/automatic/ruby.portable/ruby.portable.nuspec b/automatic/ruby.portable/ruby.portable.nuspec index 2372a62c8c7..e63dd26f491 100644 --- a/automatic/ruby.portable/ruby.portable.nuspec +++ b/automatic/ruby.portable/ruby.portable.nuspec @@ -3,7 +3,7 @@ ruby.portable - 3.2.3.1 + 3.3.1.1 Ruby (Portable) Yukihiro Matsumoto chocolatey-community, Rob Reynolds diff --git a/automatic/ruby.portable/tools/chocolateyInstall.ps1 b/automatic/ruby.portable/tools/chocolateyInstall.ps1 index 9855c90df0a..7139e53d739 100644 --- a/automatic/ruby.portable/tools/chocolateyInstall.ps1 +++ b/automatic/ruby.portable/tools/chocolateyInstall.ps1 @@ -2,8 +2,8 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $packageArgs = @{ - File = "$toolsPath\rubyinstaller-3.2.3-1-x86.7z" - File64 = "$toolsPath\rubyinstaller-3.2.3-1-x64.7z" + File = "$toolsPath\rubyinstaller-3.3.1-1-x86.7z" + File64 = "$toolsPath\rubyinstaller-3.3.1-1-x64.7z" Destination = "$toolsPath\ruby" PackageName = $env:ChocolateyPackageName } diff --git a/automatic/ruby/ruby.json b/automatic/ruby/ruby.json index 0bedc723eb4..8290ef003e9 100644 --- a/automatic/ruby/ruby.json +++ b/automatic/ruby/ruby.json @@ -1,6 +1,6 @@ { - "3.1": "3.1.4.1", - "3.0": "3.0.6.1", + "3.1": "3.1.5.1", + "3.0": "3.0.7.1", "2.7": "2.7.8.1", "2.6": "2.6.10.1", "2.5": "2.5.9.1", @@ -8,6 +8,6 @@ "2.3": "2.3.3", "2.2": "2.2.6", "2.1": "2.1.9", - "3.2": "3.2.3.1", - "3.3": "3.3.0.1" + "3.2": "3.2.4.1", + "3.3": "3.3.1.1" } diff --git a/automatic/ruby/ruby.nuspec b/automatic/ruby/ruby.nuspec index f3e6f810722..1e994c20c4c 100644 --- a/automatic/ruby/ruby.nuspec +++ b/automatic/ruby/ruby.nuspec @@ -3,7 +3,7 @@ ruby - 3.2.3.1 + 3.3.1.1 Ruby Yukihiro Matsumoto chocolatey-community, Rob Reynolds @@ -34,7 +34,7 @@ Example: `choco install ruby --package-parameters="'/NoPath ""/InstallDir:C:\yo https://www.ruby-lang.org/en/downloads/releases/ https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@aad7c15bfbec43c3716f8a82bc3af22e1a55579d/icons/ruby.svg - + diff --git a/automatic/smartftp/smartftp.nuspec b/automatic/smartftp/smartftp.nuspec index 29f6af92d27..6192d7855bc 100644 --- a/automatic/smartftp/smartftp.nuspec +++ b/automatic/smartftp/smartftp.nuspec @@ -5,7 +5,7 @@ smartftp SmartFTP chocolatey-community - 10.0.3223.0 + 10.0.3224.0 SmartSoft FTP, FTPS, SFTP, HTTP, Amazon S3, WebDAV, Google Drive, Google Cloud Storage, Microsoft OneDrive, Telnet, Terminal client.