From 9e892197fec3744ccd10292aeacf0c217dc13304 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Sat, 23 Nov 2024 00:25:45 +0000 Subject: [PATCH] AU: 2 updated - chromium sourcetree [skip ci] https://gist.github.com/choco-bot/a14b1e5bfaf70839b338eb1ab7f8226f/ecedee073c97d98ca767f9d4f1fa912b09a62823 --- automatic/chromium/chromium.json | 2 +- automatic/chromium/chromium.nuspec | 2 +- automatic/chromium/legal/VERIFICATION.txt | 4 ++-- automatic/chromium/tools/chocolateyInstall.ps1 | 6 +++--- automatic/sourcetree/sourcetree.nuspec | 2 +- automatic/sourcetree/tools/chocolateyInstall.ps1 | 4 ++-- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 92a8a1ebb3c..af636dd7e30 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "133.0.6853.0-snapshots", + "snapshots": "133.0.6854.0-snapshots", "stable": "131.0.6778.86" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index fb4984afa29..7ca394db89a 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 133.0.6853.0-snapshots + 133.0.6854.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 1a0d63d2037..69365d12272 100644 --- a/automatic/chromium/legal/VERIFICATION.txt +++ b/automatic/chromium/legal/VERIFICATION.txt @@ -7,13 +7,13 @@ location on (the listed mirrors and can be verified by doing the following: 1. Download the following: - 64-Bit software: + 64-Bit software: 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 - checksum64: 080A5D09040122191894E4CA3F52F480271056C83614D0811A5FFC084D1F2C78 + checksum64: C5E5BBE0223496B2FB0E8A39927448B04E3D3CA7393796F9EFE57F6B833EB271 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 0ee32312f8a..921a74e7b51 100644 --- a/automatic/chromium/tools/chocolateyInstall.ps1 +++ b/automatic/chromium/tools/chocolateyInstall.ps1 @@ -2,7 +2,7 @@ $toolsDir = Split-Path -Parent $MyInvocation.MyCommand.Definition . (Join-Path $toolsDir 'helper.ps1') -$version = '133.0.6853.0-snapshots' +$version = '133.0.6854.0-snapshots' $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string @@ -15,8 +15,8 @@ if (Test-Path $Chromium) { $packageArgs = @{ packageName = 'chromium' - url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1386616/mini_installer.exe' - checksum = '6BC2C70B0B5A7FBB20DF86912C9E8354339D820DA28CA170A597A4D592D8D11E' + url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1387040/mini_installer.exe' + checksum = '0CD4952C0A384702399DEA4ACB4626248CB75D147D37E6AA3BBB3C0D5041E3E9' checksumType = 'sha256' file64 = "$toolsdir\chromium_x64.exe" fileType = 'exe' diff --git a/automatic/sourcetree/sourcetree.nuspec b/automatic/sourcetree/sourcetree.nuspec index 729b0e70e95..3a68b3938e0 100644 --- a/automatic/sourcetree/sourcetree.nuspec +++ b/automatic/sourcetree/sourcetree.nuspec @@ -4,7 +4,7 @@ sourcetree Sourcetree for Windows Enterprise - 3.4.18 + 3.4.21 Atlassian chocolatey-community http://www.sourcetreeapp.com diff --git a/automatic/sourcetree/tools/chocolateyInstall.ps1 b/automatic/sourcetree/tools/chocolateyInstall.ps1 index 80efa1a8d34..8f93b84815d 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.18.msi' - checksum = 'e78c75358ea780749567f325926993ed5bad7e06b3f24ecf162a1aeb2f1b886d' + url = 'https://product-downloads.atlassian.com/software/sourcetree/windows/ga/SourcetreeEnterpriseSetup_3.4.21.msi' + checksum = '7aec40ffa4e28210c49467c56b5679934094e4b861557ec71b6776f419b0e125' checksumType = 'sha256' url64bit = '' checksum64 = ''