Skip to content

Commit

Permalink
AU: 3 updated - selenium-chromium-edge-driver tixati tixati.portable
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey Community committed Mar 2, 2024
1 parent 8b9f39a commit 28fd490
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
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>122.0.2365.63</version>
<version>122.0.2365.66</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/122.0.2365.63/edgedriver_win32.zip'
url64 = 'https://msedgedriver.azureedge.net/122.0.2365.63/edgedriver_win64.zip'
checksum = '443175b51b5136fdd0a42a39c413bc5f077a33868d060da1edd368bb138a3ae6'
checksum64 = '60585b42f46031c6aced8a9ed22df3c10156d6dacbe6bfb20eac403db0caea2d'
url = 'https://msedgedriver.azureedge.net/122.0.2365.66/edgedriver_win32.zip'
url64 = 'https://msedgedriver.azureedge.net/122.0.2365.66/edgedriver_win64.zip'
checksum = '0c7b475a6b9b4b41a14dfe405ca05331716f3738a409a23191318b3410de4439'
checksum64 = '5b0086322bc1558e26bb9beec5eebc901ea7c5de8c96044a87ea8f18ceb332f2'
checksumType = 'sha256'
checksumType64 = 'sha256'
unzipLocation = $seleniumDir
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.21</version>
<version>3.22</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.21-1.portable.zip'
checksum = 'e4872f2c6e4bb00f7cc44f7cf625e833c499b452c87ba47c908d2bcadd2ad585'
url = 'https://download2.tixati.com/download/tixati-3.22-1.portable.zip'
checksum = '746bb6a76bd608d79b3fcd6154e73468e3d74c4926fe246be4966c4e7d1593b3'
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.21</version>
<version>3.22</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
@@ -1,16 +1,16 @@
$ErrorActionPreference = 'Stop'

$toolsDir = Split-Path -parent $MyInvocation.MyCommand.Definition
$fileName = 'tixati-3.21-1.install.exe'
$fileName = 'tixati-3.22-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.21-1.win32-install.exe'
url64bit = 'https://download1.tixati.com/download/tixati-3.21-1.win64-install.exe'
checksum = 'bd2cac2445c6d23cc3ca536be1c2e26c68812b1e58b70f0a3b5d23346b66750f'
checksum64 = 'a8022038c0e23576c76232ecbb5e7a8c6a51aa0f27370f8b7e394bbbabdd096e'
url = 'https://download1.tixati.com/download/tixati-3.22-1.win32-install.exe'
url64bit = 'https://download1.tixati.com/download/tixati-3.22-1.win64-install.exe'
checksum = '92abcdb7218e81530924d585d8f829a0b148fd351851c603c56f117398f8d466'
checksum64 = '3bcf3ac688a871f4acbeb3daf2b4a9d709618453f914fb314d02a44225dd3fa1'
checksumType = 'sha256'
}

Expand Down

0 comments on commit 28fd490

Please sign in to comment.