Skip to content

Commit

Permalink
AU: 2 updated - mixxx selenium-chromium-edge-driver
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jul 11, 2023
1 parent 5fded57 commit b34d008
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
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.5-alpha-62-g363b0cde20-win64.msi
x64: https://downloads.mixxx.org/snapshots/main/mixxx-2.5-alpha-63-g3de29630a8-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: 52B1AC0D740554C15BF461D2A3D442AD0EB8EC27D777690CE3BF037610609A76
checksum64: BC8E3BBE993653D608E855B9C2BF1302C1CCDC54BE7A52075E34C88410DA0CE2

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.3.5",
"alpha": "2.5-alpha-62",
"alpha": "2.5-alpha-63",
"beta": "2.4-beta-7"
}
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-alpha-62</version>
<version>2.5-alpha-63</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-alpha-62-g363b0cde20-win64.msi"
file64 = "$toolsPath\mixxx-2.5-alpha-63-g3de29630a8-win64.msi"

softwareName = 'Mixxx *'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>selenium-chromium-edge-driver</id>
<!-- Do not touch the version, it will be updated automatically during the update check -->
<version>114.0.1823.67</version>
<version>114.0.1823.79</version>
<title>Selenium Chromium Edge Driver</title>
<authors>Chromium and Microsoft teams</authors>
<owners>chocolatey-community,agabrys,laurin1,AdmiringWorm</owners>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ $parameters = Get-PackageParameters

$packageArgs = @{
packageName = 'selenium-chromium-edge-driver'
url = 'https://msedgedriver.azureedge.net/114.0.1823.67/edgedriver_win32.zip'
url64 = 'https://msedgedriver.azureedge.net/114.0.1823.67/edgedriver_win64.zip'
checksum = '02be9c900a412f250205e3540ac0aababd1108d4e7d335aabe78e58c84e402ef'
checksum64 = 'e026279ccaf73941ad7f53d9f0ca78631f4e1219601fd7135ee6a3ed4e83ea87'
url = 'https://msedgedriver.azureedge.net/114.0.1823.79/edgedriver_win32.zip'
url64 = 'https://msedgedriver.azureedge.net/114.0.1823.79/edgedriver_win64.zip'
checksum = '008a30e1ac4ca19979700aa0c06af251fc4d9ed0a0607835b6fc23f5cb9bec3c'
checksum64 = 'f300ff25a814cd736cf163e73466ee27f7c7dd5110f5660faad03ca371f127de'
checksumType = 'sha256'
checksumType64 = 'sha256'
unzipLocation = $seleniumDir
Expand Down

0 comments on commit b34d008

Please sign in to comment.