diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 990a4e8c875..34fabc4333b 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "69.0.3485.0-snapshots", + "snapshots": "69.0.3486.0-snapshots", "stable": "67.0.3396.99" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index ed3abf5626c..8c98186ae34 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 69.0.3485.0-snapshots + 69.0.3486.0-snapshots Chromium Snapshots chocolatey The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 3c1a1e8c4dc..28b72fdbd2c 100644 --- a/automatic/chromium/legal/VERIFICATION.txt +++ b/automatic/chromium/legal/VERIFICATION.txt @@ -7,15 +7,15 @@ location on (the listed mirrors and can be verified by doing the following: 1. Download the following: - 32-Bit software: - 64-Bit software: + 32-Bit software: + 64-Bit software: 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 - checksum32: EBB459DF697E65E8D547DE8C626ED1946B9CC31933A4EC7DCA5EB1997CE6C67A - checksum64: CB1EA49B4F7E080DFA849E669D61DCBBFAB495BF6FDE3E0108CA44C465115377 + checksum32: B52A55BEE4DA2A48EB7696A8DFE299770B6A213F23BDAD1D0B03B76634DC84D4 + checksum64: FAF006574A91636538A470FDA99C3845C2DD96732CE5F7BDAE40086E640CEC81 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 8eb26cb88b9..8b4cd29c0ea 100644 --- a/automatic/chromium/tools/chocolateyInstall.ps1 +++ b/automatic/chromium/tools/chocolateyInstall.ps1 @@ -2,7 +2,7 @@ $scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition) . (Join-Path $scriptDir 'helper.ps1') -$version = "69.0.3485.0-snapshots" +$version = "69.0.3486.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string diff --git a/automatic/tixati.portable/tixati.portable.nuspec b/automatic/tixati.portable/tixati.portable.nuspec index c11a7ed8f13..e59ce269094 100644 --- a/automatic/tixati.portable/tixati.portable.nuspec +++ b/automatic/tixati.portable/tixati.portable.nuspec @@ -4,7 +4,7 @@ tixati.portable Tixati Portable - 2.57 + 2.58 Kevin Hearn chocolatey 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 eebd9f3c8eb..6ae3366a271 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-2.57-1.portable.zip' - checksum = '8ad033668958c225f2b3d197a3d3103bb29e26d6c27d38386c4731c7f06e20c8' + url = 'https://download2.tixati.com/download/tixati-2.58-1.portable.zip' + checksum = '326d8242d7aacd53794b0f51ef7cbe4ed1ce68da4e9f3f0efb7e083618739221' checksumType = 'sha256' unzipLocation = $toolsPath } diff --git a/automatic/tixati/tixati.nuspec b/automatic/tixati/tixati.nuspec index 15c90231b20..64f3b70bf37 100644 --- a/automatic/tixati/tixati.nuspec +++ b/automatic/tixati/tixati.nuspec @@ -4,7 +4,7 @@ tixati Tixati - 2.57 + 2.58 Kevin Hearn 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 57a3a72d358..693a26860ea 100644 --- a/automatic/tixati/tools/chocolateyInstall.ps1 +++ b/automatic/tixati/tools/chocolateyInstall.ps1 @@ -1,16 +1,16 @@ $ErrorActionPreference = 'Stop' $packageName = 'tixati' -$fileName = 'tixati-2.57-1.install.exe' +$fileName = 'tixati-2.58-1.install.exe' $download_dir = "$Env:TEMP\chocolatey\$packageName\$Env:ChocolateyPackageVersion" $packageArgs = @{ packageName = $packageName fileFullPath = "$download_dir\$fileName" - url = 'https://download1.tixati.com/download/tixati-2.57-1.win32-install.exe' - url64bit = 'https://download1.tixati.com/download/tixati-2.57-1.win64-install.exe' - checksum = '08dcd33976f3122cc019c58452e26e00b3b8e861004b0aa2c2484a6ff3d0f07c' - checksum64 = 'e40265e57eaaa58ed75ef612b45dc840fae3795b4ddc0cdb20275912c38bbef7' + url = 'https://download1.tixati.com/download/tixati-2.58-1.win32-install.exe' + url64bit = 'https://download1.tixati.com/download/tixati-2.58-1.win64-install.exe' + checksum = 'b3041f3bcec00ac9fdd14a15f1e46cacc8d4c44890ceea9bf7d271ecf5091526' + checksum64 = 'fa26583def1264dfa6bb48d4948adb19ce1fe623da5237943e804b5762f8172c' checksumType = 'sha256' checksumType64 = 'sha256' }