Skip to content

Commit

Permalink
AU: 3 updated - chromium smartftp sysinternals
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 6, 2018
1 parent 13a77c1 commit e300467
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 13 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": "69.0.3483.0-snapshots",
"snapshots": "69.0.3484.0-snapshots",
"stable": "67.0.3396.99"
}
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>69.0.3483.0-snapshots</version>
<version>69.0.3484.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/572705/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/572705/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/572895/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/572894/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: 793A3B5F57C98C9F273C18D23E19907B55CB969328D4567CC50E9F28A66AC395
checksum64: F1314F1C268B4C9338A90098D7F0EF43922058B765E110D8D957BC1B49A0A58B
checksum32: 74240D62FE99F8C9C1B9B97D147F6B7A8394422680444CF2E82CE88379B0D3AC
checksum64: 42072CD5980056F4D32160426AA359090B3BEE9DE26EB464CA90491AE56D701A

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 = "69.0.3483.0-snapshots"
$version = "69.0.3484.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.2592.0</version>
<version>9.0.2594.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 = 'c63f968a4810391939f83ec61b87de1f7f846280b63228567b098042bd8770f3'
checksum64 = '89bd8c7672f45e761058a992062e5139a87ae2f255831d3eaf8b202294f8bcf5'
checksum = '23b20c5568dab4b94cfde9527aef166313aa86e4678bffaaed6fee074f36f5d8'
checksum64 = '1ca9631d4ac44859092217fabf4781c8e006660dc3ac770a270d402875416405'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet'
Expand Down
4 changes: 3 additions & 1 deletion automatic/sysinternals/sysinternals.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>sysinternals</id>
<title>Sysinternals</title>
<version>2018.5.31</version>
<version>2018.7.5</version>
<authors>Mark Russinovich, Bryce Cogswell</authors>
<owners>chocolatey, Rob Reynolds</owners>
<summary>Sysinternals - utilities to help you manage, troubleshoot and diagnose your Windows systems and applications.</summary>
Expand All @@ -18,6 +18,8 @@ It does not contain non-troubleshooting tools like the BSOD Screen Saver or NotM
- `/InstallDir` - Installation directory, by default Chocolatey tools directory.
- `/InstallationPath` - the same as `InstallDir`
Example: `choco install sysinternals --params "/InstallDir:C:\your\install\path"`
## Notes
- This package by default installs to tools directory which will create shims for all applications. When you install to different directory, shims are not created but directory is added to the PATH.
Expand Down
4 changes: 2 additions & 2 deletions automatic/sysinternals/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Write-Host "Sysinternals Suite is going to be installed in '$installDir'"
$packageArgs = @{
packageName = 'sysinternals'
url = 'https://download.sysinternals.com/files/SysinternalsSuite.zip'
checksum = 'c6cd0795f6f5754ad2ceab576862e5142b8829b9e5004d5081822bfd3ba0ac10'
checksum = 'b4be0d2e3b35b1c8b9bbc001a0dd3ae4db59bdb2a1ceeabd744a54002fb64c2c'
checksumType = 'sha256'
unzipLocation = $installDir
}
Expand All @@ -18,7 +18,7 @@ Accept-Eula
if ($installDir -ne $toolsPath) { Install-ChocolateyPath $installDir }
if (Is-NanoServer) {
$packageArgs.url = 'https://download.sysinternals.com/files/SysinternalsSuite-Nano.zip'
$packageArgs.checksum = '1217c890244a324628078bb6826496260e8e44eb40ab20761bc2d76398fa276c'
$packageArgs.checksum = 'bfff457db201fe022dc528a13200e080281b950ad2c6ca0c85957b6caef2cd2c'
}

$old_path = 'c:\sysinternals'
Expand Down

0 comments on commit e300467

Please sign in to comment.