diff --git a/automatic/selenium-chromium-edge-driver/selenium-chromium-edge-driver.nuspec b/automatic/selenium-chromium-edge-driver/selenium-chromium-edge-driver.nuspec index d0375b14ee6..d5663025dc4 100644 --- a/automatic/selenium-chromium-edge-driver/selenium-chromium-edge-driver.nuspec +++ b/automatic/selenium-chromium-edge-driver/selenium-chromium-edge-driver.nuspec @@ -3,7 +3,7 @@ selenium-chromium-edge-driver - 122.0.2365.63 + 122.0.2365.66 Selenium Chromium Edge Driver Chromium and Microsoft teams chocolatey-community,agabrys,laurin1,AdmiringWorm diff --git a/automatic/selenium-chromium-edge-driver/tools/chocolateyinstall.ps1 b/automatic/selenium-chromium-edge-driver/tools/chocolateyinstall.ps1 index 66c24d890c8..5b175a29115 100644 --- a/automatic/selenium-chromium-edge-driver/tools/chocolateyinstall.ps1 +++ b/automatic/selenium-chromium-edge-driver/tools/chocolateyinstall.ps1 @@ -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 diff --git a/automatic/tixati.portable/tixati.portable.nuspec b/automatic/tixati.portable/tixati.portable.nuspec index 3001b36e21a..a6fc4fe6d45 100644 --- a/automatic/tixati.portable/tixati.portable.nuspec +++ b/automatic/tixati.portable/tixati.portable.nuspec @@ -4,7 +4,7 @@ tixati.portable Tixati Portable - 3.21 + 3.22 Kevin Hearn chocolatey-community Tixati is a cross-platform BitTorrent client written in C++ that has been designed to be light on system resources. diff --git a/automatic/tixati.portable/tools/chocolateyInstall.ps1 b/automatic/tixati.portable/tools/chocolateyInstall.ps1 index cc26b5aef2e..a03585b9d17 100644 --- a/automatic/tixati.portable/tools/chocolateyInstall.ps1 +++ b/automatic/tixati.portable/tools/chocolateyInstall.ps1 @@ -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 } diff --git a/automatic/tixati/tixati.nuspec b/automatic/tixati/tixati.nuspec index 9d6b4bc48d7..c2f27332aa5 100644 --- a/automatic/tixati/tixati.nuspec +++ b/automatic/tixati/tixati.nuspec @@ -4,7 +4,7 @@ tixati Tixati - 3.21 + 3.22 Kevin Hearn chocolatey-community,Redsandro Tixati is a cross-platform BitTorrent client written in C++ that has been designed to be light on system resources. diff --git a/automatic/tixati/tools/chocolateyInstall.ps1 b/automatic/tixati/tools/chocolateyInstall.ps1 index 9179968f4a6..0f88787baa9 100644 --- a/automatic/tixati/tools/chocolateyInstall.ps1 +++ b/automatic/tixati/tools/chocolateyInstall.ps1 @@ -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' }