From 36c008beacd02e1955249750a0ccc11f8f5142d0 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Wed, 20 Mar 2024 18:19:49 +0000 Subject: [PATCH] AU: 6 updated - brave displayfusion etcd jenkins mp3tag Waterfox [skip ci] https://gist.github.com/choco-bot/a14b1e5bfaf70839b338eb1ab7f8226f/f918ee12cfbac3e327bb5aa923165d6f0f2fe832 --- automatic/brave/brave.json | 2 +- automatic/brave/brave.nuspec | 8 +++---- automatic/brave/legal/VERIFICATION.txt | 4 ++-- automatic/brave/tools/chocolateyInstall.ps1 | 8 +++---- automatic/displayfusion/displayfusion.json | 2 +- automatic/displayfusion/displayfusion.nuspec | 2 +- .../displayfusion/legal/VERIFICATION.txt | 4 ++-- .../displayfusion/tools/chocolateyInstall.ps1 | 2 +- automatic/etcd/etcd.json | 2 +- automatic/etcd/etcd.nuspec | 22 +++++++++---------- automatic/etcd/legal/VERIFICATION.txt | 6 ++--- automatic/jenkins/jenkins.nuspec | 2 +- automatic/jenkins/legal/VERIFICATION.txt | 4 ++-- automatic/mp3tag/legal/VERIFICATION.txt | 8 +++---- automatic/mp3tag/mp3tag.nuspec | 2 +- automatic/mp3tag/tools/ChocolateyInstall.ps1 | 4 ++-- automatic/waterfox/legal/VERIFICATION.txt | 4 ++-- .../waterfox/tools/chocolateyInstall.ps1 | 2 +- automatic/waterfox/waterfox.json | 2 +- automatic/waterfox/waterfox.nuspec | 2 +- 20 files changed, 46 insertions(+), 46 deletions(-) diff --git a/automatic/brave/brave.json b/automatic/brave/brave.json index aef514502cf..6055127d2ea 100644 --- a/automatic/brave/brave.json +++ b/automatic/brave/brave.json @@ -1,4 +1,4 @@ { - "stable": "1.63.174", + "stable": "1.64.109", "beta": "1.65.87-beta" } diff --git a/automatic/brave/brave.nuspec b/automatic/brave/brave.nuspec index a8ec889aecf..67a75200762 100644 --- a/automatic/brave/brave.nuspec +++ b/automatic/brave/brave.nuspec @@ -2,8 +2,8 @@ brave - 1.65.87-beta - Brave Browser (Beta) + 1.64.109 + Brave Browser - https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a23ca306537e2537a574ddc55e9c28dc1151ab30/icons/brave-beta.svg + https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a23ca306537e2537a574ddc55e9c28dc1151ab30/icons/brave.svg A browser that lets you browse safer and faster by blocking ads and trackers. chocolatey-community, Sanshiro Brave Software Inc. diff --git a/automatic/brave/legal/VERIFICATION.txt b/automatic/brave/legal/VERIFICATION.txt index 656a409d415..f97a02a4d50 100644 --- a/automatic/brave/legal/VERIFICATION.txt +++ b/automatic/brave/legal/VERIFICATION.txt @@ -6,14 +6,14 @@ The installer has been downloaded from the GitHub mirror and can be verified lik 1. Download the following installer(s): -x86_64: https://github.com/brave/brave-browser/releases/download/v1.65.87/BraveBrowserStandaloneSilentBetaSetup.exe +x86_64: https://github.com/brave/brave-browser/releases/download/v1.64.109/BraveBrowserStandaloneSilentSetup.exe 2. You can use one of the following methods to obtain the checksum(s): - Use powershell function 'Get-Filehash' - Use chocolatey utility 'checksum.exe' checksum type: sha256 -checksum64: B276095D1C67CC0BC0A62DDEE49B114ED741B5672ED213BA9C8F6F1AB562B953 +checksum64: 597D923E654DD8BD435FD9F1DFB5CC8BE757BFD385468FABB18604F12D376419 The included 'LICENSE.txt' file have been obtained from: https://github.com/brave/brave-browser/blob/master/LICENSE diff --git a/automatic/brave/tools/chocolateyInstall.ps1 b/automatic/brave/tools/chocolateyInstall.ps1 index 66da9e64c3e..4915f2851d9 100644 --- a/automatic/brave/tools/chocolateyInstall.ps1 +++ b/automatic/brave/tools/chocolateyInstall.ps1 @@ -3,13 +3,13 @@ $packageArgs = @{ packageName = $env:ChocolateyPackageName - url = 'https://github.com/brave/brave-browser/releases/download/v1.65.87/BraveBrowserStandaloneSilentBetaSetup32.exe' - checksum = '97D856E55307FC1DB5026F31742D3EA2A30955CAE5838031A4B5D7AB08C9C733' + url = 'https://github.com/brave/brave-browser/releases/download/v1.64.109/BraveBrowserStandaloneSilentSetup32.exe' + checksum = '1B799823239FE68C15E7555A65CB7E153B899F181A6A5C18573ABE4BB32906A0' checksumType= 'sha256' - file64 = "$toolsPath\BraveBrowserStandaloneSilentBetaSetup.exe" + file64 = "$toolsPath\BraveBrowserStandaloneSilentSetup.exe" } -[version]$softwareVersion = '1.65.87' +[version]$softwareVersion = '1.64.109' Write-Host "Checking already installed version..." $installedVersion = Get-InstalledVersion diff --git a/automatic/displayfusion/displayfusion.json b/automatic/displayfusion/displayfusion.json index 27d9c247411..98c43389a46 100644 --- a/automatic/displayfusion/displayfusion.json +++ b/automatic/displayfusion/displayfusion.json @@ -1,4 +1,4 @@ { "stable": "10.1.2", - "unstable": "11.0-Beta2" + "unstable": "11.0-Beta3" } diff --git a/automatic/displayfusion/displayfusion.nuspec b/automatic/displayfusion/displayfusion.nuspec index 80624dc74ac..edeb59d1060 100644 --- a/automatic/displayfusion/displayfusion.nuspec +++ b/automatic/displayfusion/displayfusion.nuspec @@ -3,7 +3,7 @@ displayfusion - 11.0-Beta2 + 11.0-Beta3 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/displayfusion chocolatey-community, keithlammers, the-running-dev DisplayFusion diff --git a/automatic/displayfusion/legal/VERIFICATION.txt b/automatic/displayfusion/legal/VERIFICATION.txt index 658946a450c..4e42ab9e86c 100644 --- a/automatic/displayfusion/legal/VERIFICATION.txt +++ b/automatic/displayfusion/legal/VERIFICATION.txt @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download location on and can be verified by doing the following: -1. Download the following +1. Download the following 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: E085A9B362DF6A04D93D78903CE791B07880DB58012984C0AEBEDE21535B56B5 + checksum: 8C521B22606E7EE20FF93BB8326CAAB6F6ECDE19A4803DBD373DE32F43B653B3 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/displayfusion/tools/chocolateyInstall.ps1 b/automatic/displayfusion/tools/chocolateyInstall.ps1 index 355b629f52a..7f4881e65d9 100644 --- a/automatic/displayfusion/tools/chocolateyInstall.ps1 +++ b/automatic/displayfusion/tools/chocolateyInstall.ps1 @@ -7,7 +7,7 @@ $localeTwoLetter = (Get-UICulture).TwoLetterISOLanguageName $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - file = "$toolsPath\DisplayFusionSetup-11.0-Beta2.exe" + file = "$toolsPath\DisplayFusionSetup-11.0-Beta3.exe" softwareName = 'displayfusion*' silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LANG=$localeTwoLetter /STARTUPALL=1 /CONTEXTMENU=0 /LAUNCHAFTER=0 /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`"" validExitCodes = @(0, 1641, 3010) diff --git a/automatic/etcd/etcd.json b/automatic/etcd/etcd.json index bfc310ac019..55712a3d742 100644 --- a/automatic/etcd/etcd.json +++ b/automatic/etcd/etcd.json @@ -5,7 +5,7 @@ "3.1": "3.1.20", "3.2": "3.2.32", "3.3": "3.3.27", - "3.4": "3.4.30", + "3.4": "3.4.31", "3.5": "3.5.12", "3.6": "3.6.0-alpha0" } diff --git a/automatic/etcd/etcd.nuspec b/automatic/etcd/etcd.nuspec index 1c43b255683..59c5a934bf8 100644 --- a/automatic/etcd/etcd.nuspec +++ b/automatic/etcd/etcd.nuspec @@ -3,7 +3,7 @@ etcd - 3.4.30 + 3.4.31 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/etcd chocolatey-community,dgalbraith,Andrei Bejenaru,Robert Labrie etcd (Install) @@ -52,7 +52,7 @@ For installation guides, please check out [play.etcd.io](http://play.etcd.io) an ###### Linux ```bash -ETCD_VER=v3.4.30 +ETCD_VER=v3.4.31 # choose either URL GOOGLE_URL=https://storage.googleapis.com/etcd @@ -82,7 +82,7 @@ rm -f /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz ###### macOS (Darwin) ```bash -ETCD_VER=v3.4.30 +ETCD_VER=v3.4.31 # choose either URL GOOGLE_URL=https://storage.googleapis.com/etcd @@ -106,13 +106,13 @@ etcd uses [`gcr.io/etcd-development/etcd`](https://gcr.io/etcd-development/etcd) ```bash rm -rf /tmp/etcd-data.tmp && mkdir -p /tmp/etcd-data.tmp && \ - docker rmi gcr.io/etcd-development/etcd:v3.4.30 || true && \ + docker rmi gcr.io/etcd-development/etcd:v3.4.31 || true && \ docker run \ -p 2379:2379 \ -p 2380:2380 \ --mount type=bind,source=/tmp/etcd-data.tmp,destination=/etcd-data \ - --name etcd-gcr-v3.4.30 \ - gcr.io/etcd-development/etcd:v3.4.30 \ + --name etcd-gcr-v3.4.31 \ + gcr.io/etcd-development/etcd:v3.4.31 \ /usr/local/bin/etcd \ --name s1 \ --data-dir /etcd-data \ @@ -127,11 +127,11 @@ rm -rf /tmp/etcd-data.tmp && mkdir -p /tmp/etcd-data.tmp && \ --logger zap \ --log-outputs stderr -docker exec etcd-gcr-v3.4.30 /usr/local/bin/etcd --version -docker exec etcd-gcr-v3.4.30 /usr/local/bin/etcdctl version -docker exec etcd-gcr-v3.4.30 /usr/local/bin/etcdctl endpoint health -docker exec etcd-gcr-v3.4.30 /usr/local/bin/etcdctl put foo bar -docker exec etcd-gcr-v3.4.30 /usr/local/bin/etcdctl get foo +docker exec etcd-gcr-v3.4.31 /usr/local/bin/etcd --version +docker exec etcd-gcr-v3.4.31 /usr/local/bin/etcdctl version +docker exec etcd-gcr-v3.4.31 /usr/local/bin/etcdctl endpoint health +docker exec etcd-gcr-v3.4.31 /usr/local/bin/etcdctl put foo bar +docker exec etcd-gcr-v3.4.31 /usr/local/bin/etcdctl get foo ``` diff --git a/automatic/etcd/legal/VERIFICATION.txt b/automatic/etcd/legal/VERIFICATION.txt index 61db47fcc4c..5090d698f23 100644 --- a/automatic/etcd/legal/VERIFICATION.txt +++ b/automatic/etcd/legal/VERIFICATION.txt @@ -4,11 +4,11 @@ Verification is intended to assist the Chocolatey moderators and community in verifying that this package's contents are trustworthy. The embedded software have been downloaded from the listed download -location on +location on and can be verified by doing the following: 1. Download the following: - software: + software: 2. Get the checksum using one of the following methods: - Using powershell function 'Get-FileHash' @@ -17,6 +17,6 @@ and can be verified by doing the following: 3. The checksums should match the following: checksum type: sha256 - checksum: D5C8A3F2B4BF31BC51F3C5988BB1407F99B2A12DFAEC1026D117DD6678790B33 + checksum: BA0018FA133766C3406E73CAC8D699E9C133A515855910AB31C94AF40B91CC7D The file 'LICENSE.txt' has been obtained from diff --git a/automatic/jenkins/jenkins.nuspec b/automatic/jenkins/jenkins.nuspec index dbf69b63f54..51393a6775a 100644 --- a/automatic/jenkins/jenkins.nuspec +++ b/automatic/jenkins/jenkins.nuspec @@ -3,7 +3,7 @@ jenkins - 2.440.1 + 2.440.2 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/jenkins chocolatey-community,pauby,johnypony3 Jenkins diff --git a/automatic/jenkins/legal/VERIFICATION.txt b/automatic/jenkins/legal/VERIFICATION.txt index 2550df42d93..ca894bbc1bf 100644 --- a/automatic/jenkins/legal/VERIFICATION.txt +++ b/automatic/jenkins/legal/VERIFICATION.txt @@ -5,12 +5,12 @@ in verifying that this package's contents are trustworthy. The installer has been downloaded from their official download link from 1. Download the file via: - 64-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: sha256 - checksum64: 8F50A925C29D94A6D8FF93D043B9F85403A9ED4D0E6D64F85DD5F98D9EA3D374 + checksum64: D8A011F865ED0EEC7A64139BD6EFE4C60C72216EF0600E52470B844CFD92AD01 File 'LICENSE.txt' is obtained from diff --git a/automatic/mp3tag/legal/VERIFICATION.txt b/automatic/mp3tag/legal/VERIFICATION.txt index fd64ce94bd5..4c3986f225b 100644 --- a/automatic/mp3tag/legal/VERIFICATION.txt +++ b/automatic/mp3tag/legal/VERIFICATION.txt @@ -7,15 +7,15 @@ location on and can be verified by doing the following: 1. Download the following: - 32-Bit software: - 64-Bit software: + 32-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 - checksum32: 814634848CCAEE502F2769BB0F2D31E804C75828B3C2EE6B78916F6D91EF27F9 - checksum64: 0E2DCC6AF43497B1A5D33C0943C2D4325A09D4F8D900CCF2ACAC08F552C79DB8 + checksum32: 30BEFB3C41535118A2D6867E284FF9C8AE92EC4475BFB6265DD9DF87DFF1E15F + checksum64: 2C16586B8658DA349111CD9DCD57C3F6CE15019DF647AC66AF3E01E9A13280E9 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/mp3tag/mp3tag.nuspec b/automatic/mp3tag/mp3tag.nuspec index 6687a28a571..811784cb45f 100644 --- a/automatic/mp3tag/mp3tag.nuspec +++ b/automatic/mp3tag/mp3tag.nuspec @@ -3,7 +3,7 @@ mp3tag - 3.24.1-beta + 3.24.2-beta Mp3tag chocolatey-community Florian Heidenreich diff --git a/automatic/mp3tag/tools/ChocolateyInstall.ps1 b/automatic/mp3tag/tools/ChocolateyInstall.ps1 index 6518c2c2be5..b2e1e4538cd 100644 --- a/automatic/mp3tag/tools/ChocolateyInstall.ps1 +++ b/automatic/mp3tag/tools/ChocolateyInstall.ps1 @@ -24,8 +24,8 @@ New-Item $iniFile -type file -force -value $iniContent $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - file = "$toolsPath\mp3tagv324asetup.exe" - file64 = "$toolsPath\mp3tagv324a-x64-setup.exe" + file = "$toolsPath\mp3tagv324bsetup.exe" + file64 = "$toolsPath\mp3tagv324b-x64-setup.exe" silentArgs = "/S" validExitCodes = @(0) } diff --git a/automatic/waterfox/legal/VERIFICATION.txt b/automatic/waterfox/legal/VERIFICATION.txt index 1eb6d769899..a7550cd6fef 100644 --- a/automatic/waterfox/legal/VERIFICATION.txt +++ b/automatic/waterfox/legal/VERIFICATION.txt @@ -5,12 +5,12 @@ in verifying that this package's contents are trustworthy. The installer has been downloaded from their official download link listed on <> and can be verified like this: -1. Download +1. Download 2. Then use one of the following methods to obtain the checksum - Use powershell function 'Get-Filehash' - Use chocolatey utility 'checksum.exe' checksum type: sha256 - checksum: 5044632ADFE98A186CAC1A646846AF2AEF48BFAACB668CE7A160DE08CEACF57B + checksum: B8BF660703F40B4E1F647DF60DD24DE91BC923A89D6732A8F9C8521EC4362710 File 'LICENSE.md' is obtained from diff --git a/automatic/waterfox/tools/chocolateyInstall.ps1 b/automatic/waterfox/tools/chocolateyInstall.ps1 index a8fe3524325..656db579bb3 100644 --- a/automatic/waterfox/tools/chocolateyInstall.ps1 +++ b/automatic/waterfox/tools/chocolateyInstall.ps1 @@ -10,7 +10,7 @@ $packageArgs = @{ packageName = 'Waterfox' fileType = 'exe' softwareName = 'Waterfox*' - file = "$toolsDir\Waterfox Setup G6.0.9_x64.exe" + file = "$toolsDir\Waterfox Setup G6.0.10_x64.exe" silentArgs = "/S" validExitCodes= @(0) } diff --git a/automatic/waterfox/waterfox.json b/automatic/waterfox/waterfox.json index c97388e8447..dd05754082e 100644 --- a/automatic/waterfox/waterfox.json +++ b/automatic/waterfox/waterfox.json @@ -1,4 +1,4 @@ { - "current": "24036.0.9", + "current": "24036.0.10", "classic": "2022.11" } diff --git a/automatic/waterfox/waterfox.nuspec b/automatic/waterfox/waterfox.nuspec index 2e3940b1149..b2b6cf4e199 100644 --- a/automatic/waterfox/waterfox.nuspec +++ b/automatic/waterfox/waterfox.nuspec @@ -3,7 +3,7 @@ Waterfox - 24036.0.9 + 24036.0.10 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/waterfox chocolatey-community,tonigellida,admiringworm Waterfox