Skip to content

Commit

Permalink
AU: 3 updated - chromium mixxx vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jul 15, 2024
1 parent 756c579 commit bc6d9a1
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": "128.0.6596.0-snapshots",
"snapshots": "128.0.6597.0-snapshots",
"stable": "126.0.6478.127"
}
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>128.0.6596.0-snapshots</version>
<version>128.0.6597.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/1327213/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1327285/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: A093794A882F06EB2CECEF5A078496D86B9AF81DA3EF2325F60E94042E5DE8B0
checksum64: 9AC5846ACB2D7DACF256F5418DD3E325DA7CAFA58639EE05BABCF53F08417328

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 = '128.0.6596.0-snapshots'
$version = '128.0.6597.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/1327213/mini_installer.exe'
checksum = '27557DFA4D5963B8B2132036F66365CE348C0FAE42D558D65F12AC5B0AC3E769'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1327285/mini_installer.exe'
checksum = 'C2FD33EAAA8CE946B5009BA391C733DD2B34F39EE3287355C9690DEF568F5EC2'
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-38-g58e0bdf98a-win64.msi
x64: https://downloads.mixxx.org/snapshots/2.5/mixxx-2.5-beta-23-gba221b0d2a-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: E6EFB0D169C5D148B0F212FDD221638D8FD76FF2CBE9864F3F57A04985C9D2BB
checksum64: EEAF6F7F03C671CAFD71A8A7E3DA6D2A300403A854C36A9F379EC6ADF8BFF9B4

File 'license.txt' is obtained from:
https://www.gnu.org/licenses/gpl-2.0.html
4 changes: 2 additions & 2 deletions 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-38",
"beta": "2.5-beta-21"
"alpha": "2.6-alpha-42",
"beta": "2.5-beta-23"
}
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-38</version>
<version>2.5-beta-23</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-38-g58e0bdf98a-win64.msi"
file64 = "$toolsPath\mixxx-2.5-beta-23-gba221b0d2a-win64.msi"

softwareName = 'Mixxx *'

Expand Down
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ in verifying that this package's contents are trustworthy.
The embedded software have been downloaded from GitHub and can be verified like this:

1. Download the following zips:
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0544/gvim_9.1.0544_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0544/gvim_9.1.0544_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0586/gvim_9.1.0586_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0586/gvim_9.1.0586_x64.zip>
2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: 58F2BC1194AB8ABD332D781DE4DDEF0B1DE69253CC85D23271CF3E181B8F1584
checksum64: 63CE98D7A1FB23CA95A80250C180454107CC11C2BCCAE17F8457046DB1A25A83
checksum32: FD77B74750C6D7411428ACDB92ED77B293F4483BC86D97FA1FA5CA84199407C5
checksum64: 8B6537A02D0C7020F64B302CCEC4C23B1842151A0BD2BCB66D66C1E9AD0992FA
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_9.1.0544_x86.zip"
file64 = "$toolsDir\gvim_9.1.0544_x64.zip"
file = "$toolsDir\gvim_9.1.0586_x86.zip"
file64 = "$toolsDir\gvim_9.1.0586_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>9.1.0544</version>
<version>9.1.0586</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set. It's useful whether you're already using vi or using a different editor.</summary>
Expand Down

0 comments on commit bc6d9a1

Please sign in to comment.