Skip to content

Commit

Permalink
AU: 2 updated - azcopy10 chromium
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey Community committed May 29, 2024
1 parent 899d957 commit 9d5ccb6
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion automatic/azcopy10/azcopy10.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>azcopy10</id>
<version>10.24.0</version>
<version>10.25.0</version>
<title>azcopy10</title>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
Expand Down
8 changes: 4 additions & 4 deletions automatic/azcopy10/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ $toolsDir = Split-Path -Parent $MyInvocation.MyCommand.Definition

$packageArgs = @{
packageName = $packageName
url64 = 'https://azcopyvnext.azureedge.net/releases/release-10.24.0-20240326/azcopy_windows_amd64_10.24.0.zip'
checksum64 = '08ed385327a191704603c0afdbbb9020e949fc622d36226e7a86433a34f9b5cb'
url64 = 'https://azcopyvnext.azureedge.net/releases/release-10.25.0-20240522/azcopy_windows_amd64_10.25.0.zip'
checksum64 = '35d207f8c6bd5e848283543d4a02d7a75930a4d48302f3af6d56b22e79bd8e7c'
checksumType64 = 'sha256'
url = 'https://azcopyvnext.azureedge.net/releases/release-10.24.0-20240326/azcopy_windows_386_10.24.0.zip'
checksum = '9a5cdd394b6016d78a1e1d328a547d4641d91aec1ff251989aab13976fffe5b4'
url = 'https://azcopyvnext.azureedge.net/releases/release-10.25.0-20240522/azcopy_windows_386_10.25.0.zip'
checksum = '87a278c0afb0c3b5ac7670edaa80527eab1043089459e785b14cc4bd31aedf00'
checksumType = 'sha256'
destination = $toolsDir
}
Expand Down
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": "127.0.6507.0-snapshots",
"snapshots": "127.0.6508.0-snapshots",
"stable": "125.0.6422.113"
}
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>127.0.6507.0-snapshots</version>
<version>127.0.6508.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/1306644/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1307000/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: 187101A19560B7E9621E07549A4B4F47BDF3F0C56A0D3FCDBADE9849F81E880F
checksum64: 784EBD2BC393581029EA739A481ACE2CE69B66F916CE9C1C215EB7F5C842C7FC

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 = '127.0.6507.0-snapshots'
$version = '127.0.6508.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/1306643/mini_installer.exe'
checksum = '7F1814BFAA64DC326FA73E94C63863DAA6A675D644E937A12A61115E317A37FE'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1306899/mini_installer.exe'
checksum = '4E27155CE9DAF213812F2D1774590EDFCC1BBACCC25A528071E828154C665AAF'
checksumType = 'sha256'
file64 = "$toolsdir\chromium_x64.exe"
fileType = 'exe'
Expand Down

0 comments on commit 9d5ccb6

Please sign in to comment.