From 181c0ec9bd3dc6ed22553311ae628c9e422937b4 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Sat, 24 Feb 2024 00:15:25 +0000 Subject: [PATCH] AU: 5 updated - dropbox git git.install git.portable sourcetree [skip ci] --- automatic/dropbox/dropbox.json | 2 +- automatic/dropbox/dropbox.nuspec | 2 +- automatic/dropbox/tools/chocolateyinstall.ps1 | 10 +++++----- automatic/git.install/git.install.nuspec | 2 +- automatic/git.install/legal/VERIFICATION.txt | 8 ++++---- automatic/git.install/tools/chocolateyInstall.ps1 | 4 ++-- automatic/git.portable/git.portable.nuspec | 2 +- automatic/git.portable/legal/VERIFICATION.txt | 8 ++++---- automatic/git/git.nuspec | 4 ++-- automatic/sourcetree/sourcetree.nuspec | 2 +- automatic/sourcetree/tools/chocolateyInstall.ps1 | 4 ++-- 11 files changed, 24 insertions(+), 24 deletions(-) diff --git a/automatic/dropbox/dropbox.json b/automatic/dropbox/dropbox.json index 60712139b5d..ced6561fe6c 100644 --- a/automatic/dropbox/dropbox.json +++ b/automatic/dropbox/dropbox.json @@ -1,4 +1,4 @@ { - "beta": "194.3.6189-beta", + "beta": "194.3.6224-beta", "stable": "193.4.5594" } diff --git a/automatic/dropbox/dropbox.nuspec b/automatic/dropbox/dropbox.nuspec index 861f286bebc..1306980a517 100644 --- a/automatic/dropbox/dropbox.nuspec +++ b/automatic/dropbox/dropbox.nuspec @@ -2,7 +2,7 @@ dropbox - 194.3.6189-beta + 194.3.6224-beta Dropbox Dropbox chocolatey-community,ferventcoder,the-running-dev diff --git a/automatic/dropbox/tools/chocolateyinstall.ps1 b/automatic/dropbox/tools/chocolateyinstall.ps1 index 4edacec4dfa..04b7600ecda 100644 --- a/automatic/dropbox/tools/chocolateyinstall.ps1 +++ b/automatic/dropbox/tools/chocolateyinstall.ps1 @@ -4,7 +4,7 @@ if (!$PSScriptRoot) { } . "$PSScriptRoot\helper.ps1" -$version = '194.3.6189' +$version = '194.3.6224' if (!(IsVersionAlreadyInstalled $version)) { $stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) { $false } else { $true } @@ -13,10 +13,10 @@ if (!(IsVersionAlreadyInstalled $version)) { $packageArgs = @{ packageName = $env:ChocolateyPackageName softwareName = "Dropbox" - url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20194.3.6189%20Offline%20Installer.x86.exe' - url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20194.3.6189%20Offline%20Installer.x64.exe' - checksum = '5b41c6b42e7e71b4b8c7ead29ca3e9a22a2708627a0f50e2a36d33f5a99c7e36' - checksum64 = 'df4462a63c7272688eab06f6678c62bd0c3e146149da9989ee64b03c9d72c0d1' + url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20194.3.6224%20Offline%20Installer.x86.exe' + url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20194.3.6224%20Offline%20Installer.x64.exe' + checksum = '078eaf047e2feddb75d40ba20b58392fd80d1b0fb5ff50161e4b5b8223c1db89' + checksum64 = '4f5255dec56646f4d688d37a34794c7adb93be59c5537cec9e00eb1d037a69fe' fileType = 'exe' checksumType = 'sha256' checksumType64 = 'sha256' diff --git a/automatic/git.install/git.install.nuspec b/automatic/git.install/git.install.nuspec index 7f0c7068dd0..15ab4172c70 100644 --- a/automatic/git.install/git.install.nuspec +++ b/automatic/git.install/git.install.nuspec @@ -4,7 +4,7 @@ git.install Git (Install) - 2.43.0 + 2.44.0 The Git Development Community chocolatey-community Git for Windows offers a native set of tools that bring the full feature set of the Git SCM to Windows diff --git a/automatic/git.install/legal/VERIFICATION.txt b/automatic/git.install/legal/VERIFICATION.txt index b3a7342edbe..25b3d5cdbd4 100644 --- a/automatic/git.install/legal/VERIFICATION.txt +++ b/automatic/git.install/legal/VERIFICATION.txt @@ -5,14 +5,14 @@ in verifying that this package's contents are trustworthy. The installer has been downloaded from GitHub and can be verified like this: 1. Download the following installers: - 32-Bit: - 64-Bit: + 32-Bit: + 64-Bit: 2. You can use one of the following methods to obtain the checksum - Use powershell function 'Get-Filehash' - Use chocolatey utility 'checksum.exe' checksum type: - checksum32: AEE1587A4004C6A57B614C81FDC2AE1FA33DE0DAAF6B650CF6467E4253E024A9 - checksum64: A6058D7C4C16BFA5BCD6FDE051A92DE8C68535FD7EBADE55FC0AB1C41BE3C8D5 + checksum32: 5BA23D73E861D872416175AC6A05304875D6EC420C08D0217329580CA1EA0FFF + checksum64: 914FFC96CEE0631D09049B9D87D4CD8AC9C98EAD9A9F9A094D3341348324A9EC File 'LICENSE.txt' is obtained from diff --git a/automatic/git.install/tools/chocolateyInstall.ps1 b/automatic/git.install/tools/chocolateyInstall.ps1 index 64bf4c3af68..e4bcd2289e1 100644 --- a/automatic/git.install/tools/chocolateyInstall.ps1 +++ b/automatic/git.install/tools/chocolateyInstall.ps1 @@ -9,8 +9,8 @@ Stop-GitSSHAgent # Workaround for chocolateyBeforeModify.ps1 being bypassed if upgrading via metapackage (chocolatey/choco#1092) Stop-GitGPGAgent -$fileName32 = 'Git-2.43.0-32-bit.exe' -$fileName64 = 'Git-2.43.0-64-bit.exe' +$fileName32 = 'Git-2.44.0-32-bit.exe' +$fileName64 = 'Git-2.44.0-64-bit.exe' $silentArgs = "/VERYSILENT", "/SUPPRESSMSGBOXES", "/NORESTART", "/NOCANCEL", "/SP-", "/LOG", (Get-InstallComponents $pp) $silentArgs += Get-InstallOptions $pp diff --git a/automatic/git.portable/git.portable.nuspec b/automatic/git.portable/git.portable.nuspec index 249a932d8f6..877c535cd4a 100644 --- a/automatic/git.portable/git.portable.nuspec +++ b/automatic/git.portable/git.portable.nuspec @@ -4,7 +4,7 @@ git.portable Git (Portable) - 2.43.0 + 2.44.0 The Git Development Community chocolatey-community Git for Windows offers a native set of tools that bring the full feature set of the Git SCM to Windows diff --git a/automatic/git.portable/legal/VERIFICATION.txt b/automatic/git.portable/legal/VERIFICATION.txt index 0ab33a0afbc..606b55e70bf 100644 --- a/automatic/git.portable/legal/VERIFICATION.txt +++ b/automatic/git.portable/legal/VERIFICATION.txt @@ -5,14 +5,14 @@ in verifying that this package's contents are trustworthy. The installer has been downloaded from GitHub and can be verified like this: 1. Download the following installers: - 32-Bit: - 64-Bit: + 32-Bit: + 64-Bit: 2. You can use one of the following methods to obtain the checksum - Use powershell function 'Get-Filehash' - Use chocolatey utility 'checksum.exe' checksum type: - checksum32: C33F9AA7BF9C59E24DB71B65E9D75B1E8532562175AFEF380119AA1EEE90AFD1 - checksum64: C76216D032685FA972D129ECA30F8C9FB957EB9F46CCBCE954E70E07D6211961 + checksum32: E70C80672069907961F6DB68B0DB5E14EA0447F39C74CFD3C385882F3B934C6F + checksum64: 1FC64CA91B9B475AB0ADA72C9F7B3ADDBE69A6C8F520BE31425CF21841CCA369 File 'LICENSE.txt' is obtained from diff --git a/automatic/git/git.nuspec b/automatic/git/git.nuspec index 6c71c374f34..d7cf1abf70a 100644 --- a/automatic/git/git.nuspec +++ b/automatic/git/git.nuspec @@ -4,7 +4,7 @@ git Git - 2.43.0 + 2.44.0 The Git Development Community chocolatey-community Git for Windows offers a native set of tools that bring the full feature set of the Git SCM to Windows @@ -39,7 +39,7 @@ Example for passing in package parameters: false https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@10a8d98b2f320b565fa5349a4352e79666db71ff/icons/git.svg - + diff --git a/automatic/sourcetree/sourcetree.nuspec b/automatic/sourcetree/sourcetree.nuspec index 9c0188f9b8b..0e4444784df 100644 --- a/automatic/sourcetree/sourcetree.nuspec +++ b/automatic/sourcetree/sourcetree.nuspec @@ -4,7 +4,7 @@ sourcetree Sourcetree for Windows Enterprise - 3.4.16 + 3.4.17 Atlassian chocolatey-community http://www.sourcetreeapp.com diff --git a/automatic/sourcetree/tools/chocolateyInstall.ps1 b/automatic/sourcetree/tools/chocolateyInstall.ps1 index b49fba55501..6ec28cb5199 100644 --- a/automatic/sourcetree/tools/chocolateyInstall.ps1 +++ b/automatic/sourcetree/tools/chocolateyInstall.ps1 @@ -15,8 +15,8 @@ $packageArgs = @{ fileType = 'msi' silentArgs = "/qn /norestart ACCEPTEULA=1 /l*v `"$env:TEMP\$env:ChocolateyPackageName.$env:ChocolateyPackageVersion.log`"" validExitCodes= @(0,1641,3010) - url = 'https://product-downloads.atlassian.com/software/sourcetree/windows/ga/SourcetreeEnterpriseSetup_3.4.16.msi' - checksum = '5cf870928372e04415ec86a573fa416f1d6af0830cd15db814cc962a93d1de9e' + url = 'https://product-downloads.atlassian.com/software/sourcetree/windows/ga/SourcetreeEnterpriseSetup_3.4.17.msi' + checksum = 'd927b4e425c6b7abc1a2b685d5dd3a110613f727038cbf172c7a6d183b4c290d' checksumType = 'sha256' url64bit = '' checksum64 = ''