From fe196af2b8f7d53196844e5e5a53dc62a4e8f508 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Tue, 15 Oct 2024 18:20:52 +0000 Subject: [PATCH] AU: 6 updated - 1password 1password8 GoogleChrome mkdocs-material Opera prey [skip ci] --- automatic/1password/1password.json | 2 +- automatic/1password/1password.nuspec | 4 ++-- automatic/1password8/1password8.nuspec | 2 +- automatic/1password8/tools/chocolateyInstall.ps1 | 4 ++-- automatic/googlechrome/googlechrome.nuspec | 2 +- automatic/googlechrome/tools/chocolateyInstall.ps1 | 6 +++--- automatic/mkdocs-material/mkdocs-material.nuspec | 2 +- automatic/mkdocs-material/tools/ChocolateyInstall.ps1 | 2 +- automatic/opera/opera.nuspec | 4 ++-- automatic/opera/tools/chocolateyInstall.ps1 | 10 +++++----- automatic/prey/legal/VERIFICATION.txt | 8 ++++---- automatic/prey/prey.json | 2 +- automatic/prey/prey.nuspec | 4 ++-- automatic/prey/tools/chocolateyInstall.ps1 | 4 ++-- 14 files changed, 28 insertions(+), 28 deletions(-) diff --git a/automatic/1password/1password.json b/automatic/1password/1password.json index fb104c0aa63..519c91ae2be 100644 --- a/automatic/1password/1password.json +++ b/automatic/1password/1password.json @@ -1,5 +1,5 @@ { "OPW4": "4.6.2.62601", "OPW7": "7.9.835", - "OPW8": "8.10.46" + "OPW8": "8.10.48" } diff --git a/automatic/1password/1password.nuspec b/automatic/1password/1password.nuspec index 3d6fc9cc47d..1633d7d2f7d 100644 --- a/automatic/1password/1password.nuspec +++ b/automatic/1password/1password.nuspec @@ -3,7 +3,7 @@ 1password - 8.10.46 + 8.10.48 1Password AgileBits chocolatey-community, AgileBits @@ -27,7 +27,7 @@ 1password utility trial cross-platform password keystore keys https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/1password - + diff --git a/automatic/1password8/1password8.nuspec b/automatic/1password8/1password8.nuspec index dfcad628dfe..629d08ae006 100644 --- a/automatic/1password8/1password8.nuspec +++ b/automatic/1password8/1password8.nuspec @@ -3,7 +3,7 @@ 1password8 - 8.10.46 + 8.10.48 1Password AgileBits chocolatey-community diff --git a/automatic/1password8/tools/chocolateyInstall.ps1 b/automatic/1password8/tools/chocolateyInstall.ps1 index 2426c9a63b5..ea54df90ce5 100644 --- a/automatic/1password8/tools/chocolateyInstall.ps1 +++ b/automatic/1password8/tools/chocolateyInstall.ps1 @@ -3,9 +3,9 @@ $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'msi' - url = 'https://downloads.1password.com/win/1PasswordSetup-8.10.46.msi' + url = 'https://downloads.1password.com/win/1PasswordSetup-8.10.48.msi' softwareName = '1Password*' - checksum = 'bd0d4c070ad4c76a51ccaae11f58e8af753cbff9b74427fa78f12cabd6da01d8' + checksum = '5e93bf1b1f3919362ea2817563dc0d4b3b696fbf1c7329279f28048712b55e79' checksumType = 'sha256' silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" validExitCodes = @(0, 1641, 3010) diff --git a/automatic/googlechrome/googlechrome.nuspec b/automatic/googlechrome/googlechrome.nuspec index 4fe4d376db2..8886121f1fc 100644 --- a/automatic/googlechrome/googlechrome.nuspec +++ b/automatic/googlechrome/googlechrome.nuspec @@ -3,7 +3,7 @@ GoogleChrome - 130.0.6723.44 + 130.0.6723.59 Google Chrome chocolatey-community Google LLC. diff --git a/automatic/googlechrome/tools/chocolateyInstall.ps1 b/automatic/googlechrome/tools/chocolateyInstall.ps1 index 6128adf2f71..4a7f58f2924 100644 --- a/automatic/googlechrome/tools/chocolateyInstall.ps1 +++ b/automatic/googlechrome/tools/chocolateyInstall.ps1 @@ -1,7 +1,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition . $toolsPath\helpers.ps1 -$version = '130.0.6723.44' +$version = '130.0.6723.59' if ($version -eq (Get-ChromeVersion)) { Write-Host "Google Chrome $version is already installed." return @@ -12,8 +12,8 @@ $packageArgs = @{ fileType = 'MSI' url = 'https://dl.google.com/dl/chrome/install/googlechromestandaloneenterprise.msi' url64bit = 'https://dl.google.com/dl/chrome/install/googlechromestandaloneenterprise64.msi' - checksum = 'b843211be8e445de18c1cad4f01649bd213bcde5f5533842abf407ae402c4d59' - checksum64 = 'a98a898da40bbbcc11bf189eb3305adeac9c035e56bf22a3047eb9bc3a1a3c77' + checksum = '4ad97a0b520b4f5f92964268d4ffb51d06d70679711b5d63c3cbd214d3d7ddf6' + checksum64 = 'b2cf743623bd076631cac4a2f6e03a310abf065145ecee75da48b9b589ab616a' checksumType = 'sha256' checksumType64 = 'sha256' silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" diff --git a/automatic/mkdocs-material/mkdocs-material.nuspec b/automatic/mkdocs-material/mkdocs-material.nuspec index 7ebcb73ebe7..acdc959d18c 100644 --- a/automatic/mkdocs-material/mkdocs-material.nuspec +++ b/automatic/mkdocs-material/mkdocs-material.nuspec @@ -4,7 +4,7 @@ mkdocs-material MkDocs Material Theme - 9.5.40 + 9.5.41 Martin Donath chocolatey-community http://squidfunk.github.io/mkdocs-material/ diff --git a/automatic/mkdocs-material/tools/ChocolateyInstall.ps1 b/automatic/mkdocs-material/tools/ChocolateyInstall.ps1 index ee5a57ee7eb..c27a9345bb5 100644 --- a/automatic/mkdocs-material/tools/ChocolateyInstall.ps1 +++ b/automatic/mkdocs-material/tools/ChocolateyInstall.ps1 @@ -1,6 +1,6 @@ Update-SessionEnvironment -$version = '9.5.40' +$version = '9.5.41' $proxy = Get-EffectiveProxy if ($proxy) { diff --git a/automatic/opera/opera.nuspec b/automatic/opera/opera.nuspec index ff7074837d8..00f291c5b95 100644 --- a/automatic/opera/opera.nuspec +++ b/automatic/opera/opera.nuspec @@ -3,7 +3,7 @@ Opera - 114.0.5282.94 + 114.0.5282.102 Opera chocolatey-community Opera @@ -28,7 +28,7 @@ For example: `--params '"/NoAutostart /NoDesktopShortcut /NoTaskbarShortcut"'` - **If the package is out of date please check [Version History](#versionhistory) for the latest submitted version. If you have a question, please ask it in [Chocolatey Community Package Discussions](https://github.com/chocolatey-community/chocolatey-packages/discussions) or raise an issue on the [Chocolatey Community Packages Repository](https://github.com/chocolatey-community/chocolatey-packages/issues) if you have problems with the package. Disqus comments will generally not be responded to.** ]]> The Opera web browser makes the Web fast and fun, giving you a better web browser experience on any computer. - https://blogs.opera.com/desktop/changelog-for-114/#b5282.94 + https://blogs.opera.com/desktop/changelog-for-114/#b5282.102 browser opera cross-platform internet admin https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/opera diff --git a/automatic/opera/tools/chocolateyInstall.ps1 b/automatic/opera/tools/chocolateyInstall.ps1 index 70e1562cca0..317263905ae 100644 --- a/automatic/opera/tools/chocolateyInstall.ps1 +++ b/automatic/opera/tools/chocolateyInstall.ps1 @@ -11,17 +11,17 @@ $parameters += if ($pp.NoTaskbarShortcut) { " /pintotaskbar=0"; Write-Host "Oper $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - url = 'https://get.geo.opera.com/pub/opera/desktop/114.0.5282.94/win/Opera_114.0.5282.94_Setup.exe' - url64 = 'https://get.geo.opera.com/pub/opera/desktop/114.0.5282.94/win/Opera_114.0.5282.94_Setup_x64.exe' - checksum = '39e7a72569112ab2218db52dc991427f8c788c27f502321df8e7d614933b2477' - checksum64 = '757ee90b5e3664f885465224918074d2715863b76a36865ad8c34c7e8ef16019' + url = 'https://get.geo.opera.com/pub/opera/desktop/114.0.5282.102/win/Opera_114.0.5282.102_Setup.exe' + url64 = 'https://get.geo.opera.com/pub/opera/desktop/114.0.5282.102/win/Opera_114.0.5282.102_Setup_x64.exe' + checksum = '0caadd29ac58563b9b35f9f5e3340c34f2ed9e59c5cdc6fd47948ca42c0c4668' + checksum64 = 'a2444a223580e6cbb271d32774e6d16a5b5d24cb71edd68b76556f7bb6724f15' checksumType = 'sha256' checksumType64 = 'sha256' silentArgs = '/install /silent /launchopera=0 /setdefaultbrowser=0 /allusers=1' + $parameters validExitCodes = @(0) } -$version = '114.0.5282.94' +$version = '114.0.5282.102' if (!$Env:ChocolateyForce -and (IsVersionAlreadyInstalled $version)) { Write-Output "Opera $version is already installed. Skipping download and installation." } diff --git a/automatic/prey/legal/VERIFICATION.txt b/automatic/prey/legal/VERIFICATION.txt index 1aeff898a20..f66ceb11605 100644 --- a/automatic/prey/legal/VERIFICATION.txt +++ b/automatic/prey/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: 31BBF65042E87C29FC5050B7A3A08EA10E023F2F89C2E3F7502FD447BCE6980C - checksum64: 7F62B6EAF41A07919D4CA81675DD52F434029438961CC78536FE9CFAE0B8973A + checksum32: E9544582A40C8F6849E04B053441935B834ED363372CCF5BF66ECFACB47887C7 + checksum64: 47294AA80E2D04C4FC218ED162ACDF508C739A9B22FBBBF534395887AE9686E2 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/prey/prey.json b/automatic/prey/prey.json index 46e4b02c2cb..6501bf3f2c3 100644 --- a/automatic/prey/prey.json +++ b/automatic/prey/prey.json @@ -6,5 +6,5 @@ "1.10": "1.10.10", "1.11": "1.11.10", "1.12": "1.12.18", - "1.13": "1.13.2" + "1.13": "1.13.3" } diff --git a/automatic/prey/prey.nuspec b/automatic/prey/prey.nuspec index fe4ebea2192..0c556751b3f 100644 --- a/automatic/prey/prey.nuspec +++ b/automatic/prey/prey.nuspec @@ -3,7 +3,7 @@ prey - 1.13.2 + 1.13.3 Prey chocolatey-community Fork Ltd @@ -21,7 +21,7 @@ Prey lets you keep track of your laptop, phone and tablet whenever stolen or mis - You may need to run `C:\Windows\Prey\current\bin\prey config gui -f` after installation to configure Prey. ]]> Prey is a lightweight application to track a laptop or mobile if it gets stolen or missing. - https://github.com/prey/prey-node-client/releases/tag/v1.13.2 + https://github.com/prey/prey-node-client/releases/tag/v1.13.3 prey anti-theft lockdown tracking admin foss cross-platform https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/prey https://github.com/prey/prey-node-client diff --git a/automatic/prey/tools/chocolateyInstall.ps1 b/automatic/prey/tools/chocolateyInstall.ps1 index f47f21f390b..a377b24eb3b 100644 --- a/automatic/prey/tools/chocolateyInstall.ps1 +++ b/automatic/prey/tools/chocolateyInstall.ps1 @@ -7,8 +7,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'msi' - file = "$toolsPath\prey-windows-1.13.2-x86.msi" - file64 = "$toolsPath\prey-windows-1.13.2-x64.msi" + file = "$toolsPath\prey-windows-1.13.3-x86.msi" + file64 = "$toolsPath\prey-windows-1.13.3-x64.msi" softwareName = 'prey*' silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" validExitCodes = @(0, 2010, 1641)