Skip to content

Commit

Permalink
AU: 3 updated - 360ts chromium smartftp
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 9, 2018
1 parent 5602c36 commit 636020f
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion automatic/360ts/360ts.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>360ts</id>
<version>9.6.0.1283</version>
<version>9.6.0.1313</version>
<title>360 Total Security</title>
<authors>Qihu 360 Software</authors>
<owners>chocolatey,adgellida</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/360ts/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = '360ts'
fileType = 'exe'
url = 'https://free.360totalsecurity.com/totalsecurity/360TS_Setup_9.6.0.1283.exe'
checksum = '0ddb2b8e942c9cfeb9b7532d5982a38f6581b72cc812903f44b2f1ab1630a344'
url = 'https://free.360totalsecurity.com/totalsecurity/360TS_Setup_9.6.0.1313.exe'
checksum = '34a174e261a5711a4d1882f11bf1756fa736007c30231a1def0c49f9706dc940'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
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>67.0.3392.0-snapshots</version>
<version>67.0.3393.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey</owners>
<authors>The Chromium Authors</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/549089/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/549089/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/549100/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/549099/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
checksum32: C3DDACC7EC773D09733316BB0996DDFBDB76F8FFFDAE26F4794E9D6133C506C6
checksum64: 8E7BCDC259DACDCF8FB6D61A632AD0C9DAAEF1EF0DCF76DC1B00C9926C0F6665
checksum32: 2D7132D8BDC1D8788F9CA802EF52B05247CEB784AAA972290B10939D1C77F3D3
checksum64: 1A1D0227B998D1C0FB3A0BA219D53AAAA25FAF6DA038C9B4C00CF2BCC6E75F35

The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
2 changes: 1 addition & 1 deletion automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "67.0.3392.0-snapshots"
$version = "67.0.3393.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
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</owners>
<version>9.0.2562.0</version>
<version>9.0.2563.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 = 'b60c750d97c3377c3676f9c953796c73fac6fbcf77dfab972a396301588bfbd1'
checksum64 = 'ae24a75747dae41b5f6b8ce103dcbb9e7a2d2a310cb8c1a4b1e98406a7a6ef03'
checksum = '8be762a785d6d18de6b9098734276ef33ad4b86d529ad3dd2c502062e4f93d68'
checksum64 = '9e7ab32b12b49cd92a69b036df9c65d2484f62f5fe1cd5706b0dd4134987727c'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet'
Expand Down

0 comments on commit 636020f

Please sign in to comment.