From 40fe4c1c4964b30fbf829da2e69b07f56635d26f Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Thu, 15 Jun 2023 18:15:22 +0000 Subject: [PATCH] AU: 8 updated - dropbox freecad googlechromebeta mkdocs-material mono Opera vscode vscode.install [skip ci] https://gist.github.com/choco-bot/a14b1e5bfaf70839b338eb1ab7f8226f/d7c355b45ba96432eee6b42411d992bb90c8f38c --- automatic/dropbox/dropbox.json | 2 +- automatic/dropbox/dropbox.nuspec | 2 +- automatic/dropbox/tools/chocolateyinstall.ps1 | 10 +++++----- automatic/freecad/freecad.json | 2 +- automatic/freecad/freecad.nuspec | 2 +- automatic/freecad/tools/chocolateyInstall.ps1 | 4 ++-- automatic/googlechromebeta/googlechromebeta.nuspec | 2 +- automatic/googlechromebeta/tools/chocolateyInstall.ps1 | 6 +++--- automatic/mkdocs-material/mkdocs-material.nuspec | 2 +- automatic/mkdocs-material/tools/ChocolateyInstall.ps1 | 2 +- automatic/mono/mono.nuspec | 2 +- automatic/mono/tools/chocolateyInstall.ps1 | 8 ++++---- automatic/mono/update.ps1 | 8 ++++---- automatic/opera/opera.nuspec | 4 ++-- automatic/opera/tools/chocolateyInstall.ps1 | 10 +++++----- automatic/vscode.install/tools/ChocolateyInstall.ps1 | 10 +++++----- automatic/vscode.install/vscode.install.nuspec | 2 +- automatic/vscode/vscode.nuspec | 4 ++-- 18 files changed, 41 insertions(+), 41 deletions(-) diff --git a/automatic/dropbox/dropbox.json b/automatic/dropbox/dropbox.json index 94bab6dc59a..9c4808b2856 100644 --- a/automatic/dropbox/dropbox.json +++ b/automatic/dropbox/dropbox.json @@ -1,4 +1,4 @@ { - "beta": "177.3.5380-beta", + "beta": "177.3.5390-beta", "stable": "176.4.5108" } diff --git a/automatic/dropbox/dropbox.nuspec b/automatic/dropbox/dropbox.nuspec index 334490718c5..30b487f58ad 100644 --- a/automatic/dropbox/dropbox.nuspec +++ b/automatic/dropbox/dropbox.nuspec @@ -2,7 +2,7 @@ dropbox - 176.4.5108 + 177.3.5390-beta Dropbox Dropbox chocolatey-community,ferventcoder,the-running-dev diff --git a/automatic/dropbox/tools/chocolateyinstall.ps1 b/automatic/dropbox/tools/chocolateyinstall.ps1 index 4a30c476b7c..b080616093f 100644 --- a/automatic/dropbox/tools/chocolateyinstall.ps1 +++ b/automatic/dropbox/tools/chocolateyinstall.ps1 @@ -4,7 +4,7 @@ if (!$PSScriptRoot) { } . "$PSScriptRoot\helper.ps1" -$version = '176.4.5108' +$version = '177.3.5390' 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%20176.4.5108%20Offline%20Installer.x86.exe' - url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20176.4.5108%20Offline%20Installer.x64.exe' - checksum = '47ec97baf91aec2bd7e85bf99ae2550592ecf4b34298677cf8a6bec00d9b911a' - checksum64 = '72b10bdad3ccf1d627f8be0a14520f9b08f29494c68e5e7e07a98e618cd013ad' + 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' fileType = 'exe' checksumType = 'sha256' checksumType64 = 'sha256' diff --git a/automatic/freecad/freecad.json b/automatic/freecad/freecad.json index 6ce2792b495..8f41903851a 100644 --- a/automatic/freecad/freecad.json +++ b/automatic/freecad/freecad.json @@ -1,5 +1,5 @@ { "stable": "0.20.2.1", "portable": "0.20.2.1", - "dev": "33345.2023.6.11-dev" + "dev": "33345.2023.6.15-dev" } diff --git a/automatic/freecad/freecad.nuspec b/automatic/freecad/freecad.nuspec index 7b29820e350..f37a3ef4763 100644 --- a/automatic/freecad/freecad.nuspec +++ b/automatic/freecad/freecad.nuspec @@ -3,7 +3,7 @@ freecad - 33345.2023.6.11-dev + 33345.2023.6.15-dev FreeCAD chocolatey-community,purity Jürgen Riegel diff --git a/automatic/freecad/tools/chocolateyInstall.ps1 b/automatic/freecad/tools/chocolateyInstall.ps1 index 38f6e85cfc3..113f655c9fc 100644 --- a/automatic/freecad/tools/chocolateyInstall.ps1 +++ b/automatic/freecad/tools/chocolateyInstall.ps1 @@ -7,11 +7,11 @@ $packageArgs = @{ packageName = 'freecad' fileType = '7z' url = '' - url64 = 'https://github.com/FreeCAD/FreeCAD-Bundle/releases/download/weekly-builds/FreeCAD_weekly-builds-33345-2023-06-11-conda-Windows-x86_64-py310.7z' + url64 = 'https://github.com/FreeCAD/FreeCAD-Bundle/releases/download/weekly-builds/FreeCAD_weekly-builds-33345-2023-06-15-conda-Windows-x86_64-py310.7z' softwareName = 'FreeCAD' checksum = '' checksumType = '' - checksum64 = 'C7512AC9F55C5EAA6D5E72CC1409E4D2DB66C08D7C24C650AE6A8D31DA83B598' + checksum64 = '047599D03B9933D9959A25DC7E31970CEF0BD0AF5C5F91A6A16DB508D91A35A4' checksumType64 = 'sha256' silentArgs = '/S' validExitCodes = @(0) diff --git a/automatic/googlechromebeta/googlechromebeta.nuspec b/automatic/googlechromebeta/googlechromebeta.nuspec index dd4e9fb9bb0..8d8e81a3da3 100644 --- a/automatic/googlechromebeta/googlechromebeta.nuspec +++ b/automatic/googlechromebeta/googlechromebeta.nuspec @@ -3,7 +3,7 @@ googlechromebeta - 115.0.5790.24-beta + 115.0.5790.32-beta Google Chrome Beta chocolatey-community,nsleigh Google LLC. diff --git a/automatic/googlechromebeta/tools/chocolateyInstall.ps1 b/automatic/googlechromebeta/tools/chocolateyInstall.ps1 index b860ce448fd..7ae79dd3ea7 100644 --- a/automatic/googlechromebeta/tools/chocolateyInstall.ps1 +++ b/automatic/googlechromebeta/tools/chocolateyInstall.ps1 @@ -1,7 +1,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition . $toolsPath\helpers.ps1 -$version = '115.0.5790.24-beta' +$version = '115.0.5790.32-beta' if ($version -eq (Get-ChromeBetaVersion)) { Write-Host "Google Chrome Beta $version is already installed." return @@ -12,8 +12,8 @@ $packageArgs = @{ fileType = 'MSI' url = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise.msi' url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise64.msi' - checksum = 'e368475848470385825eb3ac9c86773e8b21ebb9b7b96b369b598d14e985c7c5' - checksum64 = '93159a463c5bbc29f6049875b38c44fb47c77e9fd48c61aeb9ce784ab6ac6201' + checksum = 'f2cc598e2b3ca7caf6b6027471cee14c92c1c36d1a128fcf2eaa408a3d6a8faa' + checksum64 = '9ce084b3a426ab1d5932b09913d2e791c2c950872a3e9f47d8c4889a2286ce2a' 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 159ef43f222..981660ebbcd 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.1.15 + 9.1.16 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 a8ac0546333..11c90a20c7b 100644 --- a/automatic/mkdocs-material/tools/ChocolateyInstall.ps1 +++ b/automatic/mkdocs-material/tools/ChocolateyInstall.ps1 @@ -1,6 +1,6 @@ Update-SessionEnvironment -$version = '9.1.15' +$version = '9.1.16' $proxy = Get-EffectiveProxy if ($proxy) { diff --git a/automatic/mono/mono.nuspec b/automatic/mono/mono.nuspec index 8aeea28d205..b05bb6e4bbb 100644 --- a/automatic/mono/mono.nuspec +++ b/automatic/mono/mono.nuspec @@ -3,7 +3,7 @@ mono - 6.12.0.182 + 6.12.0.199 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/mono Mono Miguel de Icaza, other Mono committers diff --git a/automatic/mono/tools/chocolateyInstall.ps1 b/automatic/mono/tools/chocolateyInstall.ps1 index 04a9c885665..ccfdb365bcc 100644 --- a/automatic/mono/tools/chocolateyInstall.ps1 +++ b/automatic/mono/tools/chocolateyInstall.ps1 @@ -3,12 +3,12 @@ $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'msi' - url = 'https://download.mono-project.com/archive/6.12.0/windows-installer/mono-6.12.0.182-gtksharp-2.12.45-win32-0.msi' - url64bit = 'https://download.mono-project.com/archive/6.12.0/windows-installer/mono-6.12.0.182-x64-0.msi' + url = 'https://download.mono-project.com/archive/6.12.0/windows-installer/mono-6.12.0.199-gtksharp-2.12.45-win32-0.msi' + url64bit = 'https://download.mono-project.com/archive/6.12.0/windows-installer/mono-6.12.0.199-x64-0.msi' softwareName = 'Mono for Windows*' - checksum = 'c930c8b96b6cb38d4cf56118ed03c93ba1055ac57f97555f55282474ba4e7796' + checksum = '6eceda58480e87c097193969a2e5442ed7fd1134291a03fcfe525705a836a680' checksumType = 'sha256' - checksum64 = '1e6b87d72416cee3d9df2f9a643a09002a3adb5a0b38604adff988446927d5c8' + checksum64 = 'd3d103f56238c421a34d3cb17f5377139b1c075521024bb71da4aafefe4fba6d' checksumType64 = 'sha256' silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" validExitCodes = @(0, 3010, 1641) diff --git a/automatic/mono/update.ps1 b/automatic/mono/update.ps1 index f3370cfdde3..9804d6af206 100644 --- a/automatic/mono/update.ps1 +++ b/automatic/mono/update.ps1 @@ -19,18 +19,18 @@ function global:au_GetLatest { $download_page = Invoke-WebRequest -Uri $releases -UseBasicParsing $re = 'mono.*win32[\-\d]+\.msi$' - $url32 = $download_page.Links | ? href -match $re | select -first 1 -expand href + $url32 = $download_page.Links | Where-Object href -match $re | Select-Object -first 1 -expand href # Temporary fix $url32 = [uri]::EscapeUriString($url32) $url32 = $url32 -replace '%E2%80%8B','' $re = 'mono.*x64[\-\d]+\.msi$' - $url64 = $download_page.links | ? href -match $re | select -first 1 -expand href + $url64 = $download_page.links | Where-Object href -match $re | Select-Object -first 1 -expand href $verRe = '[-]' - $version32 = $url32 -split "$verRe" | ? { [version]::TryParse($_, [ref]$null) } | select -first 1 - $version64 = $url64 -split "$verRe" | ? { [version]::TryParse($_, [ref]$null) } | select -first 1 + $version32 = $url32 -split "$verRe" | Where-Object { [version]::TryParse($_, [ref]$null) } | Select-Object -first 1 + $version64 = $url64 -split "$verRe" | Where-Object { [version]::TryParse($_, [ref]$null) } | Select-Object -first 1 if ($version32 -ne $version64) { throw "32bit version do not match the 64bit version" } diff --git a/automatic/opera/opera.nuspec b/automatic/opera/opera.nuspec index 746a2c351ba..d1aee889de6 100644 --- a/automatic/opera/opera.nuspec +++ b/automatic/opera/opera.nuspec @@ -3,7 +3,7 @@ Opera - 99.0.4788.65 + 99.0.4788.77 Opera chocolatey-community Opera @@ -26,7 +26,7 @@ For example: `--params '"/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-99/#b4788.65 + https://blogs.opera.com/desktop/changelog-for-99/#b4788.77 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 5ceb365215d..f47db50a369 100644 --- a/automatic/opera/tools/chocolateyInstall.ps1 +++ b/automatic/opera/tools/chocolateyInstall.ps1 @@ -10,17 +10,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/99.0.4788.65/win/Opera_99.0.4788.65_Setup.exe' - url64 = 'https://get.geo.opera.com/pub/opera/desktop/99.0.4788.65/win/Opera_99.0.4788.65_Setup_x64.exe' - checksum = 'df35f62dc46dd9e4c890192754d7333da80de9c05dd2b1adfedf1f7c59b038e4' - checksum64 = 'a9963c6c7dbc9075c44e52615208de7b494615a15057780b9c9e9d30f025c84f' + url = 'https://get.geo.opera.com/pub/opera/desktop/99.0.4788.77/win/Opera_99.0.4788.77_Setup.exe' + url64 = 'https://get.geo.opera.com/pub/opera/desktop/99.0.4788.77/win/Opera_99.0.4788.77_Setup_x64.exe' + checksum = '80b4365c22ace7ed508db2dbd876df649afb66f2a66148aeb9782cd56345164f' + checksum64 = 'a0e539df5702bc865e915748ea6916e11ecfc1a4cfe044d19cbceb7051eba130' checksumType = 'sha256' checksumType64 = 'sha256' silentArgs = '/install /silent /launchopera=0 /setdefaultbrowser=0 /allusers=1' + $parameters validExitCodes = @(0) } -$version = '99.0.4788.65' +$version = '99.0.4788.77' if (!$Env:ChocolateyForce -and (IsVersionAlreadyInstalled $version)) { Write-Output "Opera $version is already installed. Skipping download and installation." } diff --git a/automatic/vscode.install/tools/ChocolateyInstall.ps1 b/automatic/vscode.install/tools/ChocolateyInstall.ps1 index 6e6d50b02e2..21f94e522bb 100644 --- a/automatic/vscode.install/tools/ChocolateyInstall.ps1 +++ b/automatic/vscode.install/tools/ChocolateyInstall.ps1 @@ -4,7 +4,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition . $toolsPath\helpers.ps1 $softwareName = 'Microsoft Visual Studio Code' -$version = '1.79.1' +$version = '1.79.2' if ($version -eq (Get-UninstallRegistryKey "$softwareName").DisplayVersion) { Write-Host "VS Code $version is already installed." return @@ -16,14 +16,14 @@ Close-VSCode $packageArgs = @{ packageName = 'vscode.install' fileType = 'exe' - url = 'https://az764295.vo.msecnd.net/stable/4cb974a7aed77a74c7813bdccd99ee0d04901215/VSCodeSetup-ia32-1.79.1.exe' - url64bit = 'https://az764295.vo.msecnd.net/stable/4cb974a7aed77a74c7813bdccd99ee0d04901215/VSCodeSetup-x64-1.79.1.exe' + url = 'https://az764295.vo.msecnd.net/stable/695af097c7bd098fbf017ce3ac85e09bbc5dda06/VSCodeSetup-ia32-1.79.2.exe' + url64bit = 'https://az764295.vo.msecnd.net/stable/695af097c7bd098fbf017ce3ac85e09bbc5dda06/VSCodeSetup-x64-1.79.2.exe' softwareName = "$softwareName" - checksum = 'f5ea7e83c331702c4befabc6e683c400393e3a2b42740012e4293b475ef7459e' + checksum = 'b06e9ae63b8eee6024babc7bbe4f1827e4ad7223438c340fdf41600b2847203b' checksumType = 'sha256' - checksum64 = 'bd3efa6bb9d76166142443b76c54ed934cdb6d5a8b1a6e839fa5068eed609150' + checksum64 = 'b9468afa773c04182ee7387450b29e164c5e68894d7f03e367ef354e609428e4' checksumType64 = 'sha256' silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation) diff --git a/automatic/vscode.install/vscode.install.nuspec b/automatic/vscode.install/vscode.install.nuspec index 6655850273f..1f9e418e29e 100644 --- a/automatic/vscode.install/vscode.install.nuspec +++ b/automatic/vscode.install/vscode.install.nuspec @@ -4,7 +4,7 @@ vscode.install Visual Studio Code (Install) - 1.79.1 + 1.79.2 Microsoft chocolatey-community https://code.visualstudio.com diff --git a/automatic/vscode/vscode.nuspec b/automatic/vscode/vscode.nuspec index 65897a84982..072393ab877 100644 --- a/automatic/vscode/vscode.nuspec +++ b/automatic/vscode/vscode.nuspec @@ -4,7 +4,7 @@ vscode Visual Studio Code - 1.79.1 + 1.79.2 Microsoft chocolatey-community https://code.visualstudio.com @@ -45,7 +45,7 @@ Example: `choco install vscode --params "/NoDesktopIcon /DontAddToPath"` ]]> microsoft visualstudiocode vscode development editor ide javascript typescript admin foss cross-platform - + https://code.visualstudio.com/Updates