Skip to content

Commit

Permalink
AU: 4 updated - brave dropbox etcd smartftp
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Sep 18, 2019
1 parent 28556c6 commit 246bec0
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion automatic/brave/brave.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"stable": "0.69.125",
"beta": "0.70.96-beta"
"beta": "0.70.97-beta"
}
2 changes: 1 addition & 1 deletion automatic/brave/brave.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>brave</id>
<version>0.70.96-beta</version>
<version>0.70.97-beta</version>
<title>Brave Browser (Beta)</title>
<description><![CDATA[Brave is a free and open-source web browser developed by Brave Software Inc. based on the Chromium web browser. Brave supports Windows, macOS, Linux and Android.
Expand Down
8 changes: 4 additions & 4 deletions automatic/brave/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ The installer have been downloaded from the GitHub mirror and can be verified li

1. Download the following installer(s):

x86: https://github.com/brave/brave-browser/releases/download/v0.70.96/BraveBrowserSilentBetaSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v0.70.96/BraveBrowserSilentBetaSetup.exe
x86: https://github.com/brave/brave-browser/releases/download/v0.70.97/BraveBrowserSilentBetaSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v0.70.97/BraveBrowserSilentBetaSetup.exe

2. You can use one of the following methods to obtain the checksum(s):
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: 0CC1CDB1B1E7505053125CC52046D4567B6AAA978A319499505D4254902F5853
checksum64: 6C94284584A3C2937DC84C1A78F48EDAF9C2B37E9EEDEF263679D9B1B554B040
checksum32: 295A574515A42A804F38390A1A464B7E56C35213E40E3B09F22FA37803DD3EE5
checksum64: D25144B21EB6870E27A8CD7D2CA49538F519334F2F08C4A70CEEE51A9A31AC51

The included 'LICENSE.txt' file have been obtained from:
https://github.com/brave/brave-browser/blob/master/LICENSE
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": "81.3.190-beta",
"stable": "80.4.127"
"stable": "81.4.193"
}
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>81.3.190-beta</version>
<version>81.4.193</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey,ferventcoder,the-running-dev</owners>
Expand Down
6 changes: 3 additions & 3 deletions automatic/dropbox/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
if(!$PSScriptRoot){ $PSScriptRoot = Split-Path $MyInvocation.MyCommand.Path -Parent }
. "$PSScriptRoot\helper.ps1"

$version = '81.3.190'
$version = '81.4.193'

if (!(IsVersionAlreadyInstalled $version)) {
$stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) {$false} else {$true}
Expand All @@ -11,8 +11,8 @@ if (!(IsVersionAlreadyInstalled $version)) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox"
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2081.3.190%20Offline%20Installer.exe'
checksum = '76f0be1264da7b5ff555cea407136b79357ab18fc68f40619dbfe8c7fa2e5a13'
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2081.4.193%20Offline%20Installer.exe'
checksum = 'faaa8874f4081929a8f3e534ff4fd28e8be233280b081326867b28372b1010ff'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down
4 changes: 2 additions & 2 deletions automatic/etcd/etcd.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"2.3": "2.3.8",
"3.0": "3.0.17",
"3.1": "3.1.20",
"3.2": "3.2.26",
"3.2": "3.2.27",
"3.3": "3.3.15",
"3.4": "3.4.0"
"3.4": "3.4.1"
}
4 changes: 2 additions & 2 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.4.0</version>
<version>3.4.1</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/etcd</packageSourceUrl>
<owners>chocolatey,Andrei Bejenaru,Robert Labrie</owners>
<title>etcd (Install)</title>
Expand Down Expand Up @@ -39,7 +39,7 @@ Originally packaged by Robert Labrie (https://github.com/tnwinc/chocolatey-etcd)
#### Note: Windows support is limited to 64bit systems.
]]></description>
<releaseNotes>https://github.com/coreos/etcd/releases/tag/v3.4.0</releaseNotes>
<releaseNotes>https://github.com/coreos/etcd/releases/tag/v3.4.1</releaseNotes>
<dependencies>
<dependency id="nssm" />
</dependencies>
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/coreos/etcd/releases/tag/v3.4.0>
location on <https://github.com/coreos/etcd/releases/tag/v3.4.1>
and can be verified by doing the following:

1. Download the following:
software: <https://github.com/etcd-io/etcd/releases/download/v3.4.0/etcd-v3.4.0-windows-amd64.zip>
software: <https://github.com/etcd-io/etcd/releases/download/v3.4.1/etcd-v3.4.1-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:
checksum: 6447C94D837A281EB9D4CD79A86C937C11BE454DB499C9CEC6C1E215536E58DE
checksum: 34ACF014DED94B620CF4AC637D3E0080572F9113402B9396C90119CF92961D59

The file 'LICENSE.txt' has been obtained from <https://github.com/coreos/etcd/blob/3381177341c11aa9d89b6172699d64ddc2146a11/LICENSE>
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</owners>
<version>9.0.2700.0</version>
<version>9.0.2701.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
4 changes: 2 additions & 2 deletions automatic/smartftp/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'msi'
url = 'https://www.smartftp.com/get/SmartFTP86.msi'
url64bit = 'https://www.smartftp.com/get/SmartFTP64.msi'
checksum = '519385dcbc78aa9bf1b7ca4940e717e0f3b68ed4243a26a8f2e9fa1887171725'
checksum64 = 'b88d15ec9b9704e81e804e1659e80c78d544291f2a6656ec3c7050e7a7ad37c6'
checksum = '9288e809f9eaa722f3644b8b5989a3156e48773c6ed9ec17842345b075482aeb'
checksum64 = '7a48c9d8f34ada777ce40662f69a7d1cd1383d6847e9705d4be57779e9000665'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet'
Expand Down

0 comments on commit 246bec0

Please sign in to comment.