diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 13b335dbc0f..cc959f2ca8c 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "116.0.5835.0-snapshots", + "snapshots": "116.0.5836.0-snapshots", "stable": "114.0.5735.134" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 4b892497d2c..28f85b2a957 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 116.0.5835.0-snapshots + 116.0.5836.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index a78e12388f5..391a9252063 100644 --- a/automatic/chromium/legal/VERIFICATION.txt +++ b/automatic/chromium/legal/VERIFICATION.txt @@ -7,15 +7,15 @@ location on (the listed mirrors 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: 77995BE44A9C75869CF692D1CD19533BCB74F50A155F2A20E26A142EE44E524D - checksum64: 1A68B5A7784DBB514B512D56941EB4744E7E7E7FA6EEEA8B4352A09B12E340F5 + checksum32: 593ADB04C09526FABC4C477278E82A35F713828E3E7D1F893E7CC061AE12FCE4 + checksum64: 1E9AA1A2A37057D7E157DE43B76DC0860D890290832188CB9F64E9C308AABE71 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index c9b8d103b4d..c06a4d923e5 100644 --- a/automatic/chromium/tools/chocolateyInstall.ps1 +++ b/automatic/chromium/tools/chocolateyInstall.ps1 @@ -2,7 +2,7 @@ $scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition) . (Join-Path $scriptDir 'helper.ps1') -$version = "116.0.5835.0-snapshots" +$version = "116.0.5836.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string diff --git a/automatic/cygwin/cygwin.nuspec b/automatic/cygwin/cygwin.nuspec index dc27a989449..1062c526580 100644 --- a/automatic/cygwin/cygwin.nuspec +++ b/automatic/cygwin/cygwin.nuspec @@ -4,7 +4,7 @@ Cygwin Cygwin - 3.4.6 + 3.4.7 Red Hat, Inc. chocolatey-community A Linux environment for Windows. @@ -39,7 +39,7 @@ Example: `choco install cygwin --params "/InstallDir:C:\your\install\path /NoSta false https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@c8d48758cdc18d43e6c1525824720377c8b9ba24/icons/Cygwin.png -[Software Changelog](https://cygwin.com/pipermail/cygwin-announce/2023-February/010943.html) +[Software Changelog](https://cygwin.com/pipermail/cygwin-announce/2023-June/011155.html) [Package Changelog](https://github.com/chocolatey/chocolatey-coreteampackages/blob/master/automatic/cygwin/Changelog.md) https://cygwin.com/lists.html diff --git a/automatic/cygwin/legal/VERIFICATION.txt b/automatic/cygwin/legal/VERIFICATION.txt index 98f9515ad1d..2ab6fd0f377 100644 --- a/automatic/cygwin/legal/VERIFICATION.txt +++ b/automatic/cygwin/legal/VERIFICATION.txt @@ -16,6 +16,6 @@ and can be verified by doing the following: checksum type: sha256 checksum32: NO LONGER SUPPORTED - checksum64: EDD0A64DC65087FFE453CA94B267169B39458A983B29AC31320FCAA983D0F97E + checksum64: 6BAD4555154B3B348D1BFB633A2E9D6086AA46E36952F456A434ECEF5B0010E0 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/cygwin/update.ps1 b/automatic/cygwin/update.ps1 index b104469b306..5d1b48f2743 100644 --- a/automatic/cygwin/update.ps1 +++ b/automatic/cygwin/update.ps1 @@ -1,4 +1,4 @@ -import-module au +import-module au Import-Module "$PSScriptRoot\..\..\scripts\au_extensions.psm1" $releases = 'https://cygwin.com/' @@ -32,11 +32,11 @@ function global:au_GetLatest { $download_page = Invoke-WebRequest -Uri $releases $re = '\.exe$' - $url = $download_page.links | ? href -match $re | select -First 2 -expand href | % { $releases + $_ } - $rn = $download_page.links | ? href -match 'announce' + $url = $download_page.links | Where-Object href -match $re | Select-Object -First 2 -expand href | ForEach-Object { $releases + $_ } + $rn = $download_page.links | Where-Object href -match 'announce' $result = @{ - URL64 = $url | ? {$_ -match 'x86_64' } | select -First 1 + URL64 = $url | Where-Object {$_ -match 'x86_64' } | Select-Object -First 1 ReleaseNotes = $rn.href Version = $rn.innerText PackageName = 'Cygwin' diff --git a/automatic/owncloud-client/legal/VERIFICATION.txt b/automatic/owncloud-client/legal/VERIFICATION.txt index 9879c412faa..e0e8816e563 100644 --- a/automatic/owncloud-client/legal/VERIFICATION.txt +++ b/automatic/owncloud-client/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: 25451ADAAEA3639CF98DB613DB3448BFE23B7D45F938601094BADF9AE17ED235 + checksum: A1161143502E1EB389468FF758B899C4F5CD3B25C925482A6237247D6593FBF7 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/owncloud-client/owncloud-client.nuspec b/automatic/owncloud-client/owncloud-client.nuspec index d3006ea1098..2d7759e9f5e 100644 --- a/automatic/owncloud-client/owncloud-client.nuspec +++ b/automatic/owncloud-client/owncloud-client.nuspec @@ -3,7 +3,7 @@ owncloud-client - 4.0.0.10896 + 4.1.0.11250 ownCloud Windows Client chocolatey-community ownCloud developers diff --git a/automatic/owncloud-client/tools/chocolateyInstall.ps1 b/automatic/owncloud-client/tools/chocolateyInstall.ps1 index a742ea05d0d..e00e505be83 100644 --- a/automatic/owncloud-client/tools/chocolateyInstall.ps1 +++ b/automatic/owncloud-client/tools/chocolateyInstall.ps1 @@ -5,7 +5,7 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'msi' - file = "$toolsPath\ownCloud-4.0.0.10896.x64.msi" + file = "$toolsPath\ownCloud-4.1.0.11250.x64.msi" softwareName = 'ownCloud' silentArgs = '/qn /norestart' validExitCodes = @(0, 3010, 1641) diff --git a/automatic/smartftp/smartftp.nuspec b/automatic/smartftp/smartftp.nuspec index 20174de444b..d552fe4bc76 100644 --- a/automatic/smartftp/smartftp.nuspec +++ b/automatic/smartftp/smartftp.nuspec @@ -5,7 +5,7 @@ smartftp SmartFTP chocolatey-community - 10.0.3127.0 + 10.0.3128.0 SmartSoft FTP, FTPS, SFTP, HTTP, Amazon S3, WebDAV, Google Drive, Google Cloud Storage, Microsoft OneDrive, Telnet, Terminal client.