Skip to content

Commit

Permalink
AU: 2 updated - chromium smartftp
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 5, 2017
1 parent f1522f4 commit 31fda8c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
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>59.0.3063.0</version>
<version>59.0.3064.0</version>
<title>Chromium snapshots build</title>
<owners>chocolatey</owners>
<authors>The Chromium Authors</authors>
Expand Down
10 changes: 5 additions & 5 deletions automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop'

$version = '59.0.3063.0'
$version = '59.0.3064.0'

$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$hive = "hkcu"
Expand All @@ -15,14 +15,14 @@ if (Test-Path $Chromium) {
$packageArgs = @{
packageName = 'chromium'
fileType = 'exe'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/461630/mini_installer.exe'
url64bit = 'https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/461627/mini_installer.exe'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/461975/mini_installer.exe'
url64bit = 'https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/461973/mini_installer.exe'
silentArgs = $silentArgs
validExitCodes= @(0)
softwareName = 'Chromium'
checksum = 'e0fc53878afd660dc188e6cfb35dc9b3'
checksum = 'cc9643e3e69a62e9333c99908bef8584'
checksumType = 'md5'
checksum64 = 'c5005afade53351fad3a1c98966896db'
checksum64 = '2b23b30c9993d1408d6d04e5248330b0'
checksumType64= 'md5'
}

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.2411.0</version>
<version>9.0.2412.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>
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 = 'baa417c8de41d183d08a27d5c64e4ef0717da68110a2b0c104643f06f8358f08'
checksum64 = 'c6bdbed6ed09ed58c774b8a13a7b699291e0a8a8a65082dbd1fb6c3ace9de695'
checksum = '699ab33ea9175df73db5650c6dcd31f48c07fe5a8c842305c36a451f5a438823'
checksum64 = '6e47404c586cc5b795eaf6f0abca8d4bf6139b002c6a956387fd6cde7df66d6e'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet'
Expand Down

0 comments on commit 31fda8c

Please sign in to comment.