Skip to content

Commit

Permalink
AU: 4 updated - blender dropbox smartftp sysinternals
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jun 27, 2023
1 parent 99e1b76 commit 3260af3
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion automatic/blender/blender.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>blender</id>
<version>3.5.1</version>
<version>3.6.0</version>
<title>Blender</title>
<owners>chocolatey-community, Redsandro</owners>
<authors>Blender Foundation</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/blender/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $packageArgs = @{
packageName = 'blender'
softwareName = 'Blender'
fileType = 'MSI'
url64bit = 'https://download.blender.org/release/Blender3.5/blender-3.5.1-windows-x64.msi'
checksum64 = 'c395798af29cc4a63f47af46b6a2e5aa985742dae1417fcba482270ef65e584b'
url64bit = 'https://download.blender.org/release/Blender3.6/blender-3.6.0-windows-x64.msi'
checksum64 = 'ac93288c9fbd4dce776e254e54d4e054a9168d17b8aa1b852549aa22b7d68c25'
checksumType64 = 'sha256'
silentArgs = '/quiet /norestart'
validExitCodes = @(0, 2010, 1641)
Expand Down
2 changes: 1 addition & 1 deletion automatic/blender/update.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function global:au_GetLatest {
$download_page = Invoke-WebRequest -Uri $releases -UseBasicParsing

$re = 'windows-x64\.msi\/$'
$url64 = $download_page.links | ? href -match $re | Select-Object -First 1 -Expand href
$url64 = $download_page.links | Where-Object href -match $re | Select-Object -First 1 -Expand href

$verRe = '-'
$version64 = $url64 -split "$verRe" | Select-Object -First 1 -Skip 1
Expand Down
4 changes: 2 additions & 2 deletions automatic/dropbox/dropbox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"beta": "177.3.5390-beta",
"stable": "176.4.5108"
"beta": "178.3.4676-beta",
"stable": "177.4.5399"
}
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>177.3.5390-beta</version>
<version>177.4.5399</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey-community,ferventcoder,the-running-dev</owners>
Expand Down
10 changes: 5 additions & 5 deletions automatic/dropbox/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if (!$PSScriptRoot) {
}
. "$PSScriptRoot\helper.ps1"

$version = '177.3.5390'
$version = '177.4.5399'

if (!(IsVersionAlreadyInstalled $version)) {
$stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) { $false } else { $true }
Expand All @@ -13,10 +13,10 @@ if (!(IsVersionAlreadyInstalled $version)) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox"
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20177.3.5390%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20177.3.5390%20Offline%20Installer.x64.exe'
checksum = 'f1b5dd1515b8a12cd6c90457d1f65bf7870268a16e7bf02ff1030ca3677c7f12'
checksum64 = '719d40961f32e721aa8d8ba1342900b680e2b6258a2bfabf31d723b09a31d3da'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20177.4.5399%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20177.4.5399%20Offline%20Installer.x64.exe'
checksum = '5b14a8416bc29e90cd6d37221eb25e9962e4b415fd3648c904c24008a4346872'
checksum64 = '68b4d5bae4754dfe3b675b0ef676137dc96cbe88ea48582c438c9af9148172ad'
fileType = 'exe'
checksumType = 'sha256'
checksumType64 = 'sha256'
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-community</owners>
<version>10.0.3132.0</version>
<version>10.0.3133.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
2 changes: 1 addition & 1 deletion automatic/smartftp/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $packageArgs = @{
url = 'https://www.smartftp.com/get/SmartFTP86.msi'
url64bit = 'https://www.smartftp.com/get/SmartFTP64.msi'
checksum = '8d885003aa204d160b3cfab01f7f686126dddc0e25d171ec7dd14bf3b369e85e'
checksum64 = '2eab9c66ec578bbe3c2af57031cd7dda92afa3f31f9cb3b307510a63a2e0b73f'
checksum64 = 'ef1a3cfedc9b8dcc6b780783435e1384c6e508d85ef660e62b009fcfdf55dcd0'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet'
Expand Down
2 changes: 1 addition & 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>2023.6.7</version>
<version>2023.6.27</version>
<authors>Mark Russinovich, Bryce Cogswell</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>Sysinternals - utilities to help you manage, troubleshoot and diagnose your Windows systems and applications.</summary>
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 = '31bf39f215e4101cc4d16aeca67eecb664d112609e4280772edf2e3e932a5f7a'
checksum = '6ceac973bed6154015e1f82c573d464485461a433bd7849fe25d3312aae96b04'
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 = 'd4f4ec16701aa20ebb3bd51bd1a753c83f27faa98e60fb1ec3df72b8b48367a6'
$packageArgs.checksum = '3c09da185f84c958e21791e5fb14dfb73079b7e908b1471cc697f50dd708c69e'
}

$old_path = 'c:\sysinternals'
Expand Down

0 comments on commit 3260af3

Please sign in to comment.