Skip to content

Commit

Permalink
AU: 5 updated - chromium mixxx tixati tixati.portable vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Aug 23, 2024
1 parent 2745fa1 commit 4b84e26
Show file tree
Hide file tree
Showing 15 changed files with 28 additions and 28 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.6672.0-snapshots",
"snapshots": "130.0.6673.0-snapshots",
"stable": "127.0.6533.120"
}
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.6672.0-snapshots</version>
<version>130.0.6673.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/1345275/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1345662/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: AB9ACE14E7CD2C6496DDCDC8D5C6F66BC1F6A3574235E0A348135C7AEA32278A
checksum64: 67A10AA8AA6EA32E8396D82B01381FBDE3E31D895C6D2472EB140320A4AC403D

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.6672.0-snapshots'
$version = '130.0.6673.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/1345293/mini_installer.exe'
checksum = '1CAFCF1422ADF52E09B56BAB27FC1B4E02AD6D3EE43B788E9C33759B601122DE'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1345505/mini_installer.exe'
checksum = 'FDE32820F583DC4AA82ED224FEFAC11BC9FB70035F5A4128C04E217F92EF88A5'
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/2.5/mixxx-2.5-beta-43-g34aa89c780-win64.msi
x64: https://downloads.mixxx.org/snapshots/main/mixxx-2.6-alpha-69-g3ebcdf0630-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: 0BEA142110F4B5D28414BC7ABE90D4C626977BC27E524BD08FD5B22D409109C3
checksum64: 5EBFFACBCF8CF99DB920885C2067ED517ACA20F46B4B4118680EBF495E89194C

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-68",
"alpha": "2.6-alpha-69",
"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.5-beta-43</version>
<version>2.6-alpha-69</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.5-beta-43-g34aa89c780-win64.msi"
file64 = "$toolsPath\mixxx-2.6-alpha-69-g3ebcdf0630-win64.msi"

softwareName = 'Mixxx *'

Expand Down
2 changes: 1 addition & 1 deletion automatic/tixati.portable/tixati.portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>tixati.portable</id>
<title>Tixati Portable</title>
<version>3.28</version>
<version>3.29</version>
<authors>Kevin Hearn</authors>
<owners>chocolatey-community</owners>
<summary>Tixati is a cross-platform BitTorrent client written in C++ that has been designed to be light on system resources.</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/tixati.portable/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 = 'tixati.portable'
url = 'https://download2.tixati.com/download/tixati-3.28-1.portable.zip'
checksum = '86c1254379a72b93d148f1bad4aab5e14b5c557b409f67024b96c647ed2691cc'
url = 'https://download2.tixati.com/download/tixati-3.29-1.portable.zip'
checksum = '656991111b61fe1f5a024b202e6bf3b02987419a8d7d47ae5cf5b88e78c7af09'
checksumType = 'sha256'
unzipLocation = $toolsPath
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/tixati/tixati.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>tixati</id>
<title>Tixati</title>
<version>3.28</version>
<version>3.29</version>
<authors>Kevin Hearn</authors>
<owners>chocolatey-community,Redsandro</owners>
<summary>Tixati is a cross-platform BitTorrent client written in C++ that has been designed to be light on system resources.</summary>
Expand Down
10 changes: 5 additions & 5 deletions automatic/tixati/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ if (Get-Process "Tixati*" -ErrorAction SilentlyContinue) {
}

$toolsDir = Split-Path -parent $MyInvocation.MyCommand.Definition
$fileName = 'tixati-3.28-1.install.exe'
$fileName = 'tixati-3.29-1.install.exe'
$dlDir = "$Env:TEMP\chocolatey\$($Env:ChocolateyPackageName)\$($Env:ChocolateyPackageVersion)"

$packageArgs = @{
packageName = $Env:ChocolateyPackageName
fileFullPath = Join-path $dlDir $fileName
url = 'https://download1.tixati.com/download/tixati-3.28-1.win32-install.exe'
url64bit = 'https://download1.tixati.com/download/tixati-3.28-1.win64-install.exe'
checksum = 'cce5045d8746c0af5094b45a5536a0befcd4dccaaaedf327b3f71c1ec70f1272'
checksum64 = '69c35388e07e5b35aa6edf84d2b209313867fde0ab549898b171c0300968d9b0'
url = 'https://download1.tixati.com/download/tixati-3.29-1.win32-install.exe'
url64bit = 'https://download1.tixati.com/download/tixati-3.29-1.win64-install.exe'
checksum = '6f689797d4cf827f4d942fd19e107018b92dbe9fca5a130e2c369fcf4318bc93'
checksum64 = 'dcec02810b3ab454c40ef03b4263a1f30082dae759db359e09aa4144ac686b57'
checksumType = 'sha256'
}

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.0686/gvim_9.1.0686_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0686/gvim_9.1.0686_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0689/gvim_9.1.0689_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0689/gvim_9.1.0689_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: 09374211E18D9BD63BEE91A6EE5B64A1495A5B4CA87ABED544FF10B93AD53AAD
checksum64: 6C79774FAE7F0AE5AD176B49BC5FDC19DE2612BC995DF76579C70B6EA5398F24
checksum32: 415E196EC5D12D015185BDF7B71A59B8CB09081BC4C88A4E13F06EB75BBFB58F
checksum64: 9944D10167BB5DE17B8581A82010147DBC1F9400DEBC5C19452029006A3B75D4
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.0686_x86.zip"
file64 = "$toolsDir\gvim_9.1.0686_x64.zip"
file = "$toolsDir\gvim_9.1.0689_x86.zip"
file64 = "$toolsDir\gvim_9.1.0689_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.0686</version>
<version>9.1.0689</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 4b84e26

Please sign in to comment.