Skip to content

Commit

Permalink
AU: 3 updated - owncloud-client smartftp virtualbox
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jan 28, 2019
1 parent bb484b2 commit f5d07d9
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions automatic/owncloud-client/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download
location on <https://owncloud.org/download/#install-clients>
and can be verified by doing the following:

1. Download the following <https://download.owncloud.com/desktop/stable/ownCloud-2.5.1.10973.10850.msi>
1. Download the following <https://download.owncloud.com/desktop/stable/ownCloud-2.5.2.11383.11232.msi>
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
checksum: E99DA89168E901FD786FF802CB98E13D27FA23FC9966FE060870330462A30B4C
checksum: 06813FAB980E8EED4D53884055AEC39A4CF7293DD3AC93F292AF1847923E6220

The file 'LICENSE.txt' has been obtained from <https://github.com/owncloud/client/blob/06936bc603c91b1c5f10442901bcfeb765b17243/COPYING>
2 changes: 1 addition & 1 deletion automatic/owncloud-client/owncloud-client.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"stable": "2.5.1.10973",
"stable": "2.5.2.11383",
"testing": "2.5.0.9736-alpha1"
}
2 changes: 1 addition & 1 deletion automatic/owncloud-client/owncloud-client.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>owncloud-client</id>
<version>2.5.1.10973</version>
<version>2.5.2.11383</version>
<title>ownCloud Windows Client</title>
<owners>chocolatey</owners>
<authors>ownCloud developers</authors>
Expand Down
2 changes: 1 addition & 1 deletion automatic/owncloud-client/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
file = "$toolsPath\ownCloud-2.5.1.10973.10850.msi"
file = "$toolsPath\ownCloud-2.5.2.11383.11232.msi"
softwareName = 'ownCloud'
silentArgs = '/qn /norestart'
validExitCodes = @(0, 3010, 1641)
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.2627.0</version>
<version>9.0.2628.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 = '8d675581dec77354752b668c280e2f8345e0e893c267fffc95855b99fc369280'
checksum64 = '9e0bd135733c874928c04ca760492861dc1c0f44ba01534571698c8367abc47f'
checksum = 'ea56da44775564945e72ec3219dbd48090cfa05f3d79c00a937287058bda6b2d'
checksum64 = 'dcb39de2bc6ed7b5628e627c8e0a2bb3df079c2b60d407bfadad6844e5aec131'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet'
Expand Down
12 changes: 6 additions & 6 deletions automatic/virtualbox/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ $silentArgs += if ($pp.NoRegister) { 'VBOX_REGISTERFILEEXTENSIONS=0';
$packageArgs = @{
packageName = 'virtualbox'
fileType = 'EXE'
url = 'https://download.virtualbox.org/virtualbox/6.0.2/VirtualBox-6.0.2-128162-Win.exe'
url64bit = 'https://download.virtualbox.org/virtualbox/6.0.2/VirtualBox-6.0.2-128162-Win.exe'
checksum = '42e9d4a3120585a3578072ecbf77dc707119ac19f4588e3fa327acfd52b21c87'
checksum64 = '42e9d4a3120585a3578072ecbf77dc707119ac19f4588e3fa327acfd52b21c87'
url = 'https://download.virtualbox.org/virtualbox/6.0.4/VirtualBox-6.0.4-128413-Win.exe'
url64bit = 'https://download.virtualbox.org/virtualbox/6.0.4/VirtualBox-6.0.4-128413-Win.exe'
checksum = 'a7b340eaa8ad9de72373162bcbba3fc0eeed9696fa404a0e5b99c0983151a3fc'
checksum64 = 'a7b340eaa8ad9de72373162bcbba3fc0eeed9696fa404a0e5b99c0983151a3fc'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = $silentArgs
Expand All @@ -38,8 +38,8 @@ if (!$installLocation) { Write-Warning "Can't find $packageName install locatio
if (!$pp.NoExtensionPack) {
Write-Host "Installing extension pack"

$url_ep = 'https://download.virtualbox.org/virtualbox/6.0.2/Oracle_VM_VirtualBox_Extension_Pack-6.0.2.vbox-extpack'
$checksum_ep = 'ebfa750ddcb10dea7337d2c50f9434bbfe24bdf82132e23d5df47607cdb53229'
$url_ep = 'https://download.virtualbox.org/virtualbox/6.0.4/Oracle_VM_VirtualBox_Extension_Pack-6.0.4.vbox-extpack'
$checksum_ep = '8887d5dd9dd26bd376926b38857715e28f2d678b6d3a034144ddc3fde4a387d9'
$file_path_ep = (Get-PackageCacheLocation) + '\' + ($url_ep -split '/' | Select-Object -Last 1)
Get-ChocolateyWebFile `
-PackageName 'virtualbox-extensionpack' `
Expand Down
4 changes: 2 additions & 2 deletions automatic/virtualbox/virtualbox.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"5.1": "5.1.38",
"5.0": "5.0.40",
"5.2": "5.2.24",
"5.2": "5.2.26",
"4.0": "4.0.36",
"4.1": "4.1.44",
"4.2": "4.2.36",
"4.3": "4.3.40",
"6.0": "6.0.2"
"6.0": "6.0.4"
}
2 changes: 1 addition & 1 deletion automatic/virtualbox/virtualbox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>virtualbox</id>
<title>VirtualBox</title>
<version>6.0.2</version>
<version>6.0.4</version>
<authors>Oracle Corporation</authors>
<owners>chocolatey, Rob Reynolds, Mike Dellanoce</owners>
<summary>VirtualBox is a general-purpose full virtualizer for x86 hardware, targeted at server, desktop and embedded use.</summary>
Expand Down

0 comments on commit f5d07d9

Please sign in to comment.