From 8a80a3cf260408acbb5d4bfa433f96f6461084e8 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Sat, 15 Jan 2022 18:13:30 +0000 Subject: [PATCH] AU: 3 updated - chromium tixati tixati.portable [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/d0b5ba1e77be2ac7feccb7331aea1fbb59fc9f45 --- automatic/chromium/chromium.json | 2 +- automatic/chromium/chromium.nuspec | 2 +- automatic/chromium/legal/VERIFICATION.txt | 8 ++++---- automatic/chromium/tools/chocolateyInstall.ps1 | 2 +- automatic/tixati.portable/tixati.portable.nuspec | 2 +- automatic/tixati.portable/tools/chocolateyInstall.ps1 | 4 ++-- automatic/tixati/tixati.nuspec | 2 +- automatic/tixati/tools/chocolateyInstall.ps1 | 10 +++++----- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index b92257debc4..b42b4f42ab0 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "99.0.4831.0-snapshots", + "snapshots": "99.0.4832.0-snapshots", "stable": "97.0.4692.71" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 598cd67aafa..db0fd3d50e1 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 99.0.4831.0-snapshots + 99.0.4832.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 308b8215c4b..499682f843e 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: BCB8EE8FA60B46BFA65D00A58B8F42F26F828AD74026E82D14DD0237360CA9FE - checksum64: D94B12103DA27A109EAA7C5E2675570B45F683E8B1C2E817126A7E1120BE149D + checksum32: 6A5E1A8867C8C77ED83FE5F0981E839228DEF08D1B8F1CAE1F74625687AABB24 + checksum64: D0EA37F4693FDE4D898FA1975497B886A516CB880D0275EB08E0D25835342516 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index aec2e3e822e..c8d691d73c9 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 = "99.0.4831.0-snapshots" +$version = "99.0.4832.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 6855dab4eb9..1db5c1a6da3 100644 --- a/automatic/tixati.portable/tixati.portable.nuspec +++ b/automatic/tixati.portable/tixati.portable.nuspec @@ -4,7 +4,7 @@ tixati.portable Tixati Portable - 2.87 + 2.88 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 381752d1f36..8b68b7f45a9 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.87-1.portable.zip' - checksum = '90438063bb6f5bf614f01f9d62691746eef0e7435026eb0381ede9b289c65c64' + url = 'https://download2.tixati.com/download/tixati-2.88-1.portable.zip' + checksum = 'a7b5342640483e62cff17c485dc7c323a6e59fbdea5bc39ba74d9fc9946cbb9f' checksumType = 'sha256' unzipLocation = $toolsPath } diff --git a/automatic/tixati/tixati.nuspec b/automatic/tixati/tixati.nuspec index 2f48ee1a9c8..7cb84ea50d6 100644 --- a/automatic/tixati/tixati.nuspec +++ b/automatic/tixati/tixati.nuspec @@ -4,7 +4,7 @@ tixati Tixati - 2.87 + 2.88 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 7a342f25747..9878c330e7d 100644 --- a/automatic/tixati/tools/chocolateyInstall.ps1 +++ b/automatic/tixati/tools/chocolateyInstall.ps1 @@ -1,16 +1,16 @@ $ErrorActionPreference = 'Stop' $packageName = 'tixati' -$fileName = 'tixati-2.87-1.install.exe' +$fileName = 'tixati-2.88-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.87-1.win32-install.exe' - url64bit = 'https://download1.tixati.com/download/tixati-2.87-1.win64-install.exe' - checksum = '99e204cb2b1b6814fc1175caf516966d9f76e133ded28f955759c3af93f1cd38' - checksum64 = 'd4d72b9c7c234e00e18d1798ae568bf73b17dd5e208a11158e5c33b35de47319' + url = 'https://download1.tixati.com/download/tixati-2.88-1.win32-install.exe' + url64bit = 'https://download1.tixati.com/download/tixati-2.88-1.win64-install.exe' + checksum = 'ce0ac18aabb48cd3360629996b4df06d816db41a1a681641661cf4d5f656d467' + checksum64 = '780e8b7d2222462f3693711595ee8374e7d5b759121383e79c96b2fa8a59987e' checksumType = 'sha256' checksumType64 = 'sha256' }