Skip to content

Commit

Permalink
AU: 2 updated - chromium tv-browser
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Dec 28, 2022
1 parent e02eb82 commit 2dd5d97
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
@@ -1,4 +1,4 @@
{
"snapshots": "111.0.5504.0-snapshots",
"snapshots": "111.0.5505.0-snapshots",
"stable": "108.0.5359.125"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>111.0.5504.0-snapshots</version>
<version>111.0.5505.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/legal/VERIFICATION.txt
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1087175/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1087190/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1087285/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1087290/mini_installer.exe>
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: 64D61ACA7A2CEA9E64F2ABCA0E76AD5E752A1AC4F9BD6220CB0679C927A51806
checksum64: FA841D3139D92DB46C1A6057A40D3513DCBD805AA196887D2D4AEDFF8591DCB3
checksum32: 0070B18139A36F7E832020DF2C904F506766839461BA03BC81900A130C9A235F
checksum64: EFBD85DCB825E592D56F2163E3A309D89A39BA35EC24E6232A5C3A71D0491011

The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
2 changes: 1 addition & 1 deletion automatic/chromium/tools/chocolateyInstall.ps1
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "111.0.5504.0-snapshots"
$version = "111.0.5505.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
4 changes: 2 additions & 2 deletions automatic/tv-browser/legal/VERIFICATION.txt
Expand Up @@ -7,13 +7,13 @@ location on <https://www.tvbrowser.org/index.php?id=windows>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://sourceforge.net/projects/tvbrowser/files/TV-Browser%20Releases%20%28Java%2011%20and%20higher%29/4.2.6/tvbrowser-lite_4.2.6_win.exe/download>
32-Bit software: <https://sourceforge.net/projects/tvbrowser/files/TV-Browser%20Releases%20%28Java%2011%20and%20higher%29/4.2.7/tvbrowser-lite_4.2.7_win.exe/download>
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: FA8865CB4398F2A164A886EB511ABB10F323A08A40079FAA478CAEF2C920D004
checksum32: 914807A66DCC02CC9F2A509D9F3ADDF7B913CB0ED0481B7164597E0BC09DABDB

The file 'LICENSE.txt' has been obtained from <https://www.gnu.org/licenses/gpl.txt>
2 changes: 1 addition & 1 deletion automatic/tv-browser/tv-browser.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>tv-browser</id>
<version>4.2.6</version>
<version>4.2.7</version>
<title>TV-Browser</title>
<owners>chocolatey-community</owners>
<authors>TV-Browser Developers</authors>
Expand Down

0 comments on commit 2dd5d97

Please sign in to comment.