Skip to content

Commit

Permalink
AU: 3 updated - chromium mixxx protoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Aug 28, 2024
1 parent a36a35c commit 69326f9
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 20 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": "130.0.6682.0-snapshots",
"snapshots": "130.0.6683.0-snapshots",
"stable": "128.0.6613.85"
}
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>130.0.6682.0-snapshots</version>
<version>130.0.6683.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/1347265/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1347692/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: 2C0EA3F6DDF5251EF53EF0CD0A5ED3F2BCE1C21F9F2A0BDF97B667D82F6FCF5B
checksum64: C128A6954DA35C5FA27F20FB0948D236DE4AA516784B38642FF54872F4FD59E9

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 = '130.0.6682.0-snapshots'
$version = '130.0.6683.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/1347262/mini_installer.exe'
checksum = '2D1DE520133EC64EE958A210DB24D93CA354BDE43B9E403D5F83493C0BCB5DA2'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1347647/mini_installer.exe'
checksum = '2F49EEF7337A3058CF0BD089568CFDE1A74D18BC95761A8A43698D70F257753C'
checksumType = 'sha256'
file64 = "$toolsdir\chromium_x64.exe"
fileType = 'exe'
Expand Down
4 changes: 2 additions & 2 deletions automatic/mixxx/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ Package can be verified like this:
1. Go to <https://www.mixxx.org/download>

x32: No longer being provided
x64: https://downloads.mixxx.org/snapshots/main/mixxx-2.6-alpha-75-g3c6e23fd8d-win64.msi
x64: https://downloads.mixxx.org/snapshots/main/mixxx-2.6-alpha-76-g400ae46180-win64.msi

to download the installer.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum64: 9AF9AF0986041073A7BE90F67951D636FA9F1F7FC03E41D83C2320BEDE5B1724
checksum64: 7C933DC777C13B2B6375EDEA3E786508EF1420B8A756DA8F7955EDF6EC94E17E

File 'license.txt' is obtained from:
https://www.gnu.org/licenses/gpl-2.0.html
2 changes: 1 addition & 1 deletion automatic/mixxx/mixxx.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"stable": "2.4.1",
"alpha": "2.6-alpha-75",
"alpha": "2.6-alpha-76",
"beta": "2.5-beta-43"
}
2 changes: 1 addition & 1 deletion automatic/mixxx/mixxx.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>mixxx</id>
<version>2.6-alpha-75</version>
<version>2.6-alpha-76</version>
<title>Mixxx</title>
<owners>chocolatey-community</owners>
<authors>Mixxx Development Team</authors>
Expand Down
2 changes: 1 addition & 1 deletion automatic/mixxx/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if ((Get-OSArchitectureWidth 32) -or ($env:chocolateyForceX86 -eq 'true')) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
file64 = "$toolsPath\mixxx-2.6-alpha-75-g3c6e23fd8d-win64.msi"
file64 = "$toolsPath\mixxx-2.6-alpha-76-g400ae46180-win64.msi"

softwareName = 'Mixxx *'

Expand Down
8 changes: 4 additions & 4 deletions automatic/protoc/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ The zip file have been downloaded from the github release page on <https://githu
and can be verified like this:

1. Download the following:
32-bit zip file: <https://github.com/protocolbuffers/protobuf/releases/download/v27.3/protoc-27.3-win32.zip>
64-bit zip file: <https://github.com/protocolbuffers/protobuf/releases/download/v27.3/protoc-27.3-win64.zip>
32-bit zip file: <https://github.com/protocolbuffers/protobuf/releases/download/v27.4/protoc-27.4-win32.zip>
64-bit zip file: <https://github.com/protocolbuffers/protobuf/releases/download/v27.4/protoc-27.4-win64.zip>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: E22C4084111953D17C92EFFB004ED06E9E4516022950E12EE7BC3AF0C4497326
checksum64: BDCCD341A0C25FF4F65D8530F170C78CE5681E42920AA5D892F27AC06CC3BBA0
checksum32: 02ED3CA5EF03E9FABF801C6AB8134B2F9D244A4BAE33F76457D48F4E97B2ADE9
checksum64: 7E48CFE4FE21D605A7B37BE32514EF66692663A1AA280B9D84EDAEC851183DAA

File 'LICENSE' is obtained from <https://github.com/protocolbuffers/protobuf/blob/master/LICENSE>
4 changes: 2 additions & 2 deletions automatic/protoc/protoc.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<metadata>
<!-- IconUrl: Skip check -->
<id>protoc</id>
<version>27.3</version>
<version>27.4</version>
<title>Protocol Buffers</title>
<authors>Google</authors>
<owners>chocolatey-community, keen, jordigg, drel</owners>
<licenseUrl>https://github.com/protocolbuffers/protobuf/blob/master/LICENSE</licenseUrl>
<projectUrl>https://developers.google.com/protocol-buffers/</projectUrl>
<releaseNotes>https://github.com/protocolbuffers/protobuf/releases/tag/v27.3</releaseNotes>
<releaseNotes>https://github.com/protocolbuffers/protobuf/releases/tag/v27.4</releaseNotes>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/protoc</packageSourceUrl>
<projectSourceUrl>https://github.com/protocolbuffers/protobuf</projectSourceUrl>
<docsUrl>https://developers.google.com/protocol-buffers/</docsUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/protoc/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition

$packageArgs = @{
PackageName = $Env:ChocolateyPackageName
FileFullPath = "$toolsPath\protoc-27.3-win32.zip"
FileFullPath64 = "$toolsPath\protoc-27.3-win64.zip"
FileFullPath = "$toolsPath\protoc-27.4-win32.zip"
FileFullPath64 = "$toolsPath\protoc-27.4-win64.zip"
Destination = $toolsPath
}
Get-ChocolateyUnzip @packageArgs
Expand Down

0 comments on commit 69326f9

Please sign in to comment.