Skip to content

Commit

Permalink
AU: 2 updated - chromium Cygwin
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey Community committed Jan 27, 2025
1 parent 54c8999 commit 1ad180c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"snapshots": "134.0.6981.0-snapshots",
"snapshots": "134.0.6982.0-snapshots",
"stable": "132.0.6834.111"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>134.0.6981.0-snapshots</version>
<version>134.0.6982.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1411393/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1411435/mini_installer.exe>
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: 49519F1424D6BDCFB2B1DCEB46ABB056A645AACD5B5645639E1CE8D86168699D
checksum64: AEC285EC672489BBCEC32037F6E3EEFCC2FEC8C678BC3DFF8527D953D0B37B6E

The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
6 changes: 3 additions & 3 deletions automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$toolsDir = Split-Path -Parent $MyInvocation.MyCommand.Definition
. (Join-Path $toolsDir 'helper.ps1')

$version = '134.0.6981.0-snapshots'
$version = '134.0.6982.0-snapshots'
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand All @@ -15,8 +15,8 @@ if (Test-Path $Chromium) {

$packageArgs = @{
packageName = 'chromium'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1411393/mini_installer.exe'
checksum = '4D2E2ED43E0435969D0C8EFE11F04DE2817DBD56795921965A49F7EB962CE1EB'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1411441/mini_installer.exe'
checksum = '22787884710B04CE24480DE1E9CAADE17691ECEF621839805A257728049B8A7E'
checksumType = 'sha256'
file64 = "$toolsdir\chromium_x64.exe"
fileType = 'exe'
Expand Down
4 changes: 2 additions & 2 deletions automatic/cygwin/cygwin.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>Cygwin</id>
<title>Cygwin</title>
<version>3.5.5</version>
<version>3.5.6</version>
<authors>Red Hat, Inc.</authors>
<owners>chocolatey-community</owners>
<summary>A Linux environment for Windows.</summary>
Expand Down Expand Up @@ -39,7 +39,7 @@ Example: `choco install cygwin --params "/InstallDir:C:\your\install\path /NoSta
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@c8d48758cdc18d43e6c1525824720377c8b9ba24/icons/Cygwin.png</iconUrl>
<releaseNotes>
[Software Changelog](https://cygwin.com/pipermail/cygwin-announce/2024-December/012023.html)
[Software Changelog](https://cygwin.com/pipermail/cygwin-announce/2025-January/012106.html)
[Package Changelog](https://github.com/chocolatey/chocolatey-coreteampackages/blob/master/automatic/cygwin/Changelog.md)
</releaseNotes>
<mailingListUrl>https://cygwin.com/lists.html</mailingListUrl>
Expand Down

0 comments on commit 1ad180c

Please sign in to comment.