Skip to content

Commit

Permalink
AU: 8 updated - dropbox etcd GoogleChrome kubernetes-kompose ruby rub…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Apr 26, 2024
1 parent 750c5d2 commit 804a6c9
Show file tree
Hide file tree
Showing 22 changed files with 63 additions and 66 deletions.
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"beta": "198.3.7526-beta",
"stable": "197.4.7571"
"stable": "197.4.7629"
}
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>dropbox</id>
<version>198.3.7526-beta</version>
<version>197.4.7629</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey-community,ferventcoder,the-running-dev</owners>
Expand Down
10 changes: 5 additions & 5 deletions automatic/dropbox/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand All @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion automatic/etcd/etcd.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
29 changes: 13 additions & 16 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.13</version>
<version>3.4.32</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 @@ -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)
]]></description>
<releaseNotes>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).
<releaseNotes>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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -99,7 +98,6 @@ mv /tmp/etcd-${ETCD_VER}-darwin-amd64/* /tmp/etcd-download-test &amp;&amp; rm -r

/tmp/etcd-download-test/etcd --version
/tmp/etcd-download-test/etcdctl version
/tmp/etcd-download-test/etcdutl version
```

###### Docker
Expand All @@ -108,13 +106,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.13 || true &amp;&amp; \
docker rmi gcr.io/etcd-development/etcd:v3.4.32 || 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.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 \
Expand All @@ -129,12 +127,11 @@ 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.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
```</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.13>
location on <https://github.com/etcd-io/etcd/releases/tag/v3.4.32>
and can be verified by doing the following:

1. Download the following:
software: <https://github.com/etcd-io/etcd/releases/download/v3.5.13/etcd-v3.5.13-windows-amd64.zip>
software: <https://github.com/etcd-io/etcd/releases/download/v3.4.32/etcd-v3.4.32-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: 31737DA2ADAEEACF2C85154CF5B4DB2F50F3A68DE0B30C760AB5280C49BDDA8D
checksum: 6DDA60D84ED71ACBD16BBF3123088C326E0EFE0EA575264A91F2BDE3FDFFE425

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>124.0.6367.78</version>
<version>124.0.6367.91</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 = '124.0.6367.78'
$version = '124.0.6367.91'
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 = '5806709e466a26565143777a2d6a60bda7047c33854f3035a07660b6d1060adc'
checksum64 = 'da03d5b4a6f9acbb7a27e592cfd9161a11e61a149d22fcc35091b9b154a5e191'
checksum = 'b2296a84aa4d2114bab1d85cde54b7fbe14cd80c6147de0426f14d3eb177f709'
checksum64 = 'a51dfa13c17ffe8e9edbd75e4df659cfd18788ba8251e5133acb1997e943883d'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down
2 changes: 1 addition & 1 deletion automatic/kubernetes-kompose/kubernetes-kompose.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>kubernetes-kompose</id>
<version>1.32.0</version>
<version>1.33.0</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/kubernetes-kompose</packageSourceUrl>
<owners>chocolatey-community,Andrei Bejenaru</owners>
<title>Kompose: Go from Docker Compose to Kubernetes</title>
Expand Down
6 changes: 3 additions & 3 deletions automatic/kubernetes-kompose/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 download
location on <https://github.com/kubernetes/kompose/releases/tag/v1.32.0>
location on <https://github.com/kubernetes/kompose/releases/tag/v1.33.0>
and can be verified by doing the following:

1. Download the following:
software: <https://github.com/kubernetes/kompose/releases/download/v1.32.0/kompose-windows-amd64.exe>
software: <https://github.com/kubernetes/kompose/releases/download/v1.33.0/kompose-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: E0B078AA3881ACD44BF6485723BDE1B908481A7AB4B1F1B6C7675F2C7374E971
checksum: 8ABA0657BEFDADBAC295D7FE8F93FEA4A5AA0D4494385A3E3A00A4B4BC0D5069

The file 'LICENSE.txt' has been obtained from <https://github.com/kubernetes/kompose/blob/34d72c757906dd05499fedbe214850b41ea712b1/LICENSE>
10 changes: 5 additions & 5 deletions automatic/ruby.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@ 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.

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: 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
8 changes: 4 additions & 4 deletions automatic/ruby.install/ruby.install.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"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",
"2.4": "2.4.10.100",
"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"
}
2 changes: 1 addition & 1 deletion automatic/ruby.install/ruby.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata>
<id>ruby.install</id>
<version>3.2.3.1</version>
<version>3.3.1.1</version>
<title>Ruby (Install)</title>
<authors>Yukihiro Matsumoto</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/ruby.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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 *'
Expand Down
10 changes: 5 additions & 5 deletions automatic/ruby.portable/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@ 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.

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: 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
6 changes: 3 additions & 3 deletions automatic/ruby.portable/ruby.portable.json
Original file line number Diff line number Diff line change
@@ -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"
}
2 changes: 1 addition & 1 deletion automatic/ruby.portable/ruby.portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata>
<id>ruby.portable</id>
<version>3.2.3.1</version>
<version>3.3.1.1</version>
<title>Ruby (Portable)</title>
<authors>Yukihiro Matsumoto</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/ruby.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down
8 changes: 4 additions & 4 deletions automatic/ruby/ruby.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"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",
"2.4": "2.4.10.100",
"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"
}
4 changes: 2 additions & 2 deletions automatic/ruby/ruby.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata>
<id>ruby</id>
<version>3.2.3.1</version>
<version>3.3.1.1</version>
<title>Ruby</title>
<authors>Yukihiro Matsumoto</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
Expand Down Expand Up @@ -34,7 +34,7 @@ Example: `choco install ruby --package-parameters="'/NoPath ""/InstallDir:C:\yo
<releaseNotes>https://www.ruby-lang.org/en/downloads/releases/</releaseNotes>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@aad7c15bfbec43c3716f8a82bc3af22e1a55579d/icons/ruby.svg</iconUrl>
<dependencies>
<dependency id="ruby.install" version="[3.2.3.1]" />
<dependency id="ruby.install" version="[3.3.1.1]" />
</dependencies>
</metadata>
<files />
Expand Down
2 changes: 1 addition & 1 deletion automatic/smartftp/smartftp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>smartftp</id>
<title>SmartFTP</title>
<owners>chocolatey-community</owners>
<version>10.0.3223.0</version>
<version>10.0.3224.0</version>
<authors>SmartSoft</authors>
<summary>FTP, FTPS, SFTP, HTTP, Amazon S3, WebDAV, Google Drive, Google Cloud Storage, Microsoft OneDrive, Telnet, Terminal client.</summary>
<description><![CDATA[SmartFTP is a fast and reliable FTP, FTPS, SFTP, HTTP, Amazon S3, WebDAV, Google Drive, Google Cloud Storage, Microsoft OneDrive, Backblaze B2, Telnet, Terminal client with lots of features and a modern user interface.
Expand Down
2 changes: 1 addition & 1 deletion automatic/smartftp/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $packageArgs = @{
url = 'https://www.smartftp.com/get/SmartFTP86.msi'
url64bit = 'https://www.smartftp.com/get/SmartFTP64.msi'
checksum = '8d885003aa204d160b3cfab01f7f686126dddc0e25d171ec7dd14bf3b369e85e'
checksum64 = '86df144f68407a84c59880eb08d91e6a89bc82e89999a52de50f6ede2c6f8635'
checksum64 = 'd8a87c5b85dbf3c8dd9fe1aac0faf5200b5fe7d3ee33a9305c2245ceea6fa656'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet'
Expand Down

0 comments on commit 804a6c9

Please sign in to comment.